1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="14.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 <PropertyGroup Label="Globals"> 22 <ProjectGuid>{A8D36F8D-09E6-4174-91C3-7BEAA9C3F04F}</ProjectGuid> 23 </PropertyGroup> 24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 26 <ConfigurationType>Application</ConfigurationType> 27 <UseOfMfc>false</UseOfMfc> 28 <CharacterSet>MultiByte</CharacterSet> 29 <PlatformToolset>v140</PlatformToolset> 30 </PropertyGroup> 31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 32 <ConfigurationType>Application</ConfigurationType> 33 <UseOfMfc>false</UseOfMfc> 34 <CharacterSet>MultiByte</CharacterSet> 35 <PlatformToolset>v140</PlatformToolset> 36 </PropertyGroup> 37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 38 <ConfigurationType>Application</ConfigurationType> 39 <UseOfMfc>false</UseOfMfc> 40 <CharacterSet>MultiByte</CharacterSet> 41 <PlatformToolset>v140</PlatformToolset> 42 </PropertyGroup> 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 44 <ConfigurationType>Application</ConfigurationType> 45 <UseOfMfc>false</UseOfMfc> 46 <CharacterSet>MultiByte</CharacterSet> 47 <PlatformToolset>v140</PlatformToolset> 48 </PropertyGroup> 49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 50 <ImportGroup Label="ExtensionSettings"> 51 </ImportGroup> 52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 54 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 55 </ImportGroup> 56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 58 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 59 </ImportGroup> 60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 62 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 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 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 67 </ImportGroup> 68 <PropertyGroup Label="UserMacros" /> 69 <PropertyGroup> 70 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 73 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 74 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 76 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 77 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 78 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 79 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 80 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 81 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 82 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 83 </PropertyGroup> 84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 85 <CustomBuildStep> 86 <Command>copy "$(TargetPath)" ..\..\..\bin 87</Command> 88 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 89 </CustomBuildStep> 90 <Midl> 91 <TypeLibraryName>.\x86\Release/gencmn.tlb</TypeLibraryName> 92 </Midl> 93 <ClCompile> 94 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 95 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 96 <StringPooling>true</StringPooling> 97 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 98 <FunctionLevelLinking>true</FunctionLevelLinking> 99 <DisableLanguageExtensions>true</DisableLanguageExtensions> 100 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 101 <PrecompiledHeaderOutputFile>.\x86\Release/gencmn.pch</PrecompiledHeaderOutputFile> 102 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 103 <ObjectFileName>.\x86\Release/</ObjectFileName> 104 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 105 <WarningLevel>Level3</WarningLevel> 106 <SuppressStartupBanner>true</SuppressStartupBanner> 107 <CompileAs>Default</CompileAs> 108 </ClCompile> 109 <ResourceCompile> 110 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 111 <Culture>0x0409</Culture> 112 </ResourceCompile> 113 <Link> 114 <OutputFile>.\x86\Release/gencmn.exe</OutputFile> 115 <SuppressStartupBanner>true</SuppressStartupBanner> 116 <ProgramDatabaseFile>.\x86\Release/gencmn.pdb</ProgramDatabaseFile> 117 <SubSystem>Console</SubSystem> 118 <RandomizedBaseAddress>false</RandomizedBaseAddress> 119 <DataExecutionPrevention> 120 </DataExecutionPrevention> 121 </Link> 122 </ItemDefinitionGroup> 123 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 124 <CustomBuildStep> 125 <Command>copy "$(TargetPath)" ..\..\..\bin 126</Command> 127 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 128 </CustomBuildStep> 129 <Midl> 130 <TypeLibraryName>.\x86\Debug/gencmn.tlb</TypeLibraryName> 131 </Midl> 132 <ClCompile> 133 <Optimization>Disabled</Optimization> 134 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 135 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 136 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 137 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 138 <BufferSecurityCheck>true</BufferSecurityCheck> 139 <DisableLanguageExtensions>true</DisableLanguageExtensions> 140 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 141 <PrecompiledHeaderOutputFile>.\x86\Debug/gencmn.pch</PrecompiledHeaderOutputFile> 142 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 143 <ObjectFileName>.\x86\Debug/</ObjectFileName> 144 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 145 <BrowseInformation>true</BrowseInformation> 146 <WarningLevel>Level3</WarningLevel> 147 <SuppressStartupBanner>true</SuppressStartupBanner> 148 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 149 <CompileAs>Default</CompileAs> 150 </ClCompile> 151 <ResourceCompile> 152 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 153 <Culture>0x0409</Culture> 154 </ResourceCompile> 155 <Link> 156 <OutputFile>.\x86\Debug/gencmn.exe</OutputFile> 157 <SuppressStartupBanner>true</SuppressStartupBanner> 158 <GenerateDebugInformation>true</GenerateDebugInformation> 159 <ProgramDatabaseFile>.\x86\Debug/gencmn.pdb</ProgramDatabaseFile> 160 <SubSystem>Console</SubSystem> 161 <RandomizedBaseAddress>false</RandomizedBaseAddress> 162 <DataExecutionPrevention> 163 </DataExecutionPrevention> 164 </Link> 165 </ItemDefinitionGroup> 166 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 167 <CustomBuildStep> 168 <Command>copy "$(TargetPath)" ..\..\..\bin64 169</Command> 170 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 171 </CustomBuildStep> 172 <Midl> 173 <TargetEnvironment>X64</TargetEnvironment> 174 <TypeLibraryName>.\x64\Release/gencmn.tlb</TypeLibraryName> 175 </Midl> 176 <ClCompile> 177 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 178 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 179 <StringPooling>true</StringPooling> 180 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 181 <FunctionLevelLinking>true</FunctionLevelLinking> 182 <DisableLanguageExtensions>true</DisableLanguageExtensions> 183 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 184 <PrecompiledHeaderOutputFile>.\x64\Release/gencmn.pch</PrecompiledHeaderOutputFile> 185 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 186 <ObjectFileName>.\x64\Release/</ObjectFileName> 187 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 188 <WarningLevel>Level3</WarningLevel> 189 <SuppressStartupBanner>true</SuppressStartupBanner> 190 <CompileAs>Default</CompileAs> 191 </ClCompile> 192 <ResourceCompile> 193 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 194 <Culture>0x0409</Culture> 195 </ResourceCompile> 196 <Link> 197 <OutputFile>.\x64\Release/gencmn.exe</OutputFile> 198 <SuppressStartupBanner>true</SuppressStartupBanner> 199 <ProgramDatabaseFile>.\x64\Release/gencmn.pdb</ProgramDatabaseFile> 200 <SubSystem>Console</SubSystem> 201 <TargetMachine>MachineX64</TargetMachine> 202 </Link> 203 </ItemDefinitionGroup> 204 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 205 <CustomBuildStep> 206 <Command>copy "$(TargetPath)" ..\..\..\bin64 207</Command> 208 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 209 </CustomBuildStep> 210 <Midl> 211 <TargetEnvironment>X64</TargetEnvironment> 212 <TypeLibraryName>.\x64\Debug/gencmn.tlb</TypeLibraryName> 213 </Midl> 214 <ClCompile> 215 <Optimization>Disabled</Optimization> 216 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 217 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 218 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 219 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 220 <BufferSecurityCheck>true</BufferSecurityCheck> 221 <DisableLanguageExtensions>true</DisableLanguageExtensions> 222 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 223 <PrecompiledHeaderOutputFile>.\x64\Debug/gencmn.pch</PrecompiledHeaderOutputFile> 224 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 225 <ObjectFileName>.\x64\Debug/</ObjectFileName> 226 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 227 <BrowseInformation>true</BrowseInformation> 228 <WarningLevel>Level3</WarningLevel> 229 <SuppressStartupBanner>true</SuppressStartupBanner> 230 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 231 <CompileAs>Default</CompileAs> 232 </ClCompile> 233 <ResourceCompile> 234 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 235 <Culture>0x0409</Culture> 236 </ResourceCompile> 237 <Link> 238 <OutputFile>.\x64\Debug/gencmn.exe</OutputFile> 239 <SuppressStartupBanner>true</SuppressStartupBanner> 240 <GenerateDebugInformation>true</GenerateDebugInformation> 241 <ProgramDatabaseFile>.\x64\Debug/gencmn.pdb</ProgramDatabaseFile> 242 <SubSystem>Console</SubSystem> 243 <TargetMachine>MachineX64</TargetMachine> 244 </Link> 245 </ItemDefinitionGroup> 246 <ItemGroup> 247 <ClCompile Include="gencmn.c" /> 248 </ItemGroup> 249 <ItemGroup> 250 <ProjectReference Include="..\..\common\common.vcxproj"> 251 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 252 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 253 </ProjectReference> 254 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> 255 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 256 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 257 </ProjectReference> 258 </ItemGroup> 259 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 260 <ImportGroup Label="ExtensionTargets"> 261 </ImportGroup> 262</Project>