272 lines
13 KiB
XML
272 lines
13 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>
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{46474D32-2E58-6957-6E64-6F7773324D47}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<RootNamespace>TwoMGFX</RootNamespace>
|
|
<AssemblyName>2MGFX</AssemblyName>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<NoWarn>1591,0436</NoWarn>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile />
|
|
<LangVersion>Default</LangVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<Optimize>false</Optimize>
|
|
<DebugType>full</DebugType>
|
|
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
|
|
<OutputPath>bin\Windows\AnyCPU\Debug</OutputPath>
|
|
<IntermediateOutputPath>obj\Windows\AnyCPU\Debug</IntermediateOutputPath>
|
|
<DocumentationFile>bin\Windows\AnyCPU\Debug\2MGFX.xml</DocumentationFile>
|
|
<DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<DebugType>none</DebugType>
|
|
<OutputPath>bin\Windows\AnyCPU\Release</OutputPath>
|
|
<IntermediateOutputPath>obj\Windows\AnyCPU\Release</IntermediateOutputPath>
|
|
<DocumentationFile>bin\Windows\AnyCPU\Release\2MGFX.xml</DocumentationFile>
|
|
<DefineConstants>TRACE;WINDOWS</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="SharpDX">
|
|
<HintPath>..\..\ThirdParty\Dependencies\SharpDX\net40\SharpDX.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SharpDX.D3DCompiler">
|
|
<HintPath>..\..\ThirdParty\Dependencies\SharpDX\SharpDX.D3DCompiler.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="CppNet">
|
|
<HintPath>..\..\ThirdParty\Dependencies\CppNet\CppNet.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="CommandLineParser.cs" />
|
|
<Compile Include="Options.cs" />
|
|
<Compile Include="..\..\MonoGame.Framework\BoundingBox.cs">
|
|
<Link>MonoGame.Framework\BoundingBox.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\BoundingFrustum.cs">
|
|
<Link>MonoGame.Framework\BoundingFrustum.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\BoundingSphere.cs">
|
|
<Link>MonoGame.Framework\BoundingSphere.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Color.cs">
|
|
<Link>MonoGame.Framework\Color.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\ContainmentType.cs">
|
|
<Link>MonoGame.Framework\ContainmentType.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\EventHelpers.cs">
|
|
<Link>MonoGame.Framework\EventHelpers.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\ColorWriteChannels.cs">
|
|
<Link>MonoGame.Framework\ColorWriteChannels.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\Effect\EffectParameterClass.cs">
|
|
<Link>MonoGame.Framework\EffectParameterClass.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\Effect\EffectParameterType.cs">
|
|
<Link>MonoGame.Framework\EffectParameterType.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\GraphicsResource.cs">
|
|
<Link>MonoGame.Framework\GraphicsResource.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\Blend.cs">
|
|
<Link>MonoGame.Framework\Blend.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\BlendFunction.cs">
|
|
<Link>MonoGame.Framework\BlendFunction.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\BlendState.cs">
|
|
<Link>MonoGame.Framework\BlendState.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\CompareFunction.cs">
|
|
<Link>MonoGame.Framework\CompareFunction.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\CullMode.cs">
|
|
<Link>MonoGame.Framework\CullMode.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\DepthStencilState.cs">
|
|
<Link>MonoGame.Framework\DepthStencilState.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\FillMode.cs">
|
|
<Link>MonoGame.Framework\FillMode.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\RasterizerState.cs">
|
|
<Link>MonoGame.Framework\RasterizerState.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\SamplerState.cs">
|
|
<Link>MonoGame.Framework\SamplerState.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\StencilOperation.cs">
|
|
<Link>MonoGame.Framework\StencilOperation.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\TargetBlendState.cs">
|
|
<Link>MonoGame.Framework\TargetBlendState.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\TextureAddressMode.cs">
|
|
<Link>MonoGame.Framework\TextureAddressMode.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\TextureFilter.cs">
|
|
<Link>MonoGame.Framework\TextureFilter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\States\TextureFilterMode.cs">
|
|
<Link>MonoGame.Framework\TextureFilterMode.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\Vertices\VertexElementUsage.cs">
|
|
<Link>MonoGame.Framework\VertexElementUsage.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\MathHelper.cs">
|
|
<Link>MonoGame.Framework\MathHelper.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Matrix.cs">
|
|
<Link>MonoGame.Framework\Matrix.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Plane.cs">
|
|
<Link>MonoGame.Framework\Plane.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Point.cs">
|
|
<Link>MonoGame.Framework\Point.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\PlaneIntersectionType.cs">
|
|
<Link>MonoGame.Framework\PlaneIntersectionType.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Quaternion.cs">
|
|
<Link>MonoGame.Framework\Quaternion.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Ray.cs">
|
|
<Link>MonoGame.Framework\Ray.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Rectangle.cs">
|
|
<Link>MonoGame.Framework\Rectangle.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Vector2.cs">
|
|
<Link>MonoGame.Framework\Vector2.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Vector3.cs">
|
|
<Link>MonoGame.Framework\Vector3.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Vector4.cs">
|
|
<Link>MonoGame.Framework\Vector4.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Design\Vector2TypeConverter.cs">
|
|
<Link>MonoGame.Framework\Design\Vector2TypeConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Design\Vector3TypeConverter.cs">
|
|
<Link>MonoGame.Framework\Design\Vector3TypeConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Design\Vector4TypeConverter.cs">
|
|
<Link>MonoGame.Framework\Design\Vector4TypeConverter.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Design\VectorConversion.cs">
|
|
<Link>MonoGame.Framework\Design\VectorConversion.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Graphics\PackedVector\IPackedVector.cs">
|
|
<Link>MonoGame.Framework\Graphics\PackedVector\IPackedVector.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Utilities\Hash.cs">
|
|
<Link>MonoGame.Framework\Utilities\Hash.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework\Utilities\CurrentPlatform.cs" />
|
|
<Compile Include="..\..\MonoGame.Framework.Content.Pipeline\ExternalTool.cs">
|
|
<Link>MonoGame.Framework.Content.Pipeline\ExternalTool.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\..\MonoGame.Framework.Content.Pipeline\LoadedTypeCollection.cs">
|
|
<Link>MonoGame.Framework.Content.Pipeline\LoadedTypeCollection.c</Link>
|
|
</Compile>
|
|
<Compile Include="MonoGame.Framework\GraphicsDevice.cs" />
|
|
<Compile Include="ConstantBufferData.cs" />
|
|
<Compile Include="ConstantBufferData.mojo.cs" />
|
|
<Compile Include="ConstantBufferData.sharpdx.cs" />
|
|
<Compile Include="ConstantBufferData.writer.cs" />
|
|
<Compile Include="EffectObject.cs" />
|
|
<Compile Include="EffectObject.hlsl.cs" />
|
|
<Compile Include="EffectObject.pssl.cs" />
|
|
<Compile Include="EffectObject.writer.cs" />
|
|
<Compile Include="IEffectCompilerOutput.cs" />
|
|
<Compile Include="ShaderCompilerException.cs" />
|
|
<Compile Include="ShaderData.cs" />
|
|
<Compile Include="ShaderData.mojo.cs" />
|
|
<Compile Include="ShaderData.pssl.cs" />
|
|
<Compile Include="ShaderData.sharpdx.cs" />
|
|
<Compile Include="ShaderData.writer.cs" />
|
|
<Compile Include="ShaderProfile.cs" />
|
|
<Compile Include="ShaderProfile.OpenGL.cs" />
|
|
<Compile Include="ShaderProfile.DirectX.cs" />
|
|
<Compile Include="ShaderResult.cs" />
|
|
<Compile Include="TextureFilterType.cs" />
|
|
<Compile Include="MarshalHelper.cs" />
|
|
<Compile Include="MojoShader.cs" />
|
|
<Compile Include="TPGParser\Parser.cs" />
|
|
<Compile Include="TPGParser\ParseTree.cs" />
|
|
<Compile Include="TPGParser\Scanner.cs" />
|
|
<Compile Include="TPGParser\ParseTreeTools.cs" />
|
|
<Compile Include="TPGParser\PassInfo.cs" />
|
|
<Compile Include="TPGParser\SamplerStateInfo.cs" />
|
|
<Compile Include="TPGParser\ShaderInfo.cs" />
|
|
<Compile Include="TPGParser\TechniqueInfo.cs" />
|
|
<Compile Include="Preprocessor.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<None Include="TPGParser\MGFX.tpg" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<None Include="..\..\ThirdParty\Dependencies\MojoShader\Windows\libmojoshader_64.dll">
|
|
<Link>libmojoshader_64.dll</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<NativeBinary>True</NativeBinary>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<_PostBuildHookTimestamp>@(IntermediateAssembly->'%(FullPath).timestamp')</_PostBuildHookTimestamp>
|
|
<_PostBuildHookHostPlatform>$(Platform)</_PostBuildHookHostPlatform>
|
|
</PropertyGroup>
|
|
<Target Name="PostBuildHooks" Inputs="@(IntermediateAssembly);@(ReferencePath)" Outputs="@(IntermediateAssembly);$(_PostBuildHookTimestamp)" AfterTargets="CoreCompile" BeforeTargets="AfterCompile">
|
|
<Touch Files="$(_PostBuildHookTimestamp)" AlwaysCreate="True" />
|
|
</Target>
|
|
<ItemGroup />
|
|
<ProjectExtensions>
|
|
<MonoDevelop>
|
|
<Properties><Policies>
|
|
<TextStylePolicy inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" />
|
|
<CSharpFormattingPolicy IndentSwitchSection="True" NewLinesForBracesInProperties="True" NewLinesForBracesInAccessors="True" NewLinesForBracesInAnonymousMethods="True" NewLinesForBracesInControlBlocks="True" NewLinesForBracesInAnonymousTypes="True" NewLinesForBracesInObjectCollectionArrayInitializers="True" NewLinesForBracesInLambdaExpressionBody="True" NewLineForElse="True" NewLineForCatch="True" NewLineForFinally="True" NewLineForMembersInObjectInit="True" NewLineForMembersInAnonymousTypes="True" NewLineForClausesInQuery="True" SpacingAfterMethodDeclarationName="False" SpaceAfterMethodCallName="False" SpaceBeforeOpenSquareBracket="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
|
|
</Policies>
|
|
</Properties>
|
|
</MonoDevelop>
|
|
</ProjectExtensions>
|
|
</Project> |