Mercurial > sdl-ios-xcode
annotate VisualC/tests/testatomic/testatomic_VS2010.vcxproj @ 5172:ededa1ccf91c
Switched the SDL 1.2 compatibility to use the window surface, so it's fast even when there's no hardware acceleration available.
This means that the YUV overlay now uses software, but that's okay since fast YUV code should be using the textures now anyway.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 03 Feb 2011 21:13:55 -0800 |
parents | 377b7d9d24ee |
children |
rev | line source |
---|---|
5010
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
3 <ItemGroup Label="ProjectConfigurations"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4 <ProjectConfiguration Include="Debug|Win32"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5 <Configuration>Debug</Configuration> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
6 <Platform>Win32</Platform> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
7 </ProjectConfiguration> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
8 <ProjectConfiguration Include="Release|Win32"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
9 <Configuration>Release</Configuration> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
10 <Platform>Win32</Platform> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
11 </ProjectConfiguration> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
12 </ItemGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
13 <PropertyGroup Label="Globals"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
14 <ProjectName>testatomic</ProjectName> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
15 <ProjectGuid>{C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}</ProjectGuid> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
16 <RootNamespace>testatomic</RootNamespace> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
17 </PropertyGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
20 <ConfigurationType>Application</ConfigurationType> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
21 <UseOfMfc>false</UseOfMfc> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
22 </PropertyGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
24 <ConfigurationType>Application</ConfigurationType> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
25 <UseOfMfc>false</UseOfMfc> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
26 </PropertyGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
28 <ImportGroup Label="ExtensionSettings"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
29 </ImportGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
30 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
31 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
32 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
33 </ImportGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
36 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
37 </ImportGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
38 <PropertyGroup Label="UserMacros" /> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
39 <PropertyGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
40 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
41 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
42 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
43 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
44 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
45 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
46 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
47 </PropertyGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
48 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
49 <Midl> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
50 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
51 <MkTypLibCompatible>true</MkTypLibCompatible> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
52 <SuppressStartupBanner>true</SuppressStartupBanner> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
53 <TargetEnvironment>Win32</TargetEnvironment> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
54 <TypeLibraryName>.\Debug/testatomic.tlb</TypeLibraryName> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
55 </Midl> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
56 <ClCompile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
57 <Optimization>Disabled</Optimization> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
58 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
59 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
60 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
61 <PrecompiledHeader> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
62 </PrecompiledHeader> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
63 <PrecompiledHeaderOutputFile>.\Debug/testatomic.pch</PrecompiledHeaderOutputFile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
64 <AssemblerListingLocation>.\Debug/</AssemblerListingLocation> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
65 <ObjectFileName>.\Debug/</ObjectFileName> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
66 <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
67 <WarningLevel>Level3</WarningLevel> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
68 <SuppressStartupBanner>true</SuppressStartupBanner> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
69 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
70 <CompileAs>Default</CompileAs> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
71 </ClCompile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
72 <ResourceCompile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
73 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
74 <Culture>0x0409</Culture> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
75 </ResourceCompile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
76 <Link> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
77 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
78 <OutputFile>.\Debug/testatomic.exe</OutputFile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
79 <SuppressStartupBanner>true</SuppressStartupBanner> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
80 <GenerateDebugInformation>true</GenerateDebugInformation> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
81 <ProgramDatabaseFile>.\Debug/testatomic.pdb</ProgramDatabaseFile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
82 <SubSystem>Windows</SubSystem> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
83 </Link> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
84 </ItemDefinitionGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
86 <Midl> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
87 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
88 <MkTypLibCompatible>true</MkTypLibCompatible> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
89 <SuppressStartupBanner>true</SuppressStartupBanner> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
90 <TargetEnvironment>Win32</TargetEnvironment> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
91 <TypeLibraryName>.\Release/testatomic.tlb</TypeLibraryName> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
92 </Midl> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
93 <ClCompile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
94 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
95 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
96 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
97 <StringPooling>true</StringPooling> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
98 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
99 <FunctionLevelLinking>true</FunctionLevelLinking> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
100 <PrecompiledHeader> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
101 </PrecompiledHeader> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
102 <PrecompiledHeaderOutputFile>.\Release/testatomic.pch</PrecompiledHeaderOutputFile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
103 <AssemblerListingLocation>.\Release/</AssemblerListingLocation> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
104 <ObjectFileName>.\Release/</ObjectFileName> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
105 <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
106 <WarningLevel>Level3</WarningLevel> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
107 <SuppressStartupBanner>true</SuppressStartupBanner> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
108 <CompileAs>Default</CompileAs> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
109 </ClCompile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
110 <ResourceCompile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
111 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
112 <Culture>0x0409</Culture> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
113 </ResourceCompile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
114 <Link> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
115 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
116 <OutputFile>.\Release/testatomic.exe</OutputFile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
117 <SuppressStartupBanner>true</SuppressStartupBanner> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
118 <ProgramDatabaseFile>.\Release/testatomic.pdb</ProgramDatabaseFile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
119 <SubSystem>Windows</SubSystem> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
120 </Link> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
121 </ItemDefinitionGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
122 <ItemGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
123 <Library Include="..\..\Sdl\Debug\SDL.lib" /> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
124 <Library Include="..\..\SDLmain\Debug\SDLmain.lib" /> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
125 </ItemGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
126 <ItemGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
127 <ClCompile Include="..\..\..\test\testatomic.c"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
128 <PrecompiledHeaderOutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug/testatomic.pch</PrecompiledHeaderOutputFile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
129 </ClCompile> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
130 </ItemGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
131 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
132 <ImportGroup Label="ExtensionTargets"> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
133 </ImportGroup> |
377b7d9d24ee
Added testatomic test project
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
134 </Project> |