]> git.sesse.net Git - casparcg/blob - common/common.vcxproj
2.0.2: - Updated get_param.
[casparcg] / common / common.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Profile|Win32">\r
5       <Configuration>Profile</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Debug|Win32">\r
9       <Configuration>Debug</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Develop|Win32">\r
13       <Configuration>Develop</Configuration>\r
14       <Platform>Win32</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|Win32">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>Win32</Platform>\r
19     </ProjectConfiguration>\r
20   </ItemGroup>\r
21   <PropertyGroup Label="Globals">\r
22     <ProjectGuid>{02308602-7FE0-4253-B96E-22134919F56A}</ProjectGuid>\r
23     <Keyword>Win32Proj</Keyword>\r
24     <RootNamespace>common</RootNamespace>\r
25     <ProjectName>common</ProjectName>\r
26   </PropertyGroup>\r
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
29     <ConfigurationType>StaticLibrary</ConfigurationType>\r
30     <UseDebugLibraries>true</UseDebugLibraries>\r
31     <CharacterSet>Unicode</CharacterSet>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
34     <ConfigurationType>StaticLibrary</ConfigurationType>\r
35     <UseDebugLibraries>false</UseDebugLibraries>\r
36     <WholeProgramOptimization>true</WholeProgramOptimization>\r
37     <CharacterSet>Unicode</CharacterSet>\r
38   </PropertyGroup>\r
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration">\r
40     <ConfigurationType>StaticLibrary</ConfigurationType>\r
41     <UseDebugLibraries>false</UseDebugLibraries>\r
42     <WholeProgramOptimization>true</WholeProgramOptimization>\r
43     <CharacterSet>Unicode</CharacterSet>\r
44   </PropertyGroup>\r
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'" Label="Configuration">\r
46     <ConfigurationType>StaticLibrary</ConfigurationType>\r
47     <UseDebugLibraries>false</UseDebugLibraries>\r
48     <WholeProgramOptimization>true</WholeProgramOptimization>\r
49     <CharacterSet>Unicode</CharacterSet>\r
50   </PropertyGroup>\r
51   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
52   <ImportGroup Label="ExtensionSettings">\r
53   </ImportGroup>\r
54   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
55     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
56   </ImportGroup>\r
57   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
59   </ImportGroup>\r
60   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="PropertySheets">\r
61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
62   </ImportGroup>\r
63   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'" Label="PropertySheets">\r
64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
65   </ImportGroup>\r
66   <PropertyGroup Label="UserMacros" />\r
67   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
68     <IncludePath>..\dependencies\BluefishSDK_V5_10_0_42\Inc\;..\dependencies\boost\;..\dependencies\ffmpeg 0.6\include\;..\dependencies\FreeImage\Dist\;..\dependencies\glew-1.6.0\include;..\dependencies\SFML-1.6\include\;..\dependencies\tbb\include\;$(IncludePath)</IncludePath>\r
69     <LibraryPath>..\dependencies\BluefishSDK_V5_10_0_42\Lib\;..\dependencies\boost\stage\lib\;..\dependencies\ffmpeg 0.6\lib\;..\dependencies\FreeImage\Dist\;..\dependencies\glew-1.6.0\lib;..\dependencies\SFML-1.6\lib\;..\dependencies\tbb\lib\;$(LibraryPath)</LibraryPath>\r
70     <OutDir>$(ProjectDir)bin\$(Configuration)\</OutDir>\r
71     <IntDir>$(ProjectDir)tmp\$(Configuration)\</IntDir>\r
72   </PropertyGroup>\r
73   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
74     <IncludePath>..\dependencies\BluefishSDK_V5_10_0_42\Inc\;..\dependencies\boost\;..\dependencies\ffmpeg 0.6\include\;..\dependencies\FreeImage\Dist\;..\dependencies\glew-1.6.0\include;..\dependencies\SFML-1.6\include\;..\dependencies\tbb\include\;$(IncludePath)</IncludePath>\r
75     <LibraryPath>..\dependencies\BluefishSDK_V5_10_0_42\Lib\;..\dependencies\boost\stage\lib\;..\dependencies\ffmpeg 0.6\lib\;..\dependencies\FreeImage\Dist\;..\dependencies\glew-1.6.0\lib;..\dependencies\SFML-1.6\lib\;..\dependencies\tbb\lib\;$(LibraryPath)</LibraryPath>\r
76     <OutDir>$(ProjectDir)bin\$(Configuration)\</OutDir>\r
77     <IntDir>$(ProjectDir)tmp\$(Configuration)\</IntDir>\r
78   </PropertyGroup>\r
79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">\r
80     <IncludePath>..\dependencies\BluefishSDK_V5_10_0_42\Inc\;..\dependencies\boost\;..\dependencies\ffmpeg 0.6\include\;..\dependencies\FreeImage\Dist\;..\dependencies\glew-1.6.0\include;..\dependencies\SFML-1.6\include\;..\dependencies\tbb\include\;$(IncludePath)</IncludePath>\r
81     <LibraryPath>..\dependencies\BluefishSDK_V5_10_0_42\Lib\;..\dependencies\boost\stage\lib\;..\dependencies\ffmpeg 0.6\lib\;..\dependencies\FreeImage\Dist\;..\dependencies\glew-1.6.0\lib;..\dependencies\SFML-1.6\lib\;..\dependencies\tbb\lib\;$(LibraryPath)</LibraryPath>\r
82     <OutDir>$(ProjectDir)bin\$(Configuration)\</OutDir>\r
83     <IntDir>$(ProjectDir)tmp\$(Configuration)\</IntDir>\r
84   </PropertyGroup>\r
85   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">\r
86     <IncludePath>..\dependencies\BluefishSDK_V5_10_0_42\Inc\;..\dependencies\boost\;..\dependencies\ffmpeg 0.6\include\;..\dependencies\FreeImage\Dist\;..\dependencies\glew-1.6.0\include;..\dependencies\SFML-1.6\include\;..\dependencies\tbb\include\;$(IncludePath)</IncludePath>\r
87     <LibraryPath>..\dependencies\BluefishSDK_V5_10_0_42\Lib\;..\dependencies\boost\stage\lib\;..\dependencies\ffmpeg 0.6\lib\;..\dependencies\FreeImage\Dist\;..\dependencies\glew-1.6.0\lib;..\dependencies\SFML-1.6\lib\;..\dependencies\tbb\lib\;$(LibraryPath)</LibraryPath>\r
88     <OutDir>$(ProjectDir)bin\$(Configuration)\</OutDir>\r
89     <IntDir>$(ProjectDir)tmp\$(Configuration)\</IntDir>\r
90   </PropertyGroup>\r
91   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
92     <ClCompile>\r
93       <PrecompiledHeader>Use</PrecompiledHeader>\r
94       <WarningLevel>Level4</WarningLevel>\r
95       <Optimization>Disabled</Optimization>\r
96       <PreprocessorDefinitions>TBB_USE_CAPTURED_EXCEPTION=0;TBB_USE_ASSERT=1;TBB_USE_DEBUG;SFML_DYNAMIC;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
97       <TreatWarningAsError>true</TreatWarningAsError>\r
98       <SmallerTypeCheck>true</SmallerTypeCheck>\r
99       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
100       <MinimalRebuild>false</MinimalRebuild>\r
101       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
102       <ExceptionHandling>Async</ExceptionHandling>\r
103       <ForcedIncludeFiles>compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
104     </ClCompile>\r
105     <Link>\r
106       <SubSystem>Windows</SubSystem>\r
107       <GenerateDebugInformation>true</GenerateDebugInformation>\r
108     </Link>\r
109     <PreBuildEvent>\r
110       <Command>"SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)\version.tmpl" "$(SolutionDir)\version.h"</Command>\r
111     </PreBuildEvent>\r
112     <Lib />\r
113   </ItemDefinitionGroup>\r
114   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
115     <ClCompile>\r
116       <WarningLevel>Level4</WarningLevel>\r
117       <PrecompiledHeader>Use</PrecompiledHeader>\r
118       <Optimization>MaxSpeed</Optimization>\r
119       <FunctionLevelLinking>\r
120       </FunctionLevelLinking>\r
121       <IntrinsicFunctions>true</IntrinsicFunctions>\r
122       <PreprocessorDefinitions>TBB_USE_CAPTURED_EXCEPTION=0;SFML_DYNAMIC;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
123       <ExceptionHandling>Async</ExceptionHandling>\r
124       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>\r
125       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
126       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>\r
127       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>\r
128       <RuntimeTypeInfo>true</RuntimeTypeInfo>\r
129       <WholeProgramOptimization>true</WholeProgramOptimization>\r
130       <TreatWarningAsError>true</TreatWarningAsError>\r
131       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
132       <ForcedIncludeFiles>compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
133     </ClCompile>\r
134     <Link>\r
135       <SubSystem>Windows</SubSystem>\r
136       <GenerateDebugInformation>true</GenerateDebugInformation>\r
137       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
138       <OptimizeReferences>true</OptimizeReferences>\r
139     </Link>\r
140     <PreBuildEvent>\r
141       <Command>"SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)\version.tmpl" "$(SolutionDir)\version.h"</Command>\r
142     </PreBuildEvent>\r
143     <Lib>\r
144       <LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>\r
145     </Lib>\r
146   </ItemDefinitionGroup>\r
147   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">\r
148     <ClCompile>\r
149       <WarningLevel>Level4</WarningLevel>\r
150       <PrecompiledHeader>Use</PrecompiledHeader>\r
151       <Optimization>MaxSpeed</Optimization>\r
152       <FunctionLevelLinking>\r
153       </FunctionLevelLinking>\r
154       <IntrinsicFunctions>true</IntrinsicFunctions>\r
155       <PreprocessorDefinitions>TBB_USE_CAPTURED_EXCEPTION=0;TBB_USE_THREADING_TOOLS=1;SFML_DYNAMIC;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
156       <ExceptionHandling>Async</ExceptionHandling>\r
157       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>\r
158       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
159       <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>\r
160       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>\r
161       <RuntimeTypeInfo>true</RuntimeTypeInfo>\r
162       <WholeProgramOptimization>false</WholeProgramOptimization>\r
163       <TreatWarningAsError>true</TreatWarningAsError>\r
164       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
165       <ForcedIncludeFiles>compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
166     </ClCompile>\r
167     <Link>\r
168       <SubSystem>Windows</SubSystem>\r
169       <GenerateDebugInformation>true</GenerateDebugInformation>\r
170       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
171       <OptimizeReferences>true</OptimizeReferences>\r
172     </Link>\r
173     <PreBuildEvent>\r
174       <Command>"SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)\version.tmpl" "$(SolutionDir)\version.h"</Command>\r
175     </PreBuildEvent>\r
176     <Lib />\r
177   </ItemDefinitionGroup>\r
178   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">\r
179     <ClCompile>\r
180       <WarningLevel>Level4</WarningLevel>\r
181       <PrecompiledHeader>Use</PrecompiledHeader>\r
182       <Optimization>Disabled</Optimization>\r
183       <FunctionLevelLinking>\r
184       </FunctionLevelLinking>\r
185       <IntrinsicFunctions>true</IntrinsicFunctions>\r
186       <PreprocessorDefinitions>TBB_USE_CAPTURED_EXCEPTION=0;TBB_USE_ASSERT=1;TBB_USE_PERFORMANCE_WARNINGS=1;SFML_DYNAMIC;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
187       <ExceptionHandling>Async</ExceptionHandling>\r
188       <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>\r
189       <MultiProcessorCompilation>true</MultiProcessorCompilation>\r
190       <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>\r
191       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>\r
192       <RuntimeTypeInfo>true</RuntimeTypeInfo>\r
193       <WholeProgramOptimization>false</WholeProgramOptimization>\r
194       <TreatWarningAsError>true</TreatWarningAsError>\r
195       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r
196       <FloatingPointModel>Fast</FloatingPointModel>\r
197       <ForcedIncludeFiles>compiler/vs/disable_silly_warnings.h</ForcedIncludeFiles>\r
198     </ClCompile>\r
199     <Link>\r
200       <SubSystem>Windows</SubSystem>\r
201       <GenerateDebugInformation>true</GenerateDebugInformation>\r
202       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
203       <OptimizeReferences>true</OptimizeReferences>\r
204     </Link>\r
205     <PreBuildEvent>\r
206       <Command>"SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)\version.tmpl" "$(SolutionDir)\version.h"</Command>\r
207     </PreBuildEvent>\r
208     <Lib />\r
209   </ItemDefinitionGroup>\r
210   <ItemGroup>\r
211     <ClInclude Include="compiler\vs\disable_silly_warnings.h" />\r
212     <ClInclude Include="concurrency\com_context.h" />\r
213     <ClInclude Include="concurrency\executor.h" />\r
214     <ClInclude Include="concurrency\target.h" />\r
215     <ClInclude Include="diagnostics\graph.h" />\r
216     <ClInclude Include="exception\exceptions.h" />\r
217     <ClInclude Include="exception\win32_exception.h" />\r
218     <ClInclude Include="gl\gl_check.h" />\r
219     <ClInclude Include="log\log.h" />\r
220     <ClInclude Include="memory\memclr.h" />\r
221     <ClInclude Include="memory\memcpy.h" />\r
222     <ClInclude Include="memory\memshfl.h" />\r
223     <ClInclude Include="memory\page_locked_allocator.h" />\r
224     <ClInclude Include="memory\safe_ptr.h" />\r
225     <ClInclude Include="env.h" />\r
226     <ClInclude Include="os\windows\current_version.h" />\r
227     <ClInclude Include="os\windows\system_info.h" />\r
228     <ClInclude Include="stdafx.h" />\r
229     <ClInclude Include="utility\assert.h" />\r
230     <ClInclude Include="utility\move_on_copy.h" />\r
231     <ClInclude Include="utility\param.h" />\r
232     <ClInclude Include="utility\string.h" />\r
233     <ClInclude Include="utility\timer.h" />\r
234     <ClInclude Include="utility\tweener.h" />\r
235   </ItemGroup>\r
236   <ItemGroup>\r
237     <ClCompile Include="diagnostics\graph.cpp">\r
238       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
239       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
240       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
241       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
242     </ClCompile>\r
243     <ClCompile Include="exception\win32_exception.cpp">\r
244       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
245       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
246       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
247       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
248     </ClCompile>\r
249     <ClCompile Include="gl\gl_check.cpp">\r
250       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
251       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
252       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
253       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
254     </ClCompile>\r
255     <ClCompile Include="log\log.cpp">\r
256       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
257       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
258       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
259       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
260     </ClCompile>\r
261     <ClCompile Include="env.cpp" />\r
262     <ClCompile Include="stdafx.cpp">\r
263       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>\r
264       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>\r
265       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">Create</PrecompiledHeader>\r
266       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">Create</PrecompiledHeader>\r
267     </ClCompile>\r
268     <ClCompile Include="utility\string.cpp">\r
269       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
270       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
271       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
272       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
273     </ClCompile>\r
274     <ClCompile Include="utility\tweener.cpp">\r
275       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
276       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
277       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Develop|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
278       <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">../StdAfx.h</PrecompiledHeaderFile>\r
279     </ClCompile>\r
280   </ItemGroup>\r
281   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
282   <ImportGroup Label="ExtensionTargets">\r
283   </ImportGroup>\r
284 </Project>