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>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{C7891A65-80AB-4245-912E-5F1E17B0E6C4}</ProjectGuid>
23 <RootNamespace>gennorm2</RootNamespace>
24 <Keyword>Win32Proj</Keyword>
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>
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32 <ConfigurationType>Application</ConfigurationType>
33 <CharacterSet>Unicode</CharacterSet>
34 <WholeProgramOptimization>true</WholeProgramOptimization>
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
37 <ConfigurationType>Application</ConfigurationType>
38 <CharacterSet>Unicode</CharacterSet>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
41 <ConfigurationType>Application</ConfigurationType>
42 <CharacterSet>Unicode</CharacterSet>
43 <WholeProgramOptimization>true</WholeProgramOptimization>
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
46 <ImportGroup Label="ExtensionSettings">
48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
52 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60 <PropertyGroup Label="UserMacros" />
62 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
63 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
64 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
65 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
66 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
67 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
68 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
69 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
70 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
71 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78 <Command>copy "$(TargetPath)" ..\..\..\bin
80 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
83 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
84 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85 <Optimization>MaxSpeed</Optimization>
86 <IntrinsicFunctions>true</IntrinsicFunctions>
87 <StringPooling>true</StringPooling>
88 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
89 <FunctionLevelLinking>true</FunctionLevelLinking>
90 <DisableLanguageExtensions>false</DisableLanguageExtensions>
91 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
92 <PrecompiledHeaderOutputFile>.\x86\Release\gennorm2.pch</PrecompiledHeaderOutputFile>
93 <AssemblerListingLocation>.\x86\Release\</AssemblerListingLocation>
94 <ObjectFileName>.\x86\Release\</ObjectFileName>
95 <ProgramDataBaseFileName>.\x86\Release\</ProgramDataBaseFileName>
96 <WarningLevel>Level3</WarningLevel>
97 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
98 <SuppressStartupBanner>true</SuppressStartupBanner>
99 <CompileAs>Default</CompileAs>
102 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103 <Culture>0x0409</Culture>
106 <OutputFile>.\x86\Release\gennorm2.exe</OutputFile>
107 <SuppressStartupBanner>true</SuppressStartupBanner>
108 <ProgramDatabaseFile>.\x86\Release\gennorm2.pdb</ProgramDatabaseFile>
109 <GenerateDebugInformation>true</GenerateDebugInformation>
110 <SubSystem>Console</SubSystem>
111 <OptimizeReferences>true</OptimizeReferences>
112 <EnableCOMDATFolding>true</EnableCOMDATFolding>
113 <TargetMachine>MachineX86</TargetMachine>
114 <RandomizedBaseAddress>false</RandomizedBaseAddress>
115 <DataExecutionPrevention>false</DataExecutionPrevention>
117 </ItemDefinitionGroup>
118 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
120 <Command>copy "$(TargetPath)" ..\..\..\bin
122 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
125 <Optimization>Disabled</Optimization>
126 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
127 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
128 <IntrinsicFunctions>true</IntrinsicFunctions>
129 <MinimalRebuild>true</MinimalRebuild>
130 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
131 <StringPooling>true</StringPooling>
132 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
133 <BufferSecurityCheck>true</BufferSecurityCheck>
134 <DisableLanguageExtensions>false</DisableLanguageExtensions>
135 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
136 <PrecompiledHeaderOutputFile>.\x86\Debug\gennorm2.pch</PrecompiledHeaderOutputFile>
137 <AssemblerListingLocation>.\x86\Debug\</AssemblerListingLocation>
138 <ObjectFileName>.\x86\Debug\</ObjectFileName>
139 <ProgramDataBaseFileName>.\x86\Debug\</ProgramDataBaseFileName>
140 <BrowseInformation>true</BrowseInformation>
141 <WarningLevel>Level3</WarningLevel>
142 <SuppressStartupBanner>true</SuppressStartupBanner>
143 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
144 <CompileAs>Default</CompileAs>
147 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
148 <Culture>0x0409</Culture>
151 <OutputFile>.\x86\Debug\gennorm2.exe</OutputFile>
152 <SuppressStartupBanner>true</SuppressStartupBanner>
153 <GenerateDebugInformation>true</GenerateDebugInformation>
154 <ProgramDatabaseFile>.\x86\Debug\gennorm2.pdb</ProgramDatabaseFile>
155 <SubSystem>Console</SubSystem>
156 <TargetMachine>MachineX86</TargetMachine>
157 <RandomizedBaseAddress>false</RandomizedBaseAddress>
158 <DataExecutionPrevention>false</DataExecutionPrevention>
160 </ItemDefinitionGroup>
161 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
163 <Command>copy "$(TargetPath)" ..\..\..\bin64
165 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
168 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
169 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
170 <Optimization>MaxSpeed</Optimization>
171 <IntrinsicFunctions>true</IntrinsicFunctions>
172 <StringPooling>true</StringPooling>
173 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
174 <FunctionLevelLinking>true</FunctionLevelLinking>
175 <DisableLanguageExtensions>false</DisableLanguageExtensions>
176 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
177 <PrecompiledHeaderOutputFile>.\x64\Release\gennorm2.pch</PrecompiledHeaderOutputFile>
178 <AssemblerListingLocation>.\x64\Release\</AssemblerListingLocation>
179 <ObjectFileName>.\x64\Release\</ObjectFileName>
180 <ProgramDataBaseFileName>.\x64\Release\</ProgramDataBaseFileName>
181 <WarningLevel>Level3</WarningLevel>
182 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
183 <SuppressStartupBanner>true</SuppressStartupBanner>
184 <CompileAs>Default</CompileAs>
187 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
188 <Culture>0x0409</Culture>
191 <OutputFile>.\x64\Release\gennorm2.exe</OutputFile>
192 <SuppressStartupBanner>true</SuppressStartupBanner>
193 <ProgramDatabaseFile>.\x64\Release\gennorm2.pdb</ProgramDatabaseFile>
194 <GenerateDebugInformation>true</GenerateDebugInformation>
195 <SubSystem>Console</SubSystem>
196 <OptimizeReferences>true</OptimizeReferences>
197 <EnableCOMDATFolding>true</EnableCOMDATFolding>
198 <TargetMachine>MachineX64</TargetMachine>
199 <RandomizedBaseAddress>false</RandomizedBaseAddress>
200 <DataExecutionPrevention>false</DataExecutionPrevention>
202 </ItemDefinitionGroup>
203 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
205 <Command>copy "$(TargetPath)" ..\..\..\bin64
207 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
210 <Optimization>Disabled</Optimization>
211 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
212 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
213 <IntrinsicFunctions>true</IntrinsicFunctions>
214 <MinimalRebuild>true</MinimalRebuild>
215 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
216 <StringPooling>true</StringPooling>
217 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
218 <BufferSecurityCheck>true</BufferSecurityCheck>
219 <DisableLanguageExtensions>false</DisableLanguageExtensions>
220 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
221 <PrecompiledHeaderOutputFile>.\x64\Debug\gennorm2.pch</PrecompiledHeaderOutputFile>
222 <AssemblerListingLocation>.\x64\Debug\</AssemblerListingLocation>
223 <ObjectFileName>.\x64\Debug\</ObjectFileName>
224 <ProgramDataBaseFileName>.\x64\Debug\</ProgramDataBaseFileName>
225 <BrowseInformation>true</BrowseInformation>
226 <WarningLevel>Level3</WarningLevel>
227 <SuppressStartupBanner>true</SuppressStartupBanner>
228 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
229 <CompileAs>Default</CompileAs>
232 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
233 <Culture>0x0409</Culture>
236 <OutputFile>.\x64\Debug\gennorm2.exe</OutputFile>
237 <SuppressStartupBanner>true</SuppressStartupBanner>
238 <GenerateDebugInformation>true</GenerateDebugInformation>
239 <ProgramDatabaseFile>.\x64\Debug\gennorm2.pdb</ProgramDatabaseFile>
240 <SubSystem>Console</SubSystem>
241 <TargetMachine>MachineX64</TargetMachine>
242 <RandomizedBaseAddress>false</RandomizedBaseAddress>
243 <DataExecutionPrevention>false</DataExecutionPrevention>
245 </ItemDefinitionGroup>
247 <ClCompile Include="gennorm2.cpp" />
248 <ClCompile Include="n2builder.cpp" />
251 <ClInclude Include="n2builder.h" />
254 <ProjectReference Include="..\..\common\common.vcxproj">
255 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>
256 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
258 <ProjectReference Include="..\toolutil\toolutil.vcxproj">
259 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>
260 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
263 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
264 <ImportGroup Label="ExtensionTargets">