summaryrefslogtreecommitdiff
path: root/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj')
-rw-r--r--VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj50
1 files changed, 42 insertions, 8 deletions
diff --git a/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj b/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj
index cb5023f8db..d7d48e8716 100644
--- a/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj
+++ b/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -99,14 +99,12 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL and data files"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\moose.dat&quot; &quot;$(ProjectDir)\moose.dat&quot;&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
+ OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
UseOfMFC="0"
@@ -187,15 +185,51 @@
/>
<Tool
Name="VCPostBuildEventTool"
- Description="Copy SDL and data files"
- CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;&#x0D;&#x0A;copy &quot;$(SolutionDir)\..\test\moose.dat&quot; &quot;$(ProjectDir)\moose.dat&quot;&#x0D;&#x0A;"
/>
</Configuration>
</Configurations>
<References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
+ />
+ <ProjectReference
+ ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
+ CopyLocal="false"
+ CopyLocalDependencies="false"
+ CopyLocalSatelliteAssemblies="false"
+ RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
+ />
</References>
<Files>
<File
+ RelativePath="..\..\..\test\moose.dat"
+ >
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Copying $(InputFileName)"
+ CommandLine="copy $(InputPath) $(ProjectDir)\"
+ Outputs="$(ProjectDir)\$(InputFileName)"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\..\test\testoverlay2.c"
>
</File>