1.1 --- a/VisualC/visualtest/unittest/testquit/testquit_VS2012.vcxproj Sat Jun 07 20:43:12 2014 -0700
1.2 +++ b/VisualC/visualtest/unittest/testquit/testquit_VS2012.vcxproj Sat Jun 07 21:58:18 2014 -0700
1.3 @@ -67,14 +67,14 @@
1.4 <PropertyGroup Label="UserMacros" />
1.5 <PropertyGroup>
1.6 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
1.7 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
1.8 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
1.9 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
1.10 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
1.11 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
1.12 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
1.13 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
1.14 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
1.15 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
1.16 - <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
1.17 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
1.18 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
1.19 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
1.20 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
1.21 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
1.22 @@ -108,12 +108,6 @@
1.23 <SuppressStartupBanner>true</SuppressStartupBanner>
1.24 <SubSystem>Windows</SubSystem>
1.25 </Link>
1.26 - <PostBuildEvent>
1.27 - <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
1.28 - </PostBuildEvent>
1.29 - <PostBuildEvent>
1.30 - <Message>Copy SDL and data files</Message>
1.31 - </PostBuildEvent>
1.32 </ItemDefinitionGroup>
1.33 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
1.34 <Midl>
1.35 @@ -142,12 +136,6 @@
1.36 <SuppressStartupBanner>true</SuppressStartupBanner>
1.37 <SubSystem>Windows</SubSystem>
1.38 </Link>
1.39 - <PostBuildEvent>
1.40 - <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
1.41 - </PostBuildEvent>
1.42 - <PostBuildEvent>
1.43 - <Message>Copy SDL and data files</Message>
1.44 - </PostBuildEvent>
1.45 </ItemDefinitionGroup>
1.46 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
1.47 <Midl>
1.48 @@ -176,13 +164,8 @@
1.49 <SuppressStartupBanner>true</SuppressStartupBanner>
1.50 <GenerateDebugInformation>true</GenerateDebugInformation>
1.51 <SubSystem>Windows</SubSystem>
1.52 + <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
1.53 </Link>
1.54 - <PostBuildEvent>
1.55 - <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
1.56 - </PostBuildEvent>
1.57 - <PostBuildEvent>
1.58 - <Message>Copy SDL and data files</Message>
1.59 - </PostBuildEvent>
1.60 </ItemDefinitionGroup>
1.61 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
1.62 <Midl>
1.63 @@ -210,21 +193,22 @@
1.64 <SuppressStartupBanner>true</SuppressStartupBanner>
1.65 <GenerateDebugInformation>true</GenerateDebugInformation>
1.66 <SubSystem>Windows</SubSystem>
1.67 + <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
1.68 </Link>
1.69 - <PostBuildEvent>
1.70 - <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
1.71 - </PostBuildEvent>
1.72 - <PostBuildEvent>
1.73 - <Message>Copy SDL and data files</Message>
1.74 - </PostBuildEvent>
1.75 </ItemDefinitionGroup>
1.76 <ItemGroup>
1.77 <ClCompile Include="..\..\..\..\visualtest\unittest\testquit.c" />
1.78 </ItemGroup>
1.79 <ItemGroup>
1.80 - <Library Include="..\..\..\SDL\$(Platform)\$(Configuration)\SDL2.lib" />
1.81 - <Library Include="..\..\..\SDLmain\$(Platform)\$(Configuration)\SDL2main.lib" />
1.82 - <Library Include="..\..\..\SDLtest\$(Platform)\$(Configuration)\SDL2test.lib" />
1.83 + <ProjectReference Include="..\..\..\SDLmain\SDLmain_VS2012.vcxproj">
1.84 + <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
1.85 + </ProjectReference>
1.86 + <ProjectReference Include="..\..\..\SDLtest\SDLtest_VS2012.vcxproj">
1.87 + <Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project>
1.88 + </ProjectReference>
1.89 + <ProjectReference Include="..\..\..\SDL\SDL_VS2012.vcxproj">
1.90 + <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
1.91 + </ProjectReference>
1.92 </ItemGroup>
1.93 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
1.94 <ImportGroup Label="ExtensionTargets">