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>{631C23CE-6C1D-4875-88F0-85E0A42B36EA}</ProjectGuid> 23 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 24 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 27 <ConfigurationType>Application</ConfigurationType> 28 <UseOfMfc>false</UseOfMfc> 29 <CharacterSet>MultiByte</CharacterSet> 30 <PlatformToolset>v140</PlatformToolset> 31 </PropertyGroup> 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 33 <ConfigurationType>Application</ConfigurationType> 34 <UseOfMfc>false</UseOfMfc> 35 <CharacterSet>MultiByte</CharacterSet> 36 <PlatformToolset>v140</PlatformToolset> 37 </PropertyGroup> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 39 <ConfigurationType>Application</ConfigurationType> 40 <UseOfMfc>false</UseOfMfc> 41 <CharacterSet>MultiByte</CharacterSet> 42 <PlatformToolset>v140</PlatformToolset> 43 </PropertyGroup> 44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 45 <ConfigurationType>Application</ConfigurationType> 46 <UseOfMfc>false</UseOfMfc> 47 <CharacterSet>MultiByte</CharacterSet> 48 <PlatformToolset>v140</PlatformToolset> 49 </PropertyGroup> 50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 51 <ImportGroup Label="ExtensionSettings"> 52 </ImportGroup> 53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 55 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 56 </ImportGroup> 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 59 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 60 </ImportGroup> 61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 63 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 64 </ImportGroup> 65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 67 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> 68 </ImportGroup> 69 <PropertyGroup Label="UserMacros" /> 70 <PropertyGroup> 71 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 78 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 79 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 81 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 82 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 83 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 84 </PropertyGroup> 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 86 <CustomBuildStep> 87 <Command>copy "$(TargetPath)" ..\..\..\bin 88 </Command> 89 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 90 </CustomBuildStep> 91 <Midl> 92 <TypeLibraryName>.\x86\Release/gensprep.tlb</TypeLibraryName> 93 </Midl> 94 <ClCompile> 95 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 96 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 97 <StringPooling>true</StringPooling> 98 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 99 <FunctionLevelLinking>true</FunctionLevelLinking> 100 <DisableLanguageExtensions>false</DisableLanguageExtensions> 101 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 102 <PrecompiledHeaderOutputFile>.\x86\Release/gensprep.pch</PrecompiledHeaderOutputFile> 103 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> 104 <ObjectFileName>.\x86\Release/</ObjectFileName> 105 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> 106 <WarningLevel>Level3</WarningLevel> 107 <SuppressStartupBanner>true</SuppressStartupBanner> 108 <CompileAs>Default</CompileAs> 109 </ClCompile> 110 <ResourceCompile> 111 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 112 <Culture>0x0409</Culture> 113 </ResourceCompile> 114 <Link> 115 <OutputFile>.\x86\Release/gensprep.exe</OutputFile> 116 <SuppressStartupBanner>true</SuppressStartupBanner> 117 <ProgramDatabaseFile>.\x86\Release/gensprep.pdb</ProgramDatabaseFile> 118 <SubSystem>Console</SubSystem> 119 <RandomizedBaseAddress>false</RandomizedBaseAddress> 120 <DataExecutionPrevention> 121 </DataExecutionPrevention> 122 </Link> 123 </ItemDefinitionGroup> 124 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 125 <CustomBuildStep> 126 <Command>copy "$(TargetPath)" ..\..\..\bin 127 </Command> 128 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 129 </CustomBuildStep> 130 <Midl> 131 <TypeLibraryName>.\x86\Debug/gensprep.tlb</TypeLibraryName> 132 </Midl> 133 <ClCompile> 134 <Optimization>Disabled</Optimization> 135 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 136 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 137 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 138 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 139 <BufferSecurityCheck>true</BufferSecurityCheck> 140 <DisableLanguageExtensions>false</DisableLanguageExtensions> 141 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 142 <PrecompiledHeaderOutputFile>.\x86\Debug/gensprep.pch</PrecompiledHeaderOutputFile> 143 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 144 <ObjectFileName>.\x86\Debug/</ObjectFileName> 145 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 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/gensprep.exe</OutputFile> 157 <SuppressStartupBanner>true</SuppressStartupBanner> 158 <GenerateDebugInformation>true</GenerateDebugInformation> 159 <ProgramDatabaseFile>.\x86\Debug/gensprep.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/gensprep.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>false</DisableLanguageExtensions> 183 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 184 <PrecompiledHeaderOutputFile>.\x64\Release/gensprep.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/gensprep.exe</OutputFile> 198 <SuppressStartupBanner>true</SuppressStartupBanner> 199 <ProgramDatabaseFile>.\x64\Release/gensprep.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/gensprep.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>false</DisableLanguageExtensions> 222 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 223 <PrecompiledHeaderOutputFile>.\x64\Debug/gensprep.pch</PrecompiledHeaderOutputFile> 224 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 225 <ObjectFileName>.\x64\Debug/</ObjectFileName> 226 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 227 <WarningLevel>Level3</WarningLevel> 228 <SuppressStartupBanner>true</SuppressStartupBanner> 229 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 230 <CompileAs>Default</CompileAs> 231 </ClCompile> 232 <ResourceCompile> 233 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 234 <Culture>0x0409</Culture> 235 </ResourceCompile> 236 <Link> 237 <OutputFile>.\x64\Debug/gensprep.exe</OutputFile> 238 <SuppressStartupBanner>true</SuppressStartupBanner> 239 <GenerateDebugInformation>true</GenerateDebugInformation> 240 <ProgramDatabaseFile>.\x64\Debug/gensprep.pdb</ProgramDatabaseFile> 241 <SubSystem>Console</SubSystem> 242 <TargetMachine>MachineX64</TargetMachine> 243 </Link> 244 </ItemDefinitionGroup> 245 <ItemGroup> 246 <ClCompile Include="gensprep.c" /> 247 <ClCompile Include="store.c" /> 248 </ItemGroup> 249 <ItemGroup> 250 <ClInclude Include="gensprep.h" /> 251 </ItemGroup> 252 <ItemGroup> 253 <ProjectReference Include="..\..\common\common.vcxproj"> 254 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 255 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 256 </ProjectReference> 257 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> 258 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 259 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 260 </ProjectReference> 261 </ItemGroup> 262 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 263 <ImportGroup Label="ExtensionTargets"> 264 </ImportGroup> 265 </Project> 266