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