budnhead/org.budnhead/org.budnhead.csproj

198 lines
9.9 KiB
XML

<?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)' == '' ">AnyCPU</Platform>
<ProjectGuid>{3E812F66-D5F3-4599-8360-97F355B6CC1B}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>org.budnhead</RootNamespace>
<AssemblyName>org.budnhead</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="OpenTK">
<HintPath>..\packages\OpenTK.2.0.0\lib\net20\OpenTK.dll</HintPath>
</Reference>
<Reference Include="OpenTK.GLControl">
<HintPath>..\packages\OpenTK.GLControl.1.1.2349.61993\lib\NET40\OpenTK.GLControl.dll</HintPath>
</Reference>
<Reference Include="ImageSharp">
<HintPath>contrib\ImageSharp.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Buffers">
<HintPath>..\packages\System.Buffers.4.3.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="graphics\GLCamera.cs" />
<Compile Include="graphics\GLObject.cs" />
<Compile Include="graphics\Shader.cs" />
<Compile Include="graphics\ShaderProgram.cs" />
<Compile Include="graphics\primitives\Cube.cs" />
<Compile Include="graphics\primitives\Triangle.cs" />
<Compile Include="graphics\GLSceneOrientation.cs" />
<Compile Include="graphics\GLModel.cs" />
<Compile Include="graphics\Scene.cs" />
<Compile Include="graphics\Model3D.cs" />
<Compile Include="graphics\ModelManager.cs" />
<Compile Include="graphics\Texture.cs" />
<Compile Include="graphics\LoadedModel.cs" />
<Compile Include="exceptions\OutOfWorldException.cs" />
<Compile Include="audio\nhPlayer.cs" />
<Compile Include="audio\AudioDelegate.cs" />
<Compile Include="audio\nhBuffers.cs" />
<Compile Include="audio\nhListener.cs" />
<Compile Include="ArrayHelper.cs" />
<Compile Include="core\Actor.cs" />
<Compile Include="core\ActorAction.cs" />
<Compile Include="core\BallisticActor.cs" />
<Compile Include="core\BallisticActorStates.cs" />
<Compile Include="core\Geometry.cs" />
<Compile Include="core\Linear.cs" />
<Compile Include="core\Physics.cs" />
<Compile Include="core\WorldObject.cs" />
<Compile Include="exceptions\BudNHeadException.cs" />
<Compile Include="core\Engine.cs" />
<Compile Include="core\BufferedValue.cs" />
<Compile Include="graphics\GLWindow.cs" />
<Compile Include="core\SquaredMap.cs" />
<Compile Include="ui\Control.cs" />
<Compile Include="ui\Container.cs" />
<Compile Include="ui\events\UIEvent.cs" />
<Compile Include="ui\events\KeyPressedEvent.cs" />
<Compile Include="ui\ModifierKeys.cs" />
<Compile Include="core\ConsumerProducerLock.cs" />
<Compile Include="graphics\SceneWindow.cs" />
<Compile Include="tools\ResourceLibrary.cs" />
<Compile Include="tools\FileHelper.cs" />
<Compile Include="core\GlobalDefaults.cs" />
<Compile Include="tools\JobThreader.cs" />
<Compile Include="audio\streams\StreamSegment.cs" />
<Compile Include="audio\streams\AudioDomain.cs" />
<Compile Include="ui\SceneInScene.cs" />
<Compile Include="graphics\Viewport.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Gameplay Object Tree.txt" />
<None Include="audio\nhAux.cs" />
<None Include="audio\nhMixer.cs" />
<None Include="native\osx\openal-soft\bin\alsoft-config" />
<None Include="native\osx\openal-soft\bin\altonegen" />
<None Include="native\osx\openal-soft\bin\bsincgen" />
<None Include="native\osx\openal-soft\bin\makehrtf" />
<None Include="native\osx\openal-soft\bin\openal-info" />
<None Include="native\osx\openal-soft\include\AL\al.h" />
<None Include="native\osx\openal-soft\include\AL\alc.h" />
<None Include="native\osx\openal-soft\include\AL\alext.h" />
<None Include="native\osx\openal-soft\include\AL\efx-creative.h" />
<None Include="native\osx\openal-soft\include\AL\efx-presets.h" />
<None Include="native\osx\openal-soft\include\AL\efx.h" />
<None Include="native\osx\openal-soft\lib\libopenal.1.17.2.dylib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="native\osx\openal-soft\lib\libopenal.1.dylib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="native\osx\openal-soft\lib\libopenal.dylib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="native\osx\openal-soft\lib\cmake\OpenAL\OpenALConfig-relwithdebinfo.cmake" />
<None Include="native\osx\openal-soft\lib\cmake\OpenAL\OpenALConfig.cmake" />
<None Include="native\osx\openal-soft\lib\pkgconfig\openal.pc" />
<None Include="native\osx\openal-soft\share\openal\alsoftrc.sample" />
<None Include="native\osx\openal-soft\share\openal\hrtf\default-44100.mhr" />
<None Include="native\osx\openal-soft\share\openal\hrtf\default-48000.mhr" />
<None Include="native\osx\openal-soft\share\openal\presets\3D7.1.ambdec" />
<None Include="native\osx\openal-soft\share\openal\presets\hexagon.ambdec" />
<None Include="native\osx\openal-soft\share\openal\presets\itu5.1.ambdec" />
<None Include="native\osx\openal-soft\share\openal\presets\presets.txt" />
<None Include="native\osx\openal-soft\share\openal\presets\rectangle.ambdec" />
<None Include="native\osx\openal-soft\share\openal\presets\square.ambdec" />
<None Include="native\osx\openal-soft\bin\alsoft-config" />
<None Include="native\osx\openal-soft\bin\altonegen" />
<None Include="native\osx\openal-soft\bin\bsincgen" />
<None Include="native\osx\openal-soft\bin\makehrtf" />
<None Include="native\osx\openal-soft\bin\openal-info" />
<None Include="native\osx\openal-soft\include\AL\al.h" />
<None Include="native\osx\openal-soft\include\AL\alc.h" />
<None Include="native\osx\openal-soft\include\AL\alext.h" />
<None Include="native\osx\openal-soft\include\AL\efx-creative.h" />
<None Include="native\osx\openal-soft\include\AL\efx-presets.h" />
<None Include="native\osx\openal-soft\include\AL\efx.h" />
<None Include="native\osx\openal-soft\lib\libopenal.1.17.2.dylib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="native\osx\openal-soft\lib\libopenal.1.dylib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="native\osx\openal-soft\lib\libopenal.dylib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="native\osx\openal-soft\lib\cmake\OpenAL\OpenALConfig-relwithdebinfo.cmake" />
<None Include="native\osx\openal-soft\lib\cmake\OpenAL\OpenALConfig.cmake" />
<None Include="native\osx\openal-soft\lib\pkgconfig\openal.pc" />
<None Include="native\osx\openal-soft\share\openal\alsoftrc.sample" />
<None Include="native\osx\openal-soft\share\openal\hrtf\default-44100.mhr" />
<None Include="native\osx\openal-soft\share\openal\hrtf\default-48000.mhr" />
<None Include="native\osx\openal-soft\share\openal\presets\3D7.1.ambdec" />
<None Include="native\osx\openal-soft\share\openal\presets\hexagon.ambdec" />
<None Include="native\osx\openal-soft\share\openal\presets\itu5.1.ambdec" />
<None Include="native\osx\openal-soft\share\openal\presets\presets.txt" />
<None Include="native\osx\openal-soft\share\openal\presets\rectangle.ambdec" />
<None Include="native\osx\openal-soft\share\openal\presets\square.ambdec" />
<None Include="contrib\ImageSharp.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="graphics\" />
<Folder Include="graphics\primitives\" />
<Folder Include="contrib\" />
<Folder Include="contrib\ImageSharp.dll">
</Folder>
<Folder Include="exceptions\" />
<Folder Include="core\" />
<Folder Include="ui\" />
<Folder Include="ui\events\" />
<Folder Include="tools\" />
<Folder Include="audio\streams\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\org.hwo.contracts\org.hwo.contracts.csproj">
<Project>{56733EC1-7D97-48D0-AA4C-98EA624A5A21}</Project>
<Name>org.hwo.contracts</Name>
</ProjectReference>
<Folder Include="audio\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\org.hwo.contracts\org.hwo.contracts.csproj">
<Project>{56733EC1-7D97-48D0-AA4C-98EA624A5A21}</Project>
<Name>org.hwo.contracts</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>