aboutsummaryrefslogtreecommitdiff
path: root/tests/freealut/admin/VisualStudioDotNET/playfile/playfile.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/freealut/admin/VisualStudioDotNET/playfile/playfile.vcproj')
-rw-r--r--tests/freealut/admin/VisualStudioDotNET/playfile/playfile.vcproj118
1 files changed, 118 insertions, 0 deletions
diff --git a/tests/freealut/admin/VisualStudioDotNET/playfile/playfile.vcproj b/tests/freealut/admin/VisualStudioDotNET/playfile/playfile.vcproj
new file mode 100644
index 00000000..746cafed
--- /dev/null
+++ b/tests/freealut/admin/VisualStudioDotNET/playfile/playfile.vcproj
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="playfile"
+ ProjectGUID="{6E63082A-187E-4F18-9E54-C8A7C1CE1D0B}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="C:\Program Files\OpenAL 1.1 with EFX SDK\include;..\..\..\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="openal32.lib"
+ OutputFile="$(OutDir)/playfile.exe"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Program Files\OpenAL 1.1 with EFX SDK\libs\Win32"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/playfile.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="C:\Program Files\OpenAL 1.1 with EFX SDK\include;..\..\..\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="openal32.lib"
+ OutputFile="$(OutDir)/playfile.exe"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="C:\Program Files\OpenAL 1.1 with EFX SDK\libs\Win32"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+ <File
+ RelativePath="..\..\..\examples\playfile.c">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>