Factor out setting of the depot vehicle list icon string
[openttd/fttd.git] / projects / openttd_vs100.vcxproj.in
blobc8e71c42345b45d670ef1fcc8c15809d1d861832
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 <ProjectName>openttd</ProjectName>
23 <ProjectGuid>{668328A0-B40E-4CDB-BD72-D0064424414A}</ProjectGuid>
24 <RootNamespace>openttd</RootNamespace>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>Application</ConfigurationType>
29 <UseOfMfc>false</UseOfMfc>
30 <CharacterSet>Unicode</CharacterSet>
31 </PropertyGroup>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
33 <ConfigurationType>Application</ConfigurationType>
34 <UseOfMfc>false</UseOfMfc>
35 <CharacterSet>Unicode</CharacterSet>
36 <WholeProgramOptimization>true</WholeProgramOptimization>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
39 <ConfigurationType>Application</ConfigurationType>
40 <UseOfMfc>false</UseOfMfc>
41 <CharacterSet>Unicode</CharacterSet>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <UseOfMfc>false</UseOfMfc>
46 <CharacterSet>Unicode</CharacterSet>
47 <WholeProgramOptimization>true</WholeProgramOptimization>
48 </PropertyGroup>
49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
51 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52 </ImportGroup>
53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
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 </ImportGroup>
59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
62 <PropertyGroup Label="UserMacros" />
63 <PropertyGroup>
64 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
65 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</OutDir>
66 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</IntDir>
67 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
68 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</OutDir>
69 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</IntDir>
70 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</IntDir>
72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</IntDir>
75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
76 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
77 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
78 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
79 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
80 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
81 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
82 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
83 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
84 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
85 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
86 <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
87 <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
88 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)..\objs\$(Platform)\$(Configuration)\</OutDir>
89 <LocalDebuggerWorkingDirectory>$(ProjectDir)..\bin</LocalDebuggerWorkingDirectory>
90 </PropertyGroup>
91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
92 <Midl>
93 <TypeLibraryName>.\Release/openttd.tlb</TypeLibraryName>
94 <HeaderFileName>
95 </HeaderFileName>
96 </Midl>
97 <ClCompile>
98 <AdditionalOptions>/MP /J %(AdditionalOptions)</AdditionalOptions>
99 <Optimization>Full</Optimization>
100 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
101 <IntrinsicFunctions>true</IntrinsicFunctions>
102 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
103 <OmitFramePointers>true</OmitFramePointers>
104 <AdditionalIncludeDirectories>..\objs\langs;..\objs\settings;..\src\3rdparty\squirrel\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
105 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_SSE;WITH_ZLIB;WITH_LZO;WITH_LZMA;LZMA_API_STATIC;WITH_PNG;WITH_FREETYPE;WITH_ICU_SORT;WITH_ICU_LAYOUT;U_STATIC_IMPLEMENTATION;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR="OpenTTD";WITH_ASSERT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
106 <StringPooling>true</StringPooling>
107 <ExceptionHandling>Sync</ExceptionHandling>
108 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
109 <StructMemberAlignment>4Bytes</StructMemberAlignment>
110 <BufferSecurityCheck>false</BufferSecurityCheck>
111 <FunctionLevelLinking>true</FunctionLevelLinking>
112 <PrecompiledHeader>
113 </PrecompiledHeader>
114 <PrecompiledHeaderFile>
115 </PrecompiledHeaderFile>
116 <PrecompiledHeaderOutputFile>
117 </PrecompiledHeaderOutputFile>
118 <AssemblerOutput>All</AssemblerOutput>
119 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
120 <ObjectFileName>$(IntDir)</ObjectFileName>
121 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
122 <WarningLevel>Level3</WarningLevel>
123 <TreatWarningAsError>false</TreatWarningAsError>
124 <SuppressStartupBanner>true</SuppressStartupBanner>
125 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
126 <CallingConvention>FastCall</CallingConvention>
127 <CompileAs>Default</CompileAs>
128 </ClCompile>
129 <ResourceCompile>
130 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131 <Culture>0x0809</Culture>
132 </ResourceCompile>
133 <Link>
134 <AdditionalDependencies>winmm.lib;ws2_32.lib;imm32.lib;libpng.lib;zlibstat.lib;lzo2.lib;liblzma.lib;libfreetype2.lib;icuuc.lib;icuin.lib;icudt.lib;icule.lib;iculx.lib;%(AdditionalDependencies)</AdditionalDependencies>
135 <SuppressStartupBanner>true</SuppressStartupBanner>
136 <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
137 <GenerateDebugInformation>true</GenerateDebugInformation>
138 <SubSystem>Windows</SubSystem>
139 <StackReserveSize>1048576</StackReserveSize>
140 <StackCommitSize>1048576</StackCommitSize>
141 <OptimizeReferences>true</OptimizeReferences>
142 <RandomizedBaseAddress>false</RandomizedBaseAddress>
143 <DataExecutionPrevention>
144 </DataExecutionPrevention>
145 <TargetMachine>MachineX86</TargetMachine>
146 <EnableCOMDATFolding>true</EnableCOMDATFolding>
147 </Link>
148 <Manifest>
149 <AdditionalManifestFiles>dpi_aware.manifest</AdditionalManifestFiles>
150 </Manifest>
151 </ItemDefinitionGroup>
152 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
153 <Midl>
154 <TypeLibraryName>.\Debug/openttd.tlb</TypeLibraryName>
155 <HeaderFileName>
156 </HeaderFileName>
157 </Midl>
158 <ClCompile>
159 <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
160 <Optimization>Disabled</Optimization>
161 <AdditionalIncludeDirectories>..\objs\langs;..\objs\settings;..\src\3rdparty\squirrel\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
162 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_SSE;WITH_ZLIB;WITH_LZO;WITH_LZMA;LZMA_API_STATIC;WITH_PNG;WITH_FREETYPE;WITH_ICU_SORT;WITH_ICU_LAYOUT;U_STATIC_IMPLEMENTATION;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR="OpenTTD";%(PreprocessorDefinitions)</PreprocessorDefinitions>
163 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
164 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
165 <PrecompiledHeader>
166 </PrecompiledHeader>
167 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
168 <ObjectFileName>$(IntDir)</ObjectFileName>
169 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
170 <WarningLevel>Level3</WarningLevel>
171 <TreatWarningAsError>false</TreatWarningAsError>
172 <SuppressStartupBanner>true</SuppressStartupBanner>
173 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
174 <CallingConvention>FastCall</CallingConvention>
175 <CompileAs>Default</CompileAs>
176 </ClCompile>
177 <ResourceCompile>
178 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
179 <Culture>0x0809</Culture>
180 </ResourceCompile>
181 <Link>
182 <AdditionalDependencies>winmm.lib;ws2_32.lib;imm32.lib;libpng.lib;zlibstat.lib;lzo2.lib;liblzma.lib;libfreetype2.lib;icuuc.lib;icuin.lib;icudt.lib;icule.lib;iculx.lib;%(AdditionalDependencies)</AdditionalDependencies>
183 <SuppressStartupBanner>true</SuppressStartupBanner>
184 <IgnoreSpecificDefaultLibraries>LIBCMT.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
185 <GenerateDebugInformation>true</GenerateDebugInformation>
186 <SubSystem>Windows</SubSystem>
187 <StackReserveSize>1048576</StackReserveSize>
188 <StackCommitSize>1048576</StackCommitSize>
189 <RandomizedBaseAddress>false</RandomizedBaseAddress>
190 <DataExecutionPrevention>
191 </DataExecutionPrevention>
192 <TargetMachine>MachineX86</TargetMachine>
193 </Link>
194 <Manifest>
195 <AdditionalManifestFiles>dpi_aware.manifest</AdditionalManifestFiles>
196 </Manifest>
197 </ItemDefinitionGroup>
198 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
199 <Midl>
200 <TargetEnvironment>X64</TargetEnvironment>
201 <TypeLibraryName>.\Release/openttd.tlb</TypeLibraryName>
202 <HeaderFileName>
203 </HeaderFileName>
204 </Midl>
205 <ClCompile>
206 <AdditionalOptions>/MP /J %(AdditionalOptions)</AdditionalOptions>
207 <Optimization>Full</Optimization>
208 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
209 <IntrinsicFunctions>true</IntrinsicFunctions>
210 <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
211 <OmitFramePointers>true</OmitFramePointers>
212 <AdditionalIncludeDirectories>..\objs\langs;..\objs\settings;..\src\3rdparty\squirrel\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
213 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;WITH_SSE;WITH_ZLIB;WITH_LZO;WITH_LZMA;LZMA_API_STATIC;WITH_PNG;WITH_FREETYPE;WITH_ICU_SORT;WITH_ICU_LAYOUT;U_STATIC_IMPLEMENTATION;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR="OpenTTD";_SQ64;WITH_ASSERT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
214 <StringPooling>true</StringPooling>
215 <ExceptionHandling>Sync</ExceptionHandling>
216 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
217 <StructMemberAlignment>Default</StructMemberAlignment>
218 <BufferSecurityCheck>false</BufferSecurityCheck>
219 <FunctionLevelLinking>true</FunctionLevelLinking>
220 <PrecompiledHeader>
221 </PrecompiledHeader>
222 <PrecompiledHeaderFile>
223 </PrecompiledHeaderFile>
224 <PrecompiledHeaderOutputFile>
225 </PrecompiledHeaderOutputFile>
226 <AssemblerOutput>All</AssemblerOutput>
227 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
228 <ObjectFileName>$(IntDir)</ObjectFileName>
229 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
230 <WarningLevel>Level3</WarningLevel>
231 <TreatWarningAsError>false</TreatWarningAsError>
232 <SuppressStartupBanner>true</SuppressStartupBanner>
233 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
234 <CallingConvention>FastCall</CallingConvention>
235 <CompileAs>Default</CompileAs>
236 </ClCompile>
237 <ResourceCompile>
238 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
239 <Culture>0x0809</Culture>
240 </ResourceCompile>
241 <Link>
242 <AdditionalDependencies>winmm.lib;ws2_32.lib;imm32.lib;libpng.lib;zlibstat.lib;lzo2.lib;liblzma.lib;libfreetype2.lib;icuuc.lib;icuin.lib;icudt.lib;icule.lib;iculx.lib;%(AdditionalDependencies)</AdditionalDependencies>
243 <SuppressStartupBanner>true</SuppressStartupBanner>
244 <IgnoreSpecificDefaultLibraries>%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
245 <GenerateDebugInformation>true</GenerateDebugInformation>
246 <SubSystem>Windows</SubSystem>
247 <StackReserveSize>1048576</StackReserveSize>
248 <StackCommitSize>1048576</StackCommitSize>
249 <OptimizeReferences>true</OptimizeReferences>
250 <TargetMachine>MachineX64</TargetMachine>
251 <EnableCOMDATFolding>true</EnableCOMDATFolding>
252 </Link>
253 <Manifest>
254 <AdditionalManifestFiles>dpi_aware.manifest</AdditionalManifestFiles>
255 </Manifest>
256 </ItemDefinitionGroup>
257 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
258 <Midl>
259 <TargetEnvironment>X64</TargetEnvironment>
260 <TypeLibraryName>.\Debug/openttd.tlb</TypeLibraryName>
261 <HeaderFileName>
262 </HeaderFileName>
263 </Midl>
264 <ClCompile>
265 <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
266 <Optimization>Disabled</Optimization>
267 <AdditionalIncludeDirectories>..\objs\langs;..\objs\settings;..\src\3rdparty\squirrel\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
268 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;WITH_SSE;WITH_ZLIB;WITH_LZO;WITH_LZMA;LZMA_API_STATIC;WITH_PNG;WITH_FREETYPE;WITH_ICU_SORT;WITH_ICU_LAYOUT;U_STATIC_IMPLEMENTATION;ENABLE_NETWORK;WITH_PERSONAL_DIR;PERSONAL_DIR="OpenTTD";_SQ64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
269 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
270 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
271 <PrecompiledHeader>
272 </PrecompiledHeader>
273 <PrecompiledHeaderFile>
274 </PrecompiledHeaderFile>
275 <PrecompiledHeaderOutputFile>
276 </PrecompiledHeaderOutputFile>
277 <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
278 <ObjectFileName>$(IntDir)</ObjectFileName>
279 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
280 <WarningLevel>Level3</WarningLevel>
281 <TreatWarningAsError>false</TreatWarningAsError>
282 <SuppressStartupBanner>true</SuppressStartupBanner>
283 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
284 <CallingConvention>Cdecl</CallingConvention>
285 <CompileAs>Default</CompileAs>
286 </ClCompile>
287 <ResourceCompile>
288 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
289 <Culture>0x0809</Culture>
290 </ResourceCompile>
291 <Link>
292 <AdditionalDependencies>winmm.lib;ws2_32.lib;imm32.lib;libpng.lib;zlibstat.lib;lzo2.lib;liblzma.lib;libfreetype2.lib;icuuc.lib;icuin.lib;icudt.lib;icule.lib;iculx.lib;%(AdditionalDependencies)</AdditionalDependencies>
293 <SuppressStartupBanner>true</SuppressStartupBanner>
294 <IgnoreSpecificDefaultLibraries>LIBCMT.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
295 <GenerateDebugInformation>true</GenerateDebugInformation>
296 <SubSystem>Windows</SubSystem>
297 <StackReserveSize>1048576</StackReserveSize>
298 <StackCommitSize>1048576</StackCommitSize>
299 <TargetMachine>MachineX64</TargetMachine>
300 </Link>
301 <Manifest>
302 <AdditionalManifestFiles>dpi_aware.manifest</AdditionalManifestFiles>
303 </Manifest>
304 </ItemDefinitionGroup>
305 <ItemGroup>
306 !!FILES!!
307 </ItemGroup>
308 <ItemGroup>
309 <None Include="..\media\openttd.ico" />
310 <None Include="..\readme.txt" />
311 </ItemGroup>
312 <ItemGroup>
313 <ProjectReference Include="langs_vs100.vcxproj">
314 <Project>{0f066b23-18df-4284-8265-f4a5e7e3b966}</Project>
315 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
316 </ProjectReference>
317 <ProjectReference Include="strgen_vs100.vcxproj">
318 <Project>{a133a442-bd0a-4ade-b117-ad7545e4bdd1}</Project>
319 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
320 </ProjectReference>
321 <ProjectReference Include="version_vs100.vcxproj">
322 <Project>{1a2b3c5e-1c23-41a5-9c9b-acba2aa75fec}</Project>
323 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
324 </ProjectReference>
325 </ItemGroup>
326 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
327 </Project>