diff options
| author | Richard Brooksby | 2012-09-21 10:11:12 +0100 |
|---|---|---|
| committer | Richard Brooksby | 2012-09-21 10:11:12 +0100 |
| commit | 6da0c2e44d54454dacd50c1e608a06e5c44a7f6d (patch) | |
| tree | 133bd3be702f0d034a3ccfe21ff0c09666a1d056 /mps/code | |
| parent | ad1d84eb09852d3b8ac11406e765335ba634341b (diff) | |
| download | emacs-6da0c2e44d54454dacd50c1e608a06e5c44a7f6d.tar.gz emacs-6da0c2e44d54454dacd50c1e608a06e5c44a7f6d.zip | |
Adding mps static library target and making amcss depend on and link it.
Adding x64 target platform.
Copied from Perforce
Change: 179604
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rwxr-xr-x | mps/code/w3mv/amcss/amcss.vcxproj | 69 | ||||
| -rwxr-xr-x | mps/code/w3mv/mps.sln | 15 | ||||
| -rwxr-xr-x | mps/code/w3mv/mps/mps.vcxproj | 132 |
3 files changed, 211 insertions, 5 deletions
diff --git a/mps/code/w3mv/amcss/amcss.vcxproj b/mps/code/w3mv/amcss/amcss.vcxproj index c128906557e..e263332de92 100755 --- a/mps/code/w3mv/amcss/amcss.vcxproj +++ b/mps/code/w3mv/amcss/amcss.vcxproj | |||
| @@ -5,10 +5,18 @@ | |||
| 5 | <Configuration>Debug</Configuration> | 5 | <Configuration>Debug</Configuration> |
| 6 | <Platform>Win32</Platform> | 6 | <Platform>Win32</Platform> |
| 7 | </ProjectConfiguration> | 7 | </ProjectConfiguration> |
| 8 | <ProjectConfiguration Include="Debug|x64"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>x64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Release|Win32"> | 12 | <ProjectConfiguration Include="Release|Win32"> |
| 9 | <Configuration>Release</Configuration> | 13 | <Configuration>Release</Configuration> |
| 10 | <Platform>Win32</Platform> | 14 | <Platform>Win32</Platform> |
| 11 | </ProjectConfiguration> | 15 | </ProjectConfiguration> |
| 16 | <ProjectConfiguration Include="Release|x64"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 12 | </ItemGroup> | 20 | </ItemGroup> |
| 13 | <PropertyGroup Label="Globals"> | 21 | <PropertyGroup Label="Globals"> |
| 14 | <ProjectGuid>{8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}</ProjectGuid> | 22 | <ProjectGuid>{8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}</ProjectGuid> |
| @@ -21,28 +29,51 @@ | |||
| 21 | <UseDebugLibraries>true</UseDebugLibraries> | 29 | <UseDebugLibraries>true</UseDebugLibraries> |
| 22 | <CharacterSet>Unicode</CharacterSet> | 30 | <CharacterSet>Unicode</CharacterSet> |
| 23 | </PropertyGroup> | 31 | </PropertyGroup> |
| 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 33 | <ConfigurationType>Application</ConfigurationType> | ||
| 34 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 35 | <CharacterSet>Unicode</CharacterSet> | ||
| 36 | </PropertyGroup> | ||
| 24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 37 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
| 25 | <ConfigurationType>Application</ConfigurationType> | 38 | <ConfigurationType>Application</ConfigurationType> |
| 26 | <UseDebugLibraries>false</UseDebugLibraries> | 39 | <UseDebugLibraries>false</UseDebugLibraries> |
| 27 | <WholeProgramOptimization>true</WholeProgramOptimization> | 40 | <WholeProgramOptimization>true</WholeProgramOptimization> |
| 28 | <CharacterSet>Unicode</CharacterSet> | 41 | <CharacterSet>Unicode</CharacterSet> |
| 29 | </PropertyGroup> | 42 | </PropertyGroup> |
| 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 44 | <ConfigurationType>Application</ConfigurationType> | ||
| 45 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 46 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 47 | <CharacterSet>Unicode</CharacterSet> | ||
| 48 | </PropertyGroup> | ||
| 30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 49 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 31 | <ImportGroup Label="ExtensionSettings"> | 50 | <ImportGroup Label="ExtensionSettings"> |
| 32 | </ImportGroup> | 51 | </ImportGroup> |
| 33 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 52 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 34 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 35 | </ImportGroup> | 54 | </ImportGroup> |
| 55 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 57 | </ImportGroup> | ||
| 36 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 58 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 37 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 38 | </ImportGroup> | 60 | </ImportGroup> |
| 61 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 63 | </ImportGroup> | ||
| 39 | <PropertyGroup Label="UserMacros" /> | 64 | <PropertyGroup Label="UserMacros" /> |
| 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 65 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 41 | <LinkIncremental>true</LinkIncremental> | 66 | <LinkIncremental>true</LinkIncremental> |
| 42 | </PropertyGroup> | 67 | </PropertyGroup> |
| 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 69 | <LinkIncremental>true</LinkIncremental> | ||
| 70 | </PropertyGroup> | ||
| 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 44 | <LinkIncremental>false</LinkIncremental> | 72 | <LinkIncremental>false</LinkIncremental> |
| 45 | </PropertyGroup> | 73 | </PropertyGroup> |
| 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 75 | <LinkIncremental>false</LinkIncremental> | ||
| 76 | </PropertyGroup> | ||
| 46 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 77 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 47 | <ClCompile> | 78 | <ClCompile> |
| 48 | <PrecompiledHeader> | 79 | <PrecompiledHeader> |
| @@ -56,6 +87,19 @@ | |||
| 56 | <GenerateDebugInformation>true</GenerateDebugInformation> | 87 | <GenerateDebugInformation>true</GenerateDebugInformation> |
| 57 | </Link> | 88 | </Link> |
| 58 | </ItemDefinitionGroup> | 89 | </ItemDefinitionGroup> |
| 90 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 91 | <ClCompile> | ||
| 92 | <PrecompiledHeader> | ||
| 93 | </PrecompiledHeader> | ||
| 94 | <WarningLevel>Level3</WarningLevel> | ||
| 95 | <Optimization>Disabled</Optimization> | ||
| 96 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 97 | </ClCompile> | ||
| 98 | <Link> | ||
| 99 | <SubSystem>Console</SubSystem> | ||
| 100 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 101 | </Link> | ||
| 102 | </ItemDefinitionGroup> | ||
| 59 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 60 | <ClCompile> | 104 | <ClCompile> |
| 61 | <WarningLevel>Level3</WarningLevel> | 105 | <WarningLevel>Level3</WarningLevel> |
| @@ -73,20 +117,35 @@ | |||
| 73 | <OptimizeReferences>true</OptimizeReferences> | 117 | <OptimizeReferences>true</OptimizeReferences> |
| 74 | </Link> | 118 | </Link> |
| 75 | </ItemDefinitionGroup> | 119 | </ItemDefinitionGroup> |
| 120 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 121 | <ClCompile> | ||
| 122 | <WarningLevel>Level3</WarningLevel> | ||
| 123 | <PrecompiledHeader> | ||
| 124 | </PrecompiledHeader> | ||
| 125 | <Optimization>MaxSpeed</Optimization> | ||
| 126 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 127 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 128 | <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 129 | </ClCompile> | ||
| 130 | <Link> | ||
| 131 | <SubSystem>Console</SubSystem> | ||
| 132 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 133 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 134 | <OptimizeReferences>true</OptimizeReferences> | ||
| 135 | </Link> | ||
| 136 | </ItemDefinitionGroup> | ||
| 76 | <ItemGroup> | 137 | <ItemGroup> |
| 77 | <ClCompile Include="..\..\amcss.c" /> | 138 | <ClCompile Include="..\..\amcss.c" /> |
| 78 | <ClCompile Include="..\..\fmtdy.c" /> | 139 | <ClCompile Include="..\..\fmtdy.c" /> |
| 79 | <ClCompile Include="..\..\fmtdytst.c" /> | 140 | <ClCompile Include="..\..\fmtdytst.c" /> |
| 80 | <ClCompile Include="..\..\fmthe.c" /> | 141 | <ClCompile Include="..\..\fmthe.c" /> |
| 81 | <ClCompile Include="..\..\fmtno.c" /> | 142 | <ClCompile Include="..\..\fmtno.c" /> |
| 82 | <ClCompile Include="..\..\mps.c" /> | ||
| 83 | <ClCompile Include="..\..\testlib.c" /> | 143 | <ClCompile Include="..\..\testlib.c" /> |
| 84 | </ItemGroup> | 144 | </ItemGroup> |
| 85 | <ItemGroup> | 145 | <ItemGroup> |
| 86 | <ClInclude Include="..\..\fmtdy.h" /> | 146 | <ProjectReference Include="..\mps\mps.vcxproj"> |
| 87 | <ClInclude Include="..\..\fmtdytst.h" /> | 147 | <Project>{339b244a-c76f-4663-a39d-fa90b97f5381}</Project> |
| 88 | <ClInclude Include="..\..\fmthe.h" /> | 148 | </ProjectReference> |
| 89 | <ClInclude Include="..\..\fmtno.h" /> | ||
| 90 | </ItemGroup> | 149 | </ItemGroup> |
| 91 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 150 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 92 | <ImportGroup Label="ExtensionTargets"> | 151 | <ImportGroup Label="ExtensionTargets"> |
diff --git a/mps/code/w3mv/mps.sln b/mps/code/w3mv/mps.sln index b54441df399..65ac72bb60d 100755 --- a/mps/code/w3mv/mps.sln +++ b/mps/code/w3mv/mps.sln | |||
| @@ -3,16 +3,31 @@ Microsoft Visual Studio Solution File, Format Version 11.00 | |||
| 3 | # Visual Studio 2010 | 3 | # Visual Studio 2010 |
| 4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "amcss", "amcss\amcss.vcxproj", "{8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}" | 4 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "amcss", "amcss\amcss.vcxproj", "{8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}" |
| 5 | EndProject | 5 | EndProject |
| 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mps", "mps\mps.vcxproj", "{339B244A-C76F-4663-A39D-FA90B97F5381}" | ||
| 7 | EndProject | ||
| 6 | Global | 8 | Global |
| 7 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 8 | Debug|Win32 = Debug|Win32 | 10 | Debug|Win32 = Debug|Win32 |
| 11 | Debug|x64 = Debug|x64 | ||
| 9 | Release|Win32 = Release|Win32 | 12 | Release|Win32 = Release|Win32 |
| 13 | Release|x64 = Release|x64 | ||
| 10 | EndGlobalSection | 14 | EndGlobalSection |
| 11 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | 15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 12 | {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Debug|Win32.ActiveCfg = Debug|Win32 | 16 | {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Debug|Win32.ActiveCfg = Debug|Win32 |
| 13 | {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Debug|Win32.Build.0 = Debug|Win32 | 17 | {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Debug|Win32.Build.0 = Debug|Win32 |
| 18 | {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 19 | {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Debug|x64.Build.0 = Debug|x64 | ||
| 14 | {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Release|Win32.ActiveCfg = Release|Win32 | 20 | {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Release|Win32.ActiveCfg = Release|Win32 |
| 15 | {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Release|Win32.Build.0 = Release|Win32 | 21 | {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Release|Win32.Build.0 = Release|Win32 |
| 22 | {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Release|x64.ActiveCfg = Release|x64 | ||
| 23 | {8412D60D-8D05-4D41-AB7C-8FEA3A7F32CE}.Release|x64.Build.0 = Release|x64 | ||
| 24 | {339B244A-C76F-4663-A39D-FA90B97F5381}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
| 25 | {339B244A-C76F-4663-A39D-FA90B97F5381}.Debug|Win32.Build.0 = Debug|Win32 | ||
| 26 | {339B244A-C76F-4663-A39D-FA90B97F5381}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 27 | {339B244A-C76F-4663-A39D-FA90B97F5381}.Debug|x64.Build.0 = Debug|x64 | ||
| 28 | {339B244A-C76F-4663-A39D-FA90B97F5381}.Release|Win32.ActiveCfg = Release|Win32 | ||
| 29 | {339B244A-C76F-4663-A39D-FA90B97F5381}.Release|Win32.Build.0 = Release|Win32 | ||
| 30 | {339B244A-C76F-4663-A39D-FA90B97F5381}.Release|x64.ActiveCfg = Release|Win32 | ||
| 16 | EndGlobalSection | 31 | EndGlobalSection |
| 17 | GlobalSection(SolutionProperties) = preSolution | 32 | GlobalSection(SolutionProperties) = preSolution |
| 18 | HideSolutionNode = FALSE | 33 | HideSolutionNode = FALSE |
diff --git a/mps/code/w3mv/mps/mps.vcxproj b/mps/code/w3mv/mps/mps.vcxproj new file mode 100755 index 00000000000..3cc75482e1c --- /dev/null +++ b/mps/code/w3mv/mps/mps.vcxproj | |||
| @@ -0,0 +1,132 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Win32</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|x64"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>x64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Release|Win32"> | ||
| 13 | <Configuration>Release</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|x64"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | </ItemGroup> | ||
| 21 | <ItemGroup> | ||
| 22 | <ClCompile Include="..\..\mps.c" /> | ||
| 23 | </ItemGroup> | ||
| 24 | <PropertyGroup Label="Globals"> | ||
| 25 | <ProjectGuid>{339B244A-C76F-4663-A39D-FA90B97F5381}</ProjectGuid> | ||
| 26 | <Keyword>Win32Proj</Keyword> | ||
| 27 | <RootNamespace>mps</RootNamespace> | ||
| 28 | </PropertyGroup> | ||
| 29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 31 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 32 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 33 | <CharacterSet>Unicode</CharacterSet> | ||
| 34 | </PropertyGroup> | ||
| 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 36 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 37 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 38 | <CharacterSet>Unicode</CharacterSet> | ||
| 39 | </PropertyGroup> | ||
| 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 41 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 42 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 43 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 44 | <CharacterSet>Unicode</CharacterSet> | ||
| 45 | </PropertyGroup> | ||
| 46 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 47 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 48 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 49 | <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| 50 | <CharacterSet>Unicode</CharacterSet> | ||
| 51 | </PropertyGroup> | ||
| 52 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 53 | <ImportGroup Label="ExtensionSettings"> | ||
| 54 | </ImportGroup> | ||
| 55 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 56 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 57 | </ImportGroup> | ||
| 58 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 60 | </ImportGroup> | ||
| 61 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 63 | </ImportGroup> | ||
| 64 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 66 | </ImportGroup> | ||
| 67 | <PropertyGroup Label="UserMacros" /> | ||
| 68 | <PropertyGroup /> | ||
| 69 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 70 | <ClCompile> | ||
| 71 | <PrecompiledHeader> | ||
| 72 | </PrecompiledHeader> | ||
| 73 | <WarningLevel>Level4</WarningLevel> | ||
| 74 | <Optimization>Disabled</Optimization> | ||
| 75 | <PreprocessorDefinitions>CONFIG_VAR_COOL;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 76 | </ClCompile> | ||
| 77 | <Link> | ||
| 78 | <SubSystem>Windows</SubSystem> | ||
| 79 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 80 | </Link> | ||
| 81 | </ItemDefinitionGroup> | ||
| 82 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 83 | <ClCompile> | ||
| 84 | <PrecompiledHeader> | ||
| 85 | </PrecompiledHeader> | ||
| 86 | <WarningLevel>Level4</WarningLevel> | ||
| 87 | <Optimization>Disabled</Optimization> | ||
| 88 | <PreprocessorDefinitions>CONFIG_VAR_COOL;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 89 | </ClCompile> | ||
| 90 | <Link> | ||
| 91 | <SubSystem>Windows</SubSystem> | ||
| 92 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 93 | </Link> | ||
| 94 | </ItemDefinitionGroup> | ||
| 95 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 96 | <ClCompile> | ||
| 97 | <WarningLevel>Level4</WarningLevel> | ||
| 98 | <PrecompiledHeader> | ||
| 99 | </PrecompiledHeader> | ||
| 100 | <Optimization>MaxSpeed</Optimization> | ||
| 101 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 102 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 103 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 104 | </ClCompile> | ||
| 105 | <Link> | ||
| 106 | <SubSystem>Windows</SubSystem> | ||
| 107 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 108 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 109 | <OptimizeReferences>true</OptimizeReferences> | ||
| 110 | </Link> | ||
| 111 | </ItemDefinitionGroup> | ||
| 112 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 113 | <ClCompile> | ||
| 114 | <WarningLevel>Level4</WarningLevel> | ||
| 115 | <PrecompiledHeader> | ||
| 116 | </PrecompiledHeader> | ||
| 117 | <Optimization>MaxSpeed</Optimization> | ||
| 118 | <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| 119 | <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| 120 | <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 121 | </ClCompile> | ||
| 122 | <Link> | ||
| 123 | <SubSystem>Windows</SubSystem> | ||
| 124 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 125 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 126 | <OptimizeReferences>true</OptimizeReferences> | ||
| 127 | </Link> | ||
| 128 | </ItemDefinitionGroup> | ||
| 129 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 130 | <ImportGroup Label="ExtensionTargets"> | ||
| 131 | </ImportGroup> | ||
| 132 | </Project> \ No newline at end of file | ||