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>{C7891A65-80AB-4245-912E-5F1E17B0E6C4}</ProjectGuid> 23 <RootNamespace>gennorm2</RootNamespace> 24 <Keyword>Win32Proj</Keyword> 25 </PropertyGroup> 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 28 <ConfigurationType>Application</ConfigurationType> 29 <CharacterSet>Unicode</CharacterSet> 30 <PlatformToolset>v140</PlatformToolset> 31 </PropertyGroup> 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 33 <ConfigurationType>Application</ConfigurationType> 34 <CharacterSet>Unicode</CharacterSet> 35 <WholeProgramOptimization>true</WholeProgramOptimization> 36 <PlatformToolset>v140</PlatformToolset> 37 </PropertyGroup> 38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 39 <ConfigurationType>Application</ConfigurationType> 40 <CharacterSet>Unicode</CharacterSet> 41 <PlatformToolset>v140</PlatformToolset> 42 </PropertyGroup> 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 44 <ConfigurationType>Application</ConfigurationType> 45 <CharacterSet>Unicode</CharacterSet> 46 <WholeProgramOptimization>true</WholeProgramOptimization> 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 </ImportGroup> 55 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 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 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> 64 <PropertyGroup Label="UserMacros" /> 65 <PropertyGroup> 66 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 79 </PropertyGroup> 80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 81 <CustomBuildStep> 82 <Command>copy "$(TargetPath)" ..\..\..\bin 83</Command> 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 85 </CustomBuildStep> 86 <ClCompile> 87 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 88 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 89 <Optimization>MaxSpeed</Optimization> 90 <IntrinsicFunctions>true</IntrinsicFunctions> 91 <StringPooling>true</StringPooling> 92 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 93 <FunctionLevelLinking>true</FunctionLevelLinking> 94 <DisableLanguageExtensions>false</DisableLanguageExtensions> 95 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 96 <PrecompiledHeaderOutputFile>.\x86\Release\gennorm2.pch</PrecompiledHeaderOutputFile> 97 <AssemblerListingLocation>.\x86\Release\</AssemblerListingLocation> 98 <ObjectFileName>.\x86\Release\</ObjectFileName> 99 <ProgramDataBaseFileName>.\x86\Release\</ProgramDataBaseFileName> 100 <WarningLevel>Level3</WarningLevel> 101 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 102 <SuppressStartupBanner>true</SuppressStartupBanner> 103 <CompileAs>Default</CompileAs> 104 </ClCompile> 105 <ResourceCompile> 106 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 107 <Culture>0x0409</Culture> 108 </ResourceCompile> 109 <Link> 110 <OutputFile>.\x86\Release\gennorm2.exe</OutputFile> 111 <SuppressStartupBanner>true</SuppressStartupBanner> 112 <ProgramDatabaseFile>.\x86\Release\gennorm2.pdb</ProgramDatabaseFile> 113 <GenerateDebugInformation>true</GenerateDebugInformation> 114 <SubSystem>Console</SubSystem> 115 <OptimizeReferences>true</OptimizeReferences> 116 <EnableCOMDATFolding>true</EnableCOMDATFolding> 117 <TargetMachine>MachineX86</TargetMachine> 118 <RandomizedBaseAddress>false</RandomizedBaseAddress> 119 <DataExecutionPrevention>false</DataExecutionPrevention> 120 </Link> 121 </ItemDefinitionGroup> 122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 123 <CustomBuildStep> 124 <Command>copy "$(TargetPath)" ..\..\..\bin 125</Command> 126 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 127 </CustomBuildStep> 128 <ClCompile> 129 <Optimization>Disabled</Optimization> 130 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 131 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 132 <IntrinsicFunctions>true</IntrinsicFunctions> 133 <MinimalRebuild>true</MinimalRebuild> 134 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 135 <StringPooling>true</StringPooling> 136 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 137 <BufferSecurityCheck>true</BufferSecurityCheck> 138 <DisableLanguageExtensions>false</DisableLanguageExtensions> 139 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 140 <PrecompiledHeaderOutputFile>.\x86\Debug\gennorm2.pch</PrecompiledHeaderOutputFile> 141 <AssemblerListingLocation>.\x86\Debug\</AssemblerListingLocation> 142 <ObjectFileName>.\x86\Debug\</ObjectFileName> 143 <ProgramDataBaseFileName>.\x86\Debug\</ProgramDataBaseFileName> 144 <BrowseInformation>true</BrowseInformation> 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\gennorm2.exe</OutputFile> 156 <SuppressStartupBanner>true</SuppressStartupBanner> 157 <GenerateDebugInformation>true</GenerateDebugInformation> 158 <ProgramDatabaseFile>.\x86\Debug\gennorm2.pdb</ProgramDatabaseFile> 159 <SubSystem>Console</SubSystem> 160 <TargetMachine>MachineX86</TargetMachine> 161 <RandomizedBaseAddress>false</RandomizedBaseAddress> 162 <DataExecutionPrevention>false</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 <ClCompile> 172 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 173 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 174 <Optimization>MaxSpeed</Optimization> 175 <IntrinsicFunctions>true</IntrinsicFunctions> 176 <StringPooling>true</StringPooling> 177 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 178 <FunctionLevelLinking>true</FunctionLevelLinking> 179 <DisableLanguageExtensions>false</DisableLanguageExtensions> 180 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 181 <PrecompiledHeaderOutputFile>.\x64\Release\gennorm2.pch</PrecompiledHeaderOutputFile> 182 <AssemblerListingLocation>.\x64\Release\</AssemblerListingLocation> 183 <ObjectFileName>.\x64\Release\</ObjectFileName> 184 <ProgramDataBaseFileName>.\x64\Release\</ProgramDataBaseFileName> 185 <WarningLevel>Level3</WarningLevel> 186 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 187 <SuppressStartupBanner>true</SuppressStartupBanner> 188 <CompileAs>Default</CompileAs> 189 </ClCompile> 190 <ResourceCompile> 191 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 192 <Culture>0x0409</Culture> 193 </ResourceCompile> 194 <Link> 195 <OutputFile>.\x64\Release\gennorm2.exe</OutputFile> 196 <SuppressStartupBanner>true</SuppressStartupBanner> 197 <ProgramDatabaseFile>.\x64\Release\gennorm2.pdb</ProgramDatabaseFile> 198 <GenerateDebugInformation>true</GenerateDebugInformation> 199 <SubSystem>Console</SubSystem> 200 <OptimizeReferences>true</OptimizeReferences> 201 <EnableCOMDATFolding>true</EnableCOMDATFolding> 202 <TargetMachine>MachineX64</TargetMachine> 203 <RandomizedBaseAddress>false</RandomizedBaseAddress> 204 <DataExecutionPrevention>false</DataExecutionPrevention> 205 </Link> 206 </ItemDefinitionGroup> 207 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 208 <CustomBuildStep> 209 <Command>copy "$(TargetPath)" ..\..\..\bin64 210</Command> 211 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 212 </CustomBuildStep> 213 <ClCompile> 214 <Optimization>Disabled</Optimization> 215 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 216 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 217 <IntrinsicFunctions>true</IntrinsicFunctions> 218 <MinimalRebuild>true</MinimalRebuild> 219 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 220 <StringPooling>true</StringPooling> 221 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 222 <BufferSecurityCheck>true</BufferSecurityCheck> 223 <DisableLanguageExtensions>false</DisableLanguageExtensions> 224 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 225 <PrecompiledHeaderOutputFile>.\x64\Debug\gennorm2.pch</PrecompiledHeaderOutputFile> 226 <AssemblerListingLocation>.\x64\Debug\</AssemblerListingLocation> 227 <ObjectFileName>.\x64\Debug\</ObjectFileName> 228 <ProgramDataBaseFileName>.\x64\Debug\</ProgramDataBaseFileName> 229 <BrowseInformation>true</BrowseInformation> 230 <WarningLevel>Level3</WarningLevel> 231 <SuppressStartupBanner>true</SuppressStartupBanner> 232 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 233 <CompileAs>Default</CompileAs> 234 </ClCompile> 235 <ResourceCompile> 236 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 237 <Culture>0x0409</Culture> 238 </ResourceCompile> 239 <Link> 240 <OutputFile>.\x64\Debug\gennorm2.exe</OutputFile> 241 <SuppressStartupBanner>true</SuppressStartupBanner> 242 <GenerateDebugInformation>true</GenerateDebugInformation> 243 <ProgramDatabaseFile>.\x64\Debug\gennorm2.pdb</ProgramDatabaseFile> 244 <SubSystem>Console</SubSystem> 245 <TargetMachine>MachineX64</TargetMachine> 246 <RandomizedBaseAddress>false</RandomizedBaseAddress> 247 <DataExecutionPrevention>false</DataExecutionPrevention> 248 </Link> 249 </ItemDefinitionGroup> 250 <ItemGroup> 251 <ClCompile Include="gennorm2.cpp" /> 252 <ClCompile Include="n2builder.cpp" /> 253 </ItemGroup> 254 <ItemGroup> 255 <ClInclude Include="n2builder.h" /> 256 </ItemGroup> 257 <ItemGroup> 258 <ProjectReference Include="..\..\common\common.vcxproj"> 259 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 260 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 261 </ProjectReference> 262 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> 263 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 264 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 265 </ProjectReference> 266 </ItemGroup> 267 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 268 <ImportGroup Label="ExtensionTargets"> 269 </ImportGroup> 270</Project>