|
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> |
|
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 </PropertyGroup> |
|
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
32 <ConfigurationType>Application</ConfigurationType> |
|
33 <CharacterSet>Unicode</CharacterSet> |
|
34 <WholeProgramOptimization>true</WholeProgramOptimization> |
|
35 </PropertyGroup> |
|
36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
|
37 <ConfigurationType>Application</ConfigurationType> |
|
38 <CharacterSet>Unicode</CharacterSet> |
|
39 </PropertyGroup> |
|
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
|
41 <ConfigurationType>Application</ConfigurationType> |
|
42 <CharacterSet>Unicode</CharacterSet> |
|
43 <WholeProgramOptimization>true</WholeProgramOptimization> |
|
44 </PropertyGroup> |
|
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
46 <ImportGroup Label="ExtensionSettings"> |
|
47 </ImportGroup> |
|
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" /> |
|
50 </ImportGroup> |
|
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" /> |
|
53 </ImportGroup> |
|
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" /> |
|
56 </ImportGroup> |
|
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" /> |
|
59 </ImportGroup> |
|
60 <PropertyGroup Label="UserMacros" /> |
|
61 <PropertyGroup> |
|
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> |
|
75 </PropertyGroup> |
|
76 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
77 <CustomBuildStep> |
|
78 <Command>copy "$(TargetPath)" ..\..\..\bin |
|
79 </Command> |
|
80 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> |
|
81 </CustomBuildStep> |
|
82 <ClCompile> |
|
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> |
|
100 </ClCompile> |
|
101 <ResourceCompile> |
|
102 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
103 <Culture>0x0409</Culture> |
|
104 </ResourceCompile> |
|
105 <Link> |
|
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> |
|
116 </Link> |
|
117 </ItemDefinitionGroup> |
|
118 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
119 <CustomBuildStep> |
|
120 <Command>copy "$(TargetPath)" ..\..\..\bin |
|
121 </Command> |
|
122 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> |
|
123 </CustomBuildStep> |
|
124 <ClCompile> |
|
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> |
|
145 </ClCompile> |
|
146 <ResourceCompile> |
|
147 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
148 <Culture>0x0409</Culture> |
|
149 </ResourceCompile> |
|
150 <Link> |
|
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> |
|
159 </Link> |
|
160 </ItemDefinitionGroup> |
|
161 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
|
162 <CustomBuildStep> |
|
163 <Command>copy "$(TargetPath)" ..\..\..\bin64 |
|
164 </Command> |
|
165 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> |
|
166 </CustomBuildStep> |
|
167 <ClCompile> |
|
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> |
|
185 </ClCompile> |
|
186 <ResourceCompile> |
|
187 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
188 <Culture>0x0409</Culture> |
|
189 </ResourceCompile> |
|
190 <Link> |
|
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> |
|
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 <ClCompile> |
|
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> |
|
230 </ClCompile> |
|
231 <ResourceCompile> |
|
232 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
233 <Culture>0x0409</Culture> |
|
234 </ResourceCompile> |
|
235 <Link> |
|
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> |
|
244 </Link> |
|
245 </ItemDefinitionGroup> |
|
246 <ItemGroup> |
|
247 <ClCompile Include="gennorm2.cpp" /> |
|
248 <ClCompile Include="n2builder.cpp" /> |
|
249 </ItemGroup> |
|
250 <ItemGroup> |
|
251 <ClInclude Include="n2builder.h" /> |
|
252 </ItemGroup> |
|
253 <ItemGroup> |
|
254 <ProjectReference Include="..\..\common\common.vcxproj"> |
|
255 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> |
|
256 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
257 </ProjectReference> |
|
258 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> |
|
259 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> |
|
260 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
|
261 </ProjectReference> |
|
262 </ItemGroup> |
|
263 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
264 <ImportGroup Label="ExtensionTargets"> |
|
265 </ImportGroup> |
|
266 </Project> |