Browse Source

Add SoundTest for Windows

kjpou1 13 years ago
parent
commit
043f72720e
1 changed files with 82 additions and 0 deletions
  1. 82 0
      Tests/Windows/SoundTest/SoundTest.csproj

+ 82 - 0
Tests/Windows/SoundTest/SoundTest.csproj

@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
+    <ProductVersion>9.0.21022</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{B1C36450-C9AA-4CDF-BF66-DB5FEA11B1EB}</ProjectGuid>
+    <OutputType>Exe</OutputType>
+    <RootNamespace>SoundTest</RootNamespace>
+    <AssemblyName>SoundTest</AssemblyName>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug</OutputPath>
+    <DefineConstants>DEBUG; WINDOWS</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <PlatformTarget>x86</PlatformTarget>
+    <ConsolePause>false</ConsolePause>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
+    <DebugType>none</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Release</OutputPath>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+    <PlatformTarget>x86</PlatformTarget>
+    <ConsolePause>false</ConsolePause>
+  </PropertyGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <ItemGroup>
+    <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Windows.csproj">
+      <Project>{7DE47032-A904-4C29-BD22-2D235E8D91BA}</Project>
+      <Name>MonoGame.Framework.Windows</Name>
+    </ProjectReference>
+  </ItemGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="OpenTK">
+      <HintPath>..\..\..\..\OpenTK1.0\Binaries\OpenTK\Release\OpenTK.dll</HintPath>
+    </Reference>
+  </ItemGroup>
+  <ItemGroup>
+    <Compile Include="..\..\MacOS\SoundTest\SoundTest\Game1.cs">
+      <Link>Game1.cs</Link>
+    </Compile>
+    <Compile Include="..\..\MacOS\SoundTest\SoundTest\Program.cs">
+      <Link>Program.cs</Link>
+    </Compile>
+  </ItemGroup>
+  <ItemGroup>
+    <None Include="..\..\MacOS\SoundTest\SoundTest\Content\DepositingIntoVat_Loop.wav">
+      <Link>Content\DepositingIntoVat_Loop.wav</Link>
+    </None>
+    <None Include="..\..\MacOS\SoundTest\SoundTest\Content\DepositingIntoVat_Loop.xnb">
+      <Link>Content\DepositingIntoVat_Loop.xnb</Link>
+    </None>
+    <None Include="..\..\MacOS\SoundTest\SoundTest\Content\FillingHoneyPot_Loop.wav">
+      <Link>Content\FillingHoneyPot_Loop.wav</Link>
+    </None>
+    <None Include="..\..\MacOS\SoundTest\SoundTest\Content\FillingHoneyPot_Loop.xnb">
+      <Link>Content\FillingHoneyPot_Loop.xnb</Link>
+    </None>
+  </ItemGroup>
+  <ItemGroup>
+    <Content Include="..\..\MacOS\SoundTest\SoundTest\Content\ExplosionSound.xnb">
+      <Link>Content\ExplosionSound.xnb</Link>
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
+    <Content Include="..\..\MacOS\SoundTest\SoundTest\Content\laser1.wav">
+      <Link>Content\laser1.wav</Link>
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
+    <Content Include="..\..\MacOS\SoundTest\SoundTest\Content\Explosion.xnb">
+      <Link>Content\Explosion.xnb</Link>
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
+  </ItemGroup>
+</Project>