1.1 --- a/VisualC/SDL_VS2013.sln Fri Mar 28 09:59:32 2014 -0400
1.2 +++ b/VisualC/SDL_VS2013.sln Sat Mar 29 12:27:02 2014 -0700
1.3 @@ -119,6 +119,12 @@
1.4 {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A} = {DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}
1.5 EndProjectSection
1.6 EndProject
1.7 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testrumble", "tests\testrumble\testrumble_VS2013.vcxproj", "{91B7737A-2A78-4020-820E-81A679DBEC72}"
1.8 + ProjectSection(ProjectDependencies) = postProject
1.9 + {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68} = {81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}
1.10 + {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A} = {DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}
1.11 + EndProjectSection
1.12 +EndProject
1.13 Global
1.14 GlobalSection(SolutionConfigurationPlatforms) = preSolution
1.15 Debug|Win32 = Debug|Win32
1.16 @@ -296,6 +302,14 @@
1.17 {55812185-D13C-4022-9C81-32E0F4A08AAD}.Release|Win32.Build.0 = Release|Win32
1.18 {55812185-D13C-4022-9C81-32E0F4A08AAD}.Release|x64.ActiveCfg = Release|x64
1.19 {55812185-D13C-4022-9C81-32E0F4A08AAD}.Release|x64.Build.0 = Release|x64
1.20 + {91B7737A-2A78-4020-820E-81A679DBEC72}.Debug|Win32.ActiveCfg = Debug|Win32
1.21 + {91B7737A-2A78-4020-820E-81A679DBEC72}.Debug|Win32.Build.0 = Debug|Win32
1.22 + {91B7737A-2A78-4020-820E-81A679DBEC72}.Debug|x64.ActiveCfg = Debug|x64
1.23 + {91B7737A-2A78-4020-820E-81A679DBEC72}.Debug|x64.Build.0 = Debug|x64
1.24 + {91B7737A-2A78-4020-820E-81A679DBEC72}.Release|Win32.ActiveCfg = Release|Win32
1.25 + {91B7737A-2A78-4020-820E-81A679DBEC72}.Release|Win32.Build.0 = Release|Win32
1.26 + {91B7737A-2A78-4020-820E-81A679DBEC72}.Release|x64.ActiveCfg = Release|x64
1.27 + {91B7737A-2A78-4020-820E-81A679DBEC72}.Release|x64.Build.0 = Release|x64
1.28 EndGlobalSection
1.29 GlobalSection(SolutionProperties) = preSolution
1.30 HideSolutionNode = FALSE
1.31 @@ -319,5 +333,6 @@
1.32 {55812185-D13C-4022-9C81-32E0F4A08BCC} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
1.33 {E5287C64-0646-4BFA-A772-1DB5A649F35E} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
1.34 {55812185-D13C-4022-9C81-32E0F4A08AAD} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
1.35 + {91B7737A-2A78-4020-820E-81A679DBEC72} = {CE748C1F-3C21-4825-AA6A-F895A023F7E7}
1.36 EndGlobalSection
1.37 EndGlobal
2.1 --- a/VisualC/tests/testgamecontroller/testgamecontroller_VS2013.vcxproj Fri Mar 28 09:59:32 2014 -0400
2.2 +++ b/VisualC/tests/testgamecontroller/testgamecontroller_VS2013.vcxproj Sat Mar 29 12:27:02 2014 -0700
2.3 @@ -109,10 +109,13 @@
2.4 <SubSystem>Windows</SubSystem>
2.5 </Link>
2.6 <PostBuildEvent>
2.7 - <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
2.8 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"
2.9 +copy "$(SolutionDir)\..\test\controllermap.bmp" "$(ProjectDir)\controllermap.bmp"
2.10 +copy "$(SolutionDir)\..\test\button.bmp" "$(ProjectDir)\button.bmp"
2.11 +copy "$(SolutionDir)\..\test\axis.bmp" "$(ProjectDir)\axis.bmp"</Command>
2.12 </PostBuildEvent>
2.13 <PostBuildEvent>
2.14 - <Message>Copy SDL</Message>
2.15 + <Message>Copy SDL and resources</Message>
2.16 </PostBuildEvent>
2.17 </ItemDefinitionGroup>
2.18 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
2.19 @@ -143,10 +146,13 @@
2.20 <SubSystem>Windows</SubSystem>
2.21 </Link>
2.22 <PostBuildEvent>
2.23 - <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
2.24 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"
2.25 +copy "$(SolutionDir)\..\test\controllermap.bmp" "$(ProjectDir)\controllermap.bmp"
2.26 +copy "$(SolutionDir)\..\test\button.bmp" "$(ProjectDir)\button.bmp"
2.27 +copy "$(SolutionDir)\..\test\axis.bmp" "$(ProjectDir)\axis.bmp"</Command>
2.28 </PostBuildEvent>
2.29 <PostBuildEvent>
2.30 - <Message>Copy SDL</Message>
2.31 + <Message>Copy SDL and resources</Message>
2.32 </PostBuildEvent>
2.33 </ItemDefinitionGroup>
2.34 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
2.35 @@ -178,10 +184,13 @@
2.36 <SubSystem>Windows</SubSystem>
2.37 </Link>
2.38 <PostBuildEvent>
2.39 - <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
2.40 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"
2.41 +copy "$(SolutionDir)\..\test\controllermap.bmp" "$(ProjectDir)\controllermap.bmp"
2.42 +copy "$(SolutionDir)\..\test\button.bmp" "$(ProjectDir)\button.bmp"
2.43 +copy "$(SolutionDir)\..\test\axis.bmp" "$(ProjectDir)\axis.bmp"</Command>
2.44 </PostBuildEvent>
2.45 <PostBuildEvent>
2.46 - <Message>Copy SDL</Message>
2.47 + <Message>Copy SDL and resources</Message>
2.48 </PostBuildEvent>
2.49 </ItemDefinitionGroup>
2.50 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
2.51 @@ -212,10 +221,13 @@
2.52 <SubSystem>Windows</SubSystem>
2.53 </Link>
2.54 <PostBuildEvent>
2.55 - <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
2.56 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"
2.57 +copy "$(SolutionDir)\..\test\controllermap.bmp" "$(ProjectDir)\controllermap.bmp"
2.58 +copy "$(SolutionDir)\..\test\button.bmp" "$(ProjectDir)\button.bmp"
2.59 +copy "$(SolutionDir)\..\test\axis.bmp" "$(ProjectDir)\axis.bmp"</Command>
2.60 </PostBuildEvent>
2.61 <PostBuildEvent>
2.62 - <Message>Copy SDL</Message>
2.63 + <Message>Copy SDL and resources</Message>
2.64 </PostBuildEvent>
2.65 </ItemDefinitionGroup>
2.66 <ItemGroup>
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
3.2 +++ b/VisualC/tests/testrumble/testrumble_VS2008.vcproj Sat Mar 29 12:27:02 2014 -0700
3.3 @@ -0,0 +1,205 @@
3.4 +<?xml version="1.0" encoding="Windows-1252"?>
3.5 +<VisualStudioProject
3.6 + ProjectType="Visual C++"
3.7 + Version="9.00"
3.8 + Name="testrumble"
3.9 + ProjectGUID="{C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}"
3.10 + RootNamespace="testrumble"
3.11 + TargetFrameworkVersion="131072"
3.12 + >
3.13 + <Platforms>
3.14 + <Platform
3.15 + Name="Win32"
3.16 + />
3.17 + </Platforms>
3.18 + <ToolFiles>
3.19 + </ToolFiles>
3.20 + <Configurations>
3.21 + <Configuration
3.22 + Name="Debug|Win32"
3.23 + OutputDirectory=".\Debug"
3.24 + IntermediateDirectory=".\Debug"
3.25 + ConfigurationType="1"
3.26 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
3.27 + UseOfMFC="0"
3.28 + ATLMinimizesCRunTimeLibraryUsage="false"
3.29 + >
3.30 + <Tool
3.31 + Name="VCPreBuildEventTool"
3.32 + />
3.33 + <Tool
3.34 + Name="VCCustomBuildTool"
3.35 + />
3.36 + <Tool
3.37 + Name="VCXMLDataGeneratorTool"
3.38 + />
3.39 + <Tool
3.40 + Name="VCWebServiceProxyGeneratorTool"
3.41 + />
3.42 + <Tool
3.43 + Name="VCMIDLTool"
3.44 + PreprocessorDefinitions="_DEBUG"
3.45 + MkTypLibCompatible="true"
3.46 + SuppressStartupBanner="true"
3.47 + TargetEnvironment="1"
3.48 + TypeLibraryName=".\Debug/testrumble.tlb"
3.49 + />
3.50 + <Tool
3.51 + Name="VCCLCompilerTool"
3.52 + Optimization="0"
3.53 + AdditionalIncludeDirectories="..\..\..\include"
3.54 + PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
3.55 + RuntimeLibrary="3"
3.56 + UsePrecompiledHeader="0"
3.57 + PrecompiledHeaderFile=".\Debug/testrumble.pch"
3.58 + WarningLevel="3"
3.59 + SuppressStartupBanner="true"
3.60 + DebugInformationFormat="4"
3.61 + CompileAs="0"
3.62 + />
3.63 + <Tool
3.64 + Name="VCManagedResourceCompilerTool"
3.65 + />
3.66 + <Tool
3.67 + Name="VCResourceCompilerTool"
3.68 + PreprocessorDefinitions="_DEBUG"
3.69 + Culture="1033"
3.70 + />
3.71 + <Tool
3.72 + Name="VCPreLinkEventTool"
3.73 + />
3.74 + <Tool
3.75 + Name="VCLinkerTool"
3.76 + AdditionalOptions="/MACHINE:I386"
3.77 + LinkIncremental="2"
3.78 + SuppressStartupBanner="true"
3.79 + GenerateDebugInformation="true"
3.80 + ProgramDatabaseFile=".\Debug/testrumble.pdb"
3.81 + SubSystem="2"
3.82 + RandomizedBaseAddress="1"
3.83 + DataExecutionPrevention="0"
3.84 + />
3.85 + <Tool
3.86 + Name="VCALinkTool"
3.87 + />
3.88 + <Tool
3.89 + Name="VCManifestTool"
3.90 + />
3.91 + <Tool
3.92 + Name="VCXDCMakeTool"
3.93 + />
3.94 + <Tool
3.95 + Name="VCBscMakeTool"
3.96 + />
3.97 + <Tool
3.98 + Name="VCFxCopTool"
3.99 + />
3.100 + <Tool
3.101 + Name="VCAppVerifierTool"
3.102 + />
3.103 + <Tool
3.104 + Name="VCPostBuildEventTool"
3.105 + Description="Copy SDL"
3.106 + CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" "$(TargetDir)\SDL2.dll""
3.107 + />
3.108 + </Configuration>
3.109 + <Configuration
3.110 + Name="Release|Win32"
3.111 + OutputDirectory=".\Release"
3.112 + IntermediateDirectory=".\Release"
3.113 + ConfigurationType="1"
3.114 + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
3.115 + UseOfMFC="0"
3.116 + ATLMinimizesCRunTimeLibraryUsage="false"
3.117 + >
3.118 + <Tool
3.119 + Name="VCPreBuildEventTool"
3.120 + />
3.121 + <Tool
3.122 + Name="VCCustomBuildTool"
3.123 + />
3.124 + <Tool
3.125 + Name="VCXMLDataGeneratorTool"
3.126 + />
3.127 + <Tool
3.128 + Name="VCWebServiceProxyGeneratorTool"
3.129 + />
3.130 + <Tool
3.131 + Name="VCMIDLTool"
3.132 + PreprocessorDefinitions="NDEBUG"
3.133 + MkTypLibCompatible="true"
3.134 + SuppressStartupBanner="true"
3.135 + TargetEnvironment="1"
3.136 + TypeLibraryName=".\Release/testrumble.tlb"
3.137 + />
3.138 + <Tool
3.139 + Name="VCCLCompilerTool"
3.140 + InlineFunctionExpansion="1"
3.141 + AdditionalIncludeDirectories="..\..\..\include"
3.142 + PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
3.143 + StringPooling="true"
3.144 + RuntimeLibrary="2"
3.145 + EnableFunctionLevelLinking="true"
3.146 + UsePrecompiledHeader="0"
3.147 + PrecompiledHeaderFile=".\Release/testrumble.pch"
3.148 + WarningLevel="3"
3.149 + SuppressStartupBanner="true"
3.150 + CompileAs="0"
3.151 + />
3.152 + <Tool
3.153 + Name="VCManagedResourceCompilerTool"
3.154 + />
3.155 + <Tool
3.156 + Name="VCResourceCompilerTool"
3.157 + PreprocessorDefinitions="NDEBUG"
3.158 + Culture="1033"
3.159 + />
3.160 + <Tool
3.161 + Name="VCPreLinkEventTool"
3.162 + />
3.163 + <Tool
3.164 + Name="VCLinkerTool"
3.165 + AdditionalOptions="/MACHINE:I386"
3.166 + LinkIncremental="1"
3.167 + SuppressStartupBanner="true"
3.168 + ProgramDatabaseFile=".\Release/testrumble.pdb"
3.169 + SubSystem="2"
3.170 + RandomizedBaseAddress="1"
3.171 + DataExecutionPrevention="0"
3.172 + />
3.173 + <Tool
3.174 + Name="VCALinkTool"
3.175 + />
3.176 + <Tool
3.177 + Name="VCManifestTool"
3.178 + />
3.179 + <Tool
3.180 + Name="VCXDCMakeTool"
3.181 + />
3.182 + <Tool
3.183 + Name="VCBscMakeTool"
3.184 + />
3.185 + <Tool
3.186 + Name="VCFxCopTool"
3.187 + />
3.188 + <Tool
3.189 + Name="VCAppVerifierTool"
3.190 + />
3.191 + <Tool
3.192 + Name="VCPostBuildEventTool"
3.193 + Description="Copy SDL"
3.194 + CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll" "$(TargetDir)\SDL2.dll""
3.195 + />
3.196 + </Configuration>
3.197 + </Configurations>
3.198 + <References>
3.199 + </References>
3.200 + <Files>
3.201 + <File
3.202 + RelativePath="..\..\..\test\testrumble.c"
3.203 + >
3.204 + </File>
3.205 + </Files>
3.206 + <Globals>
3.207 + </Globals>
3.208 +</VisualStudioProject>
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
4.2 +++ b/VisualC/tests/testrumble/testrumble_VS2010.vcxproj Sat Mar 29 12:27:02 2014 -0700
4.3 @@ -0,0 +1,234 @@
4.4 +<?xml version="1.0" encoding="utf-8"?>
4.5 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4.6 + <ItemGroup Label="ProjectConfigurations">
4.7 + <ProjectConfiguration Include="Debug|Win32">
4.8 + <Configuration>Debug</Configuration>
4.9 + <Platform>Win32</Platform>
4.10 + </ProjectConfiguration>
4.11 + <ProjectConfiguration Include="Debug|x64">
4.12 + <Configuration>Debug</Configuration>
4.13 + <Platform>x64</Platform>
4.14 + </ProjectConfiguration>
4.15 + <ProjectConfiguration Include="Release|Win32">
4.16 + <Configuration>Release</Configuration>
4.17 + <Platform>Win32</Platform>
4.18 + </ProjectConfiguration>
4.19 + <ProjectConfiguration Include="Release|x64">
4.20 + <Configuration>Release</Configuration>
4.21 + <Platform>x64</Platform>
4.22 + </ProjectConfiguration>
4.23 + </ItemGroup>
4.24 + <PropertyGroup Label="Globals">
4.25 + <ProjectName>testrumble</ProjectName>
4.26 + <ProjectGuid>{C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}</ProjectGuid>
4.27 + <RootNamespace>testrumble</RootNamespace>
4.28 + </PropertyGroup>
4.29 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
4.30 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4.31 + <ConfigurationType>Application</ConfigurationType>
4.32 + <UseOfMfc>false</UseOfMfc>
4.33 + </PropertyGroup>
4.34 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4.35 + <ConfigurationType>Application</ConfigurationType>
4.36 + <UseOfMfc>false</UseOfMfc>
4.37 + </PropertyGroup>
4.38 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
4.39 + <ConfigurationType>Application</ConfigurationType>
4.40 + <UseOfMfc>false</UseOfMfc>
4.41 + </PropertyGroup>
4.42 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4.43 + <ConfigurationType>Application</ConfigurationType>
4.44 + <UseOfMfc>false</UseOfMfc>
4.45 + <CharacterSet>MultiByte</CharacterSet>
4.46 + </PropertyGroup>
4.47 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4.48 + <ImportGroup Label="ExtensionSettings">
4.49 + </ImportGroup>
4.50 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
4.51 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
4.52 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
4.53 + </ImportGroup>
4.54 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
4.55 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
4.56 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
4.57 + </ImportGroup>
4.58 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
4.59 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
4.60 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
4.61 + </ImportGroup>
4.62 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
4.63 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
4.64 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
4.65 + </ImportGroup>
4.66 + <PropertyGroup Label="UserMacros" />
4.67 + <PropertyGroup>
4.68 + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
4.69 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
4.70 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
4.71 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
4.72 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
4.73 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
4.74 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
4.75 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
4.76 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
4.77 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
4.78 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
4.79 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
4.80 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
4.81 + </PropertyGroup>
4.82 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
4.83 + <Midl>
4.84 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
4.85 + <MkTypLibCompatible>true</MkTypLibCompatible>
4.86 + <SuppressStartupBanner>true</SuppressStartupBanner>
4.87 + <TargetEnvironment>Win32</TargetEnvironment>
4.88 + </Midl>
4.89 + <ClCompile>
4.90 + <Optimization>Disabled</Optimization>
4.91 + <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
4.92 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
4.93 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
4.94 + <PrecompiledHeader>
4.95 + </PrecompiledHeader>
4.96 + <WarningLevel>Level3</WarningLevel>
4.97 + <SuppressStartupBanner>true</SuppressStartupBanner>
4.98 + <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
4.99 + <CompileAs>Default</CompileAs>
4.100 + </ClCompile>
4.101 + <ResourceCompile>
4.102 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
4.103 + <Culture>0x0409</Culture>
4.104 + </ResourceCompile>
4.105 + <Link>
4.106 + <SuppressStartupBanner>true</SuppressStartupBanner>
4.107 + <GenerateDebugInformation>true</GenerateDebugInformation>
4.108 + <SubSystem>Windows</SubSystem>
4.109 + </Link>
4.110 + <PostBuildEvent>
4.111 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
4.112 + </PostBuildEvent>
4.113 + <PostBuildEvent>
4.114 + <Message>Copy SDL</Message>
4.115 + </PostBuildEvent>
4.116 + </ItemDefinitionGroup>
4.117 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
4.118 + <Midl>
4.119 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
4.120 + <MkTypLibCompatible>true</MkTypLibCompatible>
4.121 + <SuppressStartupBanner>true</SuppressStartupBanner>
4.122 + </Midl>
4.123 + <ClCompile>
4.124 + <Optimization>Disabled</Optimization>
4.125 + <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
4.126 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
4.127 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
4.128 + <PrecompiledHeader>
4.129 + </PrecompiledHeader>
4.130 + <WarningLevel>Level3</WarningLevel>
4.131 + <SuppressStartupBanner>true</SuppressStartupBanner>
4.132 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
4.133 + <CompileAs>Default</CompileAs>
4.134 + </ClCompile>
4.135 + <ResourceCompile>
4.136 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
4.137 + <Culture>0x0409</Culture>
4.138 + </ResourceCompile>
4.139 + <Link>
4.140 + <SuppressStartupBanner>true</SuppressStartupBanner>
4.141 + <GenerateDebugInformation>true</GenerateDebugInformation>
4.142 + <SubSystem>Windows</SubSystem>
4.143 + </Link>
4.144 + <PostBuildEvent>
4.145 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
4.146 + </PostBuildEvent>
4.147 + <PostBuildEvent>
4.148 + <Message>Copy SDL</Message>
4.149 + </PostBuildEvent>
4.150 + </ItemDefinitionGroup>
4.151 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
4.152 + <Midl>
4.153 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
4.154 + <MkTypLibCompatible>true</MkTypLibCompatible>
4.155 + <SuppressStartupBanner>true</SuppressStartupBanner>
4.156 + <TargetEnvironment>Win32</TargetEnvironment>
4.157 + </Midl>
4.158 + <ClCompile>
4.159 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
4.160 + <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
4.161 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
4.162 + <StringPooling>true</StringPooling>
4.163 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
4.164 + <FunctionLevelLinking>true</FunctionLevelLinking>
4.165 + <PrecompiledHeader>
4.166 + </PrecompiledHeader>
4.167 + <WarningLevel>Level3</WarningLevel>
4.168 + <SuppressStartupBanner>true</SuppressStartupBanner>
4.169 + <CompileAs>Default</CompileAs>
4.170 + </ClCompile>
4.171 + <ResourceCompile>
4.172 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
4.173 + <Culture>0x0409</Culture>
4.174 + </ResourceCompile>
4.175 + <Link>
4.176 + <SuppressStartupBanner>true</SuppressStartupBanner>
4.177 + <SubSystem>Windows</SubSystem>
4.178 + </Link>
4.179 + <PostBuildEvent>
4.180 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
4.181 + </PostBuildEvent>
4.182 + <PostBuildEvent>
4.183 + <Message>Copy SDL</Message>
4.184 + </PostBuildEvent>
4.185 + </ItemDefinitionGroup>
4.186 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
4.187 + <Midl>
4.188 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
4.189 + <MkTypLibCompatible>true</MkTypLibCompatible>
4.190 + <SuppressStartupBanner>true</SuppressStartupBanner>
4.191 + </Midl>
4.192 + <ClCompile>
4.193 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
4.194 + <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
4.195 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
4.196 + <StringPooling>true</StringPooling>
4.197 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
4.198 + <FunctionLevelLinking>true</FunctionLevelLinking>
4.199 + <PrecompiledHeader>
4.200 + </PrecompiledHeader>
4.201 + <WarningLevel>Level3</WarningLevel>
4.202 + <SuppressStartupBanner>true</SuppressStartupBanner>
4.203 + <CompileAs>Default</CompileAs>
4.204 + </ClCompile>
4.205 + <ResourceCompile>
4.206 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
4.207 + <Culture>0x0409</Culture>
4.208 + </ResourceCompile>
4.209 + <Link>
4.210 + <SuppressStartupBanner>true</SuppressStartupBanner>
4.211 + <SubSystem>Windows</SubSystem>
4.212 + </Link>
4.213 + <PostBuildEvent>
4.214 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
4.215 + </PostBuildEvent>
4.216 + <PostBuildEvent>
4.217 + <Message>Copy SDL</Message>
4.218 + </PostBuildEvent>
4.219 + </ItemDefinitionGroup>
4.220 + <ItemGroup>
4.221 + <ClCompile Include="..\..\..\test\testrumble.c">
4.222 + <PrecompiledHeaderOutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug/testrumble.pch</PrecompiledHeaderOutputFile>
4.223 + <PrecompiledHeaderOutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\Debug/testrumble.pch</PrecompiledHeaderOutputFile>
4.224 + </ClCompile>
4.225 + </ItemGroup>
4.226 + <ItemGroup>
4.227 + <ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj">
4.228 + <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
4.229 + </ProjectReference>
4.230 + <ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj">
4.231 + <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
4.232 + </ProjectReference>
4.233 + </ItemGroup>
4.234 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
4.235 + <ImportGroup Label="ExtensionTargets">
4.236 + </ImportGroup>
4.237 +</Project>
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
5.2 +++ b/VisualC/tests/testrumble/testrumble_VS2012.vcxproj Sat Mar 29 12:27:02 2014 -0700
5.3 @@ -0,0 +1,231 @@
5.4 +<?xml version="1.0" encoding="utf-8"?>
5.5 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5.6 + <ItemGroup Label="ProjectConfigurations">
5.7 + <ProjectConfiguration Include="Debug|Win32">
5.8 + <Configuration>Debug</Configuration>
5.9 + <Platform>Win32</Platform>
5.10 + </ProjectConfiguration>
5.11 + <ProjectConfiguration Include="Debug|x64">
5.12 + <Configuration>Debug</Configuration>
5.13 + <Platform>x64</Platform>
5.14 + </ProjectConfiguration>
5.15 + <ProjectConfiguration Include="Release|Win32">
5.16 + <Configuration>Release</Configuration>
5.17 + <Platform>Win32</Platform>
5.18 + </ProjectConfiguration>
5.19 + <ProjectConfiguration Include="Release|x64">
5.20 + <Configuration>Release</Configuration>
5.21 + <Platform>x64</Platform>
5.22 + </ProjectConfiguration>
5.23 + </ItemGroup>
5.24 + <PropertyGroup Label="Globals">
5.25 + <ProjectName>testrumble</ProjectName>
5.26 + <ProjectGuid>{C4E04D18-EF76-4B42-B4C2-16A1BACDC0A3}</ProjectGuid>
5.27 + <RootNamespace>testrumble</RootNamespace>
5.28 + </PropertyGroup>
5.29 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
5.30 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
5.31 + <ConfigurationType>Application</ConfigurationType>
5.32 + <UseOfMfc>false</UseOfMfc>
5.33 + <PlatformToolset>v110</PlatformToolset>
5.34 + </PropertyGroup>
5.35 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5.36 + <ConfigurationType>Application</ConfigurationType>
5.37 + <UseOfMfc>false</UseOfMfc>
5.38 + <PlatformToolset>v110</PlatformToolset>
5.39 + </PropertyGroup>
5.40 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
5.41 + <ConfigurationType>Application</ConfigurationType>
5.42 + <UseOfMfc>false</UseOfMfc>
5.43 + <PlatformToolset>v110</PlatformToolset>
5.44 + </PropertyGroup>
5.45 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
5.46 + <ConfigurationType>Application</ConfigurationType>
5.47 + <UseOfMfc>false</UseOfMfc>
5.48 + <CharacterSet>MultiByte</CharacterSet>
5.49 + <PlatformToolset>v110</PlatformToolset>
5.50 + </PropertyGroup>
5.51 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5.52 + <ImportGroup Label="ExtensionSettings">
5.53 + </ImportGroup>
5.54 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
5.55 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5.56 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
5.57 + </ImportGroup>
5.58 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
5.59 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5.60 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
5.61 + </ImportGroup>
5.62 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
5.63 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5.64 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
5.65 + </ImportGroup>
5.66 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
5.67 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5.68 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
5.69 + </ImportGroup>
5.70 + <PropertyGroup Label="UserMacros" />
5.71 + <PropertyGroup>
5.72 + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
5.73 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
5.74 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
5.75 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
5.76 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
5.77 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
5.78 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
5.79 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
5.80 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
5.81 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
5.82 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
5.83 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
5.84 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
5.85 + </PropertyGroup>
5.86 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5.87 + <Midl>
5.88 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.89 + <MkTypLibCompatible>true</MkTypLibCompatible>
5.90 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.91 + <TargetEnvironment>Win32</TargetEnvironment>
5.92 + </Midl>
5.93 + <ClCompile>
5.94 + <Optimization>Disabled</Optimization>
5.95 + <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
5.96 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.97 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
5.98 + <PrecompiledHeader>
5.99 + </PrecompiledHeader>
5.100 + <WarningLevel>Level3</WarningLevel>
5.101 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.102 + <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
5.103 + <CompileAs>Default</CompileAs>
5.104 + </ClCompile>
5.105 + <ResourceCompile>
5.106 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.107 + <Culture>0x0409</Culture>
5.108 + </ResourceCompile>
5.109 + <Link>
5.110 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.111 + <GenerateDebugInformation>true</GenerateDebugInformation>
5.112 + <SubSystem>Windows</SubSystem>
5.113 + </Link>
5.114 + <PostBuildEvent>
5.115 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
5.116 + </PostBuildEvent>
5.117 + <PostBuildEvent>
5.118 + <Message>Copy SDL</Message>
5.119 + </PostBuildEvent>
5.120 + </ItemDefinitionGroup>
5.121 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
5.122 + <Midl>
5.123 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.124 + <MkTypLibCompatible>true</MkTypLibCompatible>
5.125 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.126 + </Midl>
5.127 + <ClCompile>
5.128 + <Optimization>Disabled</Optimization>
5.129 + <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
5.130 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.131 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
5.132 + <PrecompiledHeader>
5.133 + </PrecompiledHeader>
5.134 + <WarningLevel>Level3</WarningLevel>
5.135 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.136 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
5.137 + <CompileAs>Default</CompileAs>
5.138 + </ClCompile>
5.139 + <ResourceCompile>
5.140 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.141 + <Culture>0x0409</Culture>
5.142 + </ResourceCompile>
5.143 + <Link>
5.144 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.145 + <GenerateDebugInformation>true</GenerateDebugInformation>
5.146 + <SubSystem>Windows</SubSystem>
5.147 + </Link>
5.148 + <PostBuildEvent>
5.149 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
5.150 + </PostBuildEvent>
5.151 + <PostBuildEvent>
5.152 + <Message>Copy SDL</Message>
5.153 + </PostBuildEvent>
5.154 + </ItemDefinitionGroup>
5.155 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5.156 + <Midl>
5.157 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.158 + <MkTypLibCompatible>true</MkTypLibCompatible>
5.159 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.160 + <TargetEnvironment>Win32</TargetEnvironment>
5.161 + </Midl>
5.162 + <ClCompile>
5.163 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
5.164 + <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
5.165 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.166 + <StringPooling>true</StringPooling>
5.167 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
5.168 + <FunctionLevelLinking>true</FunctionLevelLinking>
5.169 + <PrecompiledHeader>
5.170 + </PrecompiledHeader>
5.171 + <WarningLevel>Level3</WarningLevel>
5.172 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.173 + <CompileAs>Default</CompileAs>
5.174 + </ClCompile>
5.175 + <ResourceCompile>
5.176 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.177 + <Culture>0x0409</Culture>
5.178 + </ResourceCompile>
5.179 + <Link>
5.180 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.181 + <SubSystem>Windows</SubSystem>
5.182 + </Link>
5.183 + <PostBuildEvent>
5.184 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
5.185 + </PostBuildEvent>
5.186 + <PostBuildEvent>
5.187 + <Message>Copy SDL</Message>
5.188 + </PostBuildEvent>
5.189 + </ItemDefinitionGroup>
5.190 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
5.191 + <Midl>
5.192 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.193 + <MkTypLibCompatible>true</MkTypLibCompatible>
5.194 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.195 + </Midl>
5.196 + <ClCompile>
5.197 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
5.198 + <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
5.199 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.200 + <StringPooling>true</StringPooling>
5.201 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
5.202 + <FunctionLevelLinking>true</FunctionLevelLinking>
5.203 + <PrecompiledHeader>
5.204 + </PrecompiledHeader>
5.205 + <WarningLevel>Level3</WarningLevel>
5.206 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.207 + <CompileAs>Default</CompileAs>
5.208 + </ClCompile>
5.209 + <ResourceCompile>
5.210 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5.211 + <Culture>0x0409</Culture>
5.212 + </ResourceCompile>
5.213 + <Link>
5.214 + <SuppressStartupBanner>true</SuppressStartupBanner>
5.215 + <SubSystem>Windows</SubSystem>
5.216 + </Link>
5.217 + <PostBuildEvent>
5.218 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
5.219 + </PostBuildEvent>
5.220 + <PostBuildEvent>
5.221 + <Message>Copy SDL</Message>
5.222 + </PostBuildEvent>
5.223 + </ItemDefinitionGroup>
5.224 + <ItemGroup>
5.225 + <Library Include="..\..\SDL\$(Platform)\$(Configuration)\SDL2.lib" />
5.226 + <Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDL2main.lib" />
5.227 + </ItemGroup>
5.228 + <ItemGroup>
5.229 + <ClCompile Include="..\..\..\test\testrumble.c" />
5.230 + </ItemGroup>
5.231 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
5.232 + <ImportGroup Label="ExtensionTargets">
5.233 + </ImportGroup>
5.234 +</Project>
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
6.2 +++ b/VisualC/tests/testrumble/testrumble_VS2013.vcxproj Sat Mar 29 12:27:02 2014 -0700
6.3 @@ -0,0 +1,231 @@
6.4 +<?xml version="1.0" encoding="utf-8"?>
6.5 +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6.6 + <ItemGroup Label="ProjectConfigurations">
6.7 + <ProjectConfiguration Include="Debug|Win32">
6.8 + <Configuration>Debug</Configuration>
6.9 + <Platform>Win32</Platform>
6.10 + </ProjectConfiguration>
6.11 + <ProjectConfiguration Include="Debug|x64">
6.12 + <Configuration>Debug</Configuration>
6.13 + <Platform>x64</Platform>
6.14 + </ProjectConfiguration>
6.15 + <ProjectConfiguration Include="Release|Win32">
6.16 + <Configuration>Release</Configuration>
6.17 + <Platform>Win32</Platform>
6.18 + </ProjectConfiguration>
6.19 + <ProjectConfiguration Include="Release|x64">
6.20 + <Configuration>Release</Configuration>
6.21 + <Platform>x64</Platform>
6.22 + </ProjectConfiguration>
6.23 + </ItemGroup>
6.24 + <PropertyGroup Label="Globals">
6.25 + <ProjectName>testrumble</ProjectName>
6.26 + <ProjectGuid>{91B7737A-2A78-4020-820E-81A679DBEC72}</ProjectGuid>
6.27 + <RootNamespace>testrumble</RootNamespace>
6.28 + </PropertyGroup>
6.29 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
6.30 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
6.31 + <ConfigurationType>Application</ConfigurationType>
6.32 + <UseOfMfc>false</UseOfMfc>
6.33 + <PlatformToolset>v120</PlatformToolset>
6.34 + </PropertyGroup>
6.35 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
6.36 + <ConfigurationType>Application</ConfigurationType>
6.37 + <UseOfMfc>false</UseOfMfc>
6.38 + <PlatformToolset>v120</PlatformToolset>
6.39 + </PropertyGroup>
6.40 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
6.41 + <ConfigurationType>Application</ConfigurationType>
6.42 + <UseOfMfc>false</UseOfMfc>
6.43 + <PlatformToolset>v120</PlatformToolset>
6.44 + </PropertyGroup>
6.45 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
6.46 + <ConfigurationType>Application</ConfigurationType>
6.47 + <UseOfMfc>false</UseOfMfc>
6.48 + <CharacterSet>MultiByte</CharacterSet>
6.49 + <PlatformToolset>v120</PlatformToolset>
6.50 + </PropertyGroup>
6.51 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
6.52 + <ImportGroup Label="ExtensionSettings">
6.53 + </ImportGroup>
6.54 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
6.55 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
6.56 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
6.57 + </ImportGroup>
6.58 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
6.59 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
6.60 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
6.61 + </ImportGroup>
6.62 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
6.63 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
6.64 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
6.65 + </ImportGroup>
6.66 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
6.67 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
6.68 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
6.69 + </ImportGroup>
6.70 + <PropertyGroup Label="UserMacros" />
6.71 + <PropertyGroup>
6.72 + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
6.73 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
6.74 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
6.75 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
6.76 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
6.77 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
6.78 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
6.79 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
6.80 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
6.81 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
6.82 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
6.83 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
6.84 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
6.85 + </PropertyGroup>
6.86 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
6.87 + <Midl>
6.88 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6.89 + <MkTypLibCompatible>true</MkTypLibCompatible>
6.90 + <SuppressStartupBanner>true</SuppressStartupBanner>
6.91 + <TargetEnvironment>Win32</TargetEnvironment>
6.92 + </Midl>
6.93 + <ClCompile>
6.94 + <Optimization>Disabled</Optimization>
6.95 + <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
6.96 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6.97 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
6.98 + <PrecompiledHeader>
6.99 + </PrecompiledHeader>
6.100 + <WarningLevel>Level3</WarningLevel>
6.101 + <SuppressStartupBanner>true</SuppressStartupBanner>
6.102 + <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
6.103 + <CompileAs>Default</CompileAs>
6.104 + </ClCompile>
6.105 + <ResourceCompile>
6.106 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6.107 + <Culture>0x0409</Culture>
6.108 + </ResourceCompile>
6.109 + <Link>
6.110 + <SuppressStartupBanner>true</SuppressStartupBanner>
6.111 + <GenerateDebugInformation>true</GenerateDebugInformation>
6.112 + <SubSystem>Windows</SubSystem>
6.113 + </Link>
6.114 + <PostBuildEvent>
6.115 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
6.116 + </PostBuildEvent>
6.117 + <PostBuildEvent>
6.118 + <Message>Copy SDL</Message>
6.119 + </PostBuildEvent>
6.120 + </ItemDefinitionGroup>
6.121 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
6.122 + <Midl>
6.123 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6.124 + <MkTypLibCompatible>true</MkTypLibCompatible>
6.125 + <SuppressStartupBanner>true</SuppressStartupBanner>
6.126 + </Midl>
6.127 + <ClCompile>
6.128 + <Optimization>Disabled</Optimization>
6.129 + <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
6.130 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6.131 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
6.132 + <PrecompiledHeader>
6.133 + </PrecompiledHeader>
6.134 + <WarningLevel>Level3</WarningLevel>
6.135 + <SuppressStartupBanner>true</SuppressStartupBanner>
6.136 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
6.137 + <CompileAs>Default</CompileAs>
6.138 + </ClCompile>
6.139 + <ResourceCompile>
6.140 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6.141 + <Culture>0x0409</Culture>
6.142 + </ResourceCompile>
6.143 + <Link>
6.144 + <SuppressStartupBanner>true</SuppressStartupBanner>
6.145 + <GenerateDebugInformation>true</GenerateDebugInformation>
6.146 + <SubSystem>Windows</SubSystem>
6.147 + </Link>
6.148 + <PostBuildEvent>
6.149 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
6.150 + </PostBuildEvent>
6.151 + <PostBuildEvent>
6.152 + <Message>Copy SDL</Message>
6.153 + </PostBuildEvent>
6.154 + </ItemDefinitionGroup>
6.155 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
6.156 + <Midl>
6.157 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6.158 + <MkTypLibCompatible>true</MkTypLibCompatible>
6.159 + <SuppressStartupBanner>true</SuppressStartupBanner>
6.160 + <TargetEnvironment>Win32</TargetEnvironment>
6.161 + </Midl>
6.162 + <ClCompile>
6.163 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
6.164 + <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
6.165 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6.166 + <StringPooling>true</StringPooling>
6.167 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
6.168 + <FunctionLevelLinking>true</FunctionLevelLinking>
6.169 + <PrecompiledHeader>
6.170 + </PrecompiledHeader>
6.171 + <WarningLevel>Level3</WarningLevel>
6.172 + <SuppressStartupBanner>true</SuppressStartupBanner>
6.173 + <CompileAs>Default</CompileAs>
6.174 + </ClCompile>
6.175 + <ResourceCompile>
6.176 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6.177 + <Culture>0x0409</Culture>
6.178 + </ResourceCompile>
6.179 + <Link>
6.180 + <SuppressStartupBanner>true</SuppressStartupBanner>
6.181 + <SubSystem>Windows</SubSystem>
6.182 + </Link>
6.183 + <PostBuildEvent>
6.184 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
6.185 + </PostBuildEvent>
6.186 + <PostBuildEvent>
6.187 + <Message>Copy SDL</Message>
6.188 + </PostBuildEvent>
6.189 + </ItemDefinitionGroup>
6.190 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
6.191 + <Midl>
6.192 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6.193 + <MkTypLibCompatible>true</MkTypLibCompatible>
6.194 + <SuppressStartupBanner>true</SuppressStartupBanner>
6.195 + </Midl>
6.196 + <ClCompile>
6.197 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
6.198 + <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
6.199 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6.200 + <StringPooling>true</StringPooling>
6.201 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
6.202 + <FunctionLevelLinking>true</FunctionLevelLinking>
6.203 + <PrecompiledHeader>
6.204 + </PrecompiledHeader>
6.205 + <WarningLevel>Level3</WarningLevel>
6.206 + <SuppressStartupBanner>true</SuppressStartupBanner>
6.207 + <CompileAs>Default</CompileAs>
6.208 + </ClCompile>
6.209 + <ResourceCompile>
6.210 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
6.211 + <Culture>0x0409</Culture>
6.212 + </ResourceCompile>
6.213 + <Link>
6.214 + <SuppressStartupBanner>true</SuppressStartupBanner>
6.215 + <SubSystem>Windows</SubSystem>
6.216 + </Link>
6.217 + <PostBuildEvent>
6.218 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
6.219 + </PostBuildEvent>
6.220 + <PostBuildEvent>
6.221 + <Message>Copy SDL</Message>
6.222 + </PostBuildEvent>
6.223 + </ItemDefinitionGroup>
6.224 + <ItemGroup>
6.225 + <Library Include="..\..\SDL\$(Platform)\$(Configuration)\SDL2.lib" />
6.226 + <Library Include="..\..\SDLmain\$(Platform)\$(Configuration)\SDL2main.lib" />
6.227 + </ItemGroup>
6.228 + <ItemGroup>
6.229 + <ClCompile Include="..\..\..\test\testrumble.c" />
6.230 + </ItemGroup>
6.231 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
6.232 + <ImportGroup Label="ExtensionTargets">
6.233 + </ImportGroup>
6.234 +</Project>
6.235 \ No newline at end of file