Mercurial > fife-parpg
annotate build/win32/build_environments/visual_studio_8/unittest_template.xml @ 214:a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
Affected file types: c, cpp, h, txt, py and xml.
author | cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Tue, 17 Mar 2009 21:24:54 +0000 |
parents | 80b3c41c3427 |
children | 5ab78cd39534 |
rev | line source |
---|---|
214
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
1 <?xml version="1.0" encoding="Windows-1252"?> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
2 <VisualStudioProject |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
3 ProjectType="Visual C++" |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
4 Version="8.00" |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
5 Name="__INSERT_NAME_HERE__" |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
6 ProjectGUID="__INSERT_GUID_HERE__" |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
7 RootNamespace="__INSERT_NAME_HERE__" |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
8 Keyword="Win32Proj" |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
9 > |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
10 <Platforms> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
11 <Platform |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
12 Name="Win32" |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
13 /> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
14 </Platforms> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
15 <ToolFiles> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
16 </ToolFiles> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
17 <Configurations> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
18 <Configuration Name="Debug_static|Win32" OutputDirectory="../../../../../tests/core_tests/" IntermediateDirectory="$(ConfigurationName)/$(ProjectName)" ConfigurationType="1" CharacterSet="1"> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
19 <Tool Name="VCPreBuildEventTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
20 <Tool Name="VCCustomBuildTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
21 <Tool Name="VCXMLDataGeneratorTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
22 <Tool Name="VCWebServiceProxyGeneratorTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
23 <Tool Name="VCMIDLTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
24 <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\..\..\engine;..\..\..\..\..\engine\core;..\includes;..\..\..\includes\msvc2005\libguichan;..\..\..\includes\msvc2005\unittest++;..\..\..\includes\msvc2005\libogg;..\..\..\includes\msvc2005\openal-soft;..\..\..\includes\msvc2005\sdl;..\..\..\includes\msvc2005\sdl_image;..\..\..\includes\msvc2005\sdl_ttf;..\..\..\includes\msvc2005\zlib;..\..\..\includes\msvc2005\libvorbis;..\..\..\includes\msvc2005\libpng;..\..\..\includes\msvc2005\python;..\..\..\includes\msvc2005\boost_1_38_0" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
25 <Tool Name="VCManagedResourceCompilerTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
26 <Tool Name="VCResourceCompilerTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
27 <Tool Name="VCPreLinkEventTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
28 <Tool Name="VCLinkerTool" LinkIncremental="1" AdditionalDependencies="libfife_d.lib UnitTest++.lib guichan_opengld.lib guichan_sdld.lib guichand.lib ogg_static_d.lib OpenAL32.lib sdl.lib SDL_image.lib SDL_ttf.lib vorbis_static_d.lib vorbisfile_static_d.lib libpng.lib zlib.lib OpenGL32.lib GLU32.lib" AdditionalLibraryDirectories="..\..\..\static_libs\msvc2005" GenerateDebugInformation="true" SubSystem="1" TargetMachine="1"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
29 <Tool Name="VCALinkTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
30 <Tool Name="VCManifestTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
31 <Tool Name="VCXDCMakeTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
32 <Tool Name="VCBscMakeTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
33 <Tool Name="VCFxCopTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
34 <Tool Name="VCAppVerifierTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
35 <Tool Name="VCWebDeploymentTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
36 <Tool Name="VCPostBuildEventTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
37 </Configuration> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
38 <Configuration Name="Release_static|Win32" OutputDirectory="../../../../../tests/core_tests/" IntermediateDirectory="$(ConfigurationName)/$(ProjectName)" ConfigurationType="1" CharacterSet="1" WholeProgramOptimization="1"> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
39 <Tool Name="VCPreBuildEventTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
40 <Tool Name="VCCustomBuildTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
41 <Tool Name="VCXMLDataGeneratorTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
42 <Tool Name="VCWebServiceProxyGeneratorTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
43 <Tool Name="VCMIDLTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
44 <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\..\..\engine;..\..\..\..\..\engine\core;..\includes;..\..\..\includes\msvc2005\libguichan;..\..\..\includes\msvc2005\unittest++;..\..\..\includes\msvc2005\libogg;..\..\..\includes\msvc2005\openal-soft;..\..\..\includes\msvc2005\sdl;..\..\..\includes\msvc2005\sdl_image;..\..\..\includes\msvc2005\sdl_ttf;..\..\..\includes\msvc2005\zlib;..\..\..\includes\msvc2005\libvorbis;..\..\..\includes\msvc2005\libpng;..\..\..\includes\msvc2005\python25;..\..\..\includes\msvc2005\boost_1_38_0" PreprocessorDefinitions="WIN32;_CONSOLE" MinimalRebuild="true" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="3"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
45 <Tool Name="VCManagedResourceCompilerTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
46 <Tool Name="VCResourceCompilerTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
47 <Tool Name="VCPreLinkEventTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
48 <Tool Name="VCLinkerTool" LinkIncremental="1" AdditionalDependencies="libfife.lib UnitTest++.lib guichan_opengl.lib guichan_sdl.lib guichan.lib ogg_static.lib OpenAL32.lib sdl.lib SDL_image.lib SDL_ttf.lib vorbis_static.lib vorbisfile_static.lib libpng.lib zlib.lib OpenGL32.lib GLU32.lib" AdditionalLibraryDirectories="..\..\..\static_libs\msvc2005" SubSystem="1" TargetMachine="1"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
49 <Tool Name="VCALinkTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
50 <Tool Name="VCManifestTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
51 <Tool Name="VCXDCMakeTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
52 <Tool Name="VCBscMakeTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
53 <Tool Name="VCFxCopTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
54 <Tool Name="VCAppVerifierTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
55 <Tool Name="VCWebDeploymentTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
56 <Tool Name="VCPostBuildEventTool"/> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
57 </Configuration> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
58 </Configurations> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
59 <References> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
60 </References> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
61 <Files> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
62 <File |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
63 RelativePath="..\..\..\..\..\tests\core_tests\__INSERT_FILENAME_HERE__.cpp" |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
64 > |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
65 </File> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
66 </Files> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
67 <Globals> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
68 </Globals> |
a18f09b604f2
Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
197
diff
changeset
|
69 </VisualStudioProject> |