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 </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/gensprep.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>false</DisableLanguageExtensions> 100 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 101 <PrecompiledHeaderOutputFile>.\x86\Release/gensprep.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/gensprep.exe</OutputFile> 115 <SuppressStartupBanner>true</SuppressStartupBanner> 116 <ProgramDatabaseFile>.\x86\Release/gensprep.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/gensprep.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>false</DisableLanguageExtensions> 140 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 141 <PrecompiledHeaderOutputFile>.\x86\Debug/gensprep.pch</PrecompiledHeaderOutputFile> 142 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> 143 <ObjectFileName>.\x86\Debug/</ObjectFileName> 144 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> 145 <WarningLevel>Level3</WarningLevel> 146 <SuppressStartupBanner>true</SuppressStartupBanner> 147 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 148 <CompileAs>Default</CompileAs> 149 </ClCompile> 150 <ResourceCompile> 151 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 152 <Culture>0x0409</Culture> 153 </ResourceCompile> 154 <Link> 155 <OutputFile>.\x86\Debug/gensprep.exe</OutputFile> 156 <SuppressStartupBanner>true</SuppressStartupBanner> 157 <GenerateDebugInformation>true</GenerateDebugInformation> 158 <ProgramDatabaseFile>.\x86\Debug/gensprep.pdb</ProgramDatabaseFile> 159 <SubSystem>Console</SubSystem> 160 <RandomizedBaseAddress>false</RandomizedBaseAddress> 161 <DataExecutionPrevention> 162 </DataExecutionPrevention> 163 </Link> 164 </ItemDefinitionGroup> 165 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 166 <CustomBuildStep> 167 <Command>copy "$(TargetPath)" ..\..\..\bin64 168 </Command> 169 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 170 </CustomBuildStep> 171 <Midl> 172 <TargetEnvironment>X64</TargetEnvironment> 173 <TypeLibraryName>.\x64\Release/gensprep.tlb</TypeLibraryName> 174 </Midl> 175 <ClCompile> 176 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 177 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 178 <StringPooling>true</StringPooling> 179 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 180 <FunctionLevelLinking>true</FunctionLevelLinking> 181 <DisableLanguageExtensions>false</DisableLanguageExtensions> 182 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 183 <PrecompiledHeaderOutputFile>.\x64\Release/gensprep.pch</PrecompiledHeaderOutputFile> 184 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> 185 <ObjectFileName>.\x64\Release/</ObjectFileName> 186 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> 187 <WarningLevel>Level3</WarningLevel> 188 <SuppressStartupBanner>true</SuppressStartupBanner> 189 <CompileAs>Default</CompileAs> 190 </ClCompile> 191 <ResourceCompile> 192 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 193 <Culture>0x0409</Culture> 194 </ResourceCompile> 195 <Link> 196 <OutputFile>.\x64\Release/gensprep.exe</OutputFile> 197 <SuppressStartupBanner>true</SuppressStartupBanner> 198 <ProgramDatabaseFile>.\x64\Release/gensprep.pdb</ProgramDatabaseFile> 199 <SubSystem>Console</SubSystem> 200 <TargetMachine>MachineX64</TargetMachine> 201 </Link> 202 </ItemDefinitionGroup> 203 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 204 <CustomBuildStep> 205 <Command>copy "$(TargetPath)" ..\..\..\bin64 206 </Command> 207 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 208 </CustomBuildStep> 209 <Midl> 210 <TargetEnvironment>X64</TargetEnvironment> 211 <TypeLibraryName>.\x64\Debug/gensprep.tlb</TypeLibraryName> 212 </Midl> 213 <ClCompile> 214 <Optimization>Disabled</Optimization> 215 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 216 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 217 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 218 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 219 <BufferSecurityCheck>true</BufferSecurityCheck> 220 <DisableLanguageExtensions>false</DisableLanguageExtensions> 221 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 222 <PrecompiledHeaderOutputFile>.\x64\Debug/gensprep.pch</PrecompiledHeaderOutputFile> 223 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> 224 <ObjectFileName>.\x64\Debug/</ObjectFileName> 225 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> 226 <WarningLevel>Level3</WarningLevel> 227 <SuppressStartupBanner>true</SuppressStartupBanner> 228 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 229 <CompileAs>Default</CompileAs> 230 </ClCompile> 231 <ResourceCompile> 232 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 233 <Culture>0x0409</Culture> 234 </ResourceCompile> 235 <Link> 236 <OutputFile>.\x64\Debug/gensprep.exe</OutputFile> 237 <SuppressStartupBanner>true</SuppressStartupBanner> 238 <GenerateDebugInformation>true</GenerateDebugInformation> 239 <ProgramDatabaseFile>.\x64\Debug/gensprep.pdb</ProgramDatabaseFile> 240 <SubSystem>Console</SubSystem> 241 <TargetMachine>MachineX64</TargetMachine> 242 </Link> 243 </ItemDefinitionGroup> 244 <ItemGroup> 245 <ClCompile Include="gensprep.c" /> 246 <ClCompile Include="store.c" /> 247 </ItemGroup> 248 <ItemGroup> 249 <ClInclude Include="gensprep.h" /> 250 </ItemGroup> 251 <ItemGroup> 252 <ProjectReference Include="..\..\common\common.vcxproj"> 253 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 254 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 255 </ProjectReference> 256 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> 257 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 258 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 259 </ProjectReference> 260 </ItemGroup> 261 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 262 <ImportGroup Label="ExtensionTargets"> 263 </ImportGroup> 264 </Project>