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