Mercurial > sdl-ios-xcode
annotate VisualC/tests/automated/automated.vcxproj @ 4886:df5525eb7c41
Updated build for Visual Studio 2010
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 Sep 2010 09:08:47 -0700 |
parents | 6547943feda9 |
children |
rev | line source |
---|---|
4823 | 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="Release|Win32"> | |
9 <Configuration>Release</Configuration> | |
10 <Platform>Win32</Platform> | |
11 </ProjectConfiguration> | |
12 </ItemGroup> | |
13 <PropertyGroup Label="Globals"> | |
14 <ProjectGuid>{DDD710DB-EC7B-4CCB-BD75-535D401A2FE0}</ProjectGuid> | |
15 <RootNamespace>automated</RootNamespace> | |
16 <Keyword>Win32Proj</Keyword> | |
17 </PropertyGroup> | |
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
20 <ConfigurationType>Application</ConfigurationType> | |
21 <CharacterSet>Unicode</CharacterSet> | |
22 <WholeProgramOptimization>true</WholeProgramOptimization> | |
23 </PropertyGroup> | |
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
25 <ConfigurationType>Application</ConfigurationType> | |
26 <CharacterSet>Unicode</CharacterSet> | |
27 </PropertyGroup> | |
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
29 <ImportGroup Label="ExtensionSettings"> | |
30 </ImportGroup> | |
31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
33 </ImportGroup> | |
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
36 </ImportGroup> | |
37 <PropertyGroup Label="UserMacros" /> | |
38 <PropertyGroup> | |
39 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
40 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir> | |
41 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir> | |
42 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
43 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir> | |
44 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir> | |
45 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
46 </PropertyGroup> | |
47 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
48 <ClCompile> | |
49 <Optimization>Disabled</Optimization> | |
50 <AdditionalIncludeDirectories>$(SolutionDir)\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
51 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
52 <MinimalRebuild>true</MinimalRebuild> | |
53 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
54 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
55 <PrecompiledHeader> | |
56 </PrecompiledHeader> | |
57 <WarningLevel>Level3</WarningLevel> | |
58 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
59 </ClCompile> | |
60 <Link> | |
61 <GenerateDebugInformation>true</GenerateDebugInformation> | |
62 <SubSystem>Windows</SubSystem> | |
63 <TargetMachine>MachineX86</TargetMachine> | |
64 </Link> | |
65 </ItemDefinitionGroup> | |
66 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
67 <ClCompile> | |
68 <Optimization>MaxSpeed</Optimization> | |
69 <IntrinsicFunctions>true</IntrinsicFunctions> | |
70 <AdditionalIncludeDirectories>$(SolutionDir)\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
71 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
72 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
73 <FunctionLevelLinking>true</FunctionLevelLinking> | |
74 <PrecompiledHeader> | |
75 </PrecompiledHeader> | |
76 <WarningLevel>Level3</WarningLevel> | |
77 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
78 </ClCompile> | |
79 <Link> | |
80 <GenerateDebugInformation>true</GenerateDebugInformation> | |
81 <SubSystem>Windows</SubSystem> | |
82 <OptimizeReferences>true</OptimizeReferences> | |
83 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
84 <TargetMachine>MachineX86</TargetMachine> | |
85 </Link> | |
86 </ItemDefinitionGroup> | |
87 <ItemGroup> | |
88 <ClCompile Include="..\..\..\test\automated\audio\audio.c" /> | |
89 <ClCompile Include="..\..\..\test\automated\common\common.c" /> | |
90 <ClCompile Include="..\..\..\test\automated\platform\platform.c" /> | |
91 <ClCompile Include="..\..\..\test\automated\rect\rect.c" /> | |
92 <ClCompile Include="..\..\..\test\automated\render\render.c" /> | |
93 <ClCompile Include="..\..\..\test\automated\rwops\rwops.c" /> | |
4886
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
94 <ClCompile Include="..\..\..\test\automated\rwops\TestSupportRWops_Generic.c" /> |
4823 | 95 <ClCompile Include="..\..\..\test\automated\SDL_at.c" /> |
96 <ClCompile Include="..\..\..\test\automated\surface\surface.c" /> | |
97 <ClCompile Include="..\..\..\test\automated\testsdl.c" /> | |
98 </ItemGroup> | |
99 <ItemGroup> | |
100 <ClInclude Include="..\..\..\test\automated\audio\audio.h" /> | |
101 <ClInclude Include="..\..\..\test\automated\common\common.h" /> | |
102 <ClInclude Include="..\..\..\test\automated\common\images.h" /> | |
103 <ClInclude Include="..\..\..\test\automated\platform\platform.h" /> | |
104 <ClInclude Include="..\..\..\test\automated\render\render.h" /> | |
105 <ClInclude Include="..\..\..\test\automated\rwops\rwops.h" /> | |
106 <ClInclude Include="..\..\..\test\automated\SDL_at.h" /> | |
107 <ClInclude Include="..\..\..\test\automated\surface\surface.h" /> | |
108 </ItemGroup> | |
4886
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
109 <ItemGroup> |
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
110 <ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj"> |
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
111 <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project> |
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
112 <Private>false</Private> |
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
113 <ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
114 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> |
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
115 <LinkLibraryDependencies>true</LinkLibraryDependencies> |
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
116 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> |
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
117 </ProjectReference> |
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
118 <ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj"> |
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
119 <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project> |
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
120 </ProjectReference> |
df5525eb7c41
Updated build for Visual Studio 2010
Sam Lantinga <slouken@libsdl.org>
parents:
4823
diff
changeset
|
121 </ItemGroup> |
4823 | 122 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
123 <ImportGroup Label="ExtensionTargets"> | |
124 </ImportGroup> | |
125 </Project> |