2014-01-27 00:02:21 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-05-27 22:15:15 +00:00
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2019-12-03 16:58:33 +00:00
|
|
|
|
<Import Project="..\..\DotNetBuild.Common.targets" Condition=" '$(OS)' != 'Windows_NT' " />
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
2015-01-13 15:28:58 +00:00
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{9F84A0B2-861E-4EF4-B89B-5E2A3F38A465}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>BizHawk.Bizware.BizwareGL</RootNamespace>
|
|
|
|
|
<AssemblyName>BizHawk.Bizware.BizwareGL</AssemblyName>
|
2017-06-06 15:24:21 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2017-05-27 22:15:15 +00:00
|
|
|
|
<TargetFrameworkProfile />
|
2019-10-27 16:14:19 +00:00
|
|
|
|
<LangVersion>8.0</LangVersion>
|
2014-01-27 00:02:21 +00:00
|
|
|
|
</PropertyGroup>
|
2017-06-26 22:46:56 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
2016-02-28 20:06:03 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2017-06-27 22:23:26 +00:00
|
|
|
|
<OutputPath>..\..\output\dll\</OutputPath>
|
2016-02-28 20:06:03 +00:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<DebugType>full</DebugType>
|
2017-06-26 22:46:56 +00:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2016-02-28 20:06:03 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2018-02-16 00:10:43 +00:00
|
|
|
|
<!--<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>-->
|
|
|
|
|
<CodeAnalysisRuleSet Condition=" '$(OS)' == 'Windows_NT' ">MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2016-02-28 20:06:03 +00:00
|
|
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
|
|
|
</PropertyGroup>
|
2017-06-26 22:46:56 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
2017-06-27 22:23:26 +00:00
|
|
|
|
<OutputPath>..\..\output\dll\</OutputPath>
|
2016-02-28 20:06:03 +00:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
2017-06-26 22:46:56 +00:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2016-02-28 20:06:03 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2018-02-16 00:10:43 +00:00
|
|
|
|
<!--<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>-->
|
|
|
|
|
<CodeAnalysisRuleSet Condition=" '$(OS)' == 'Windows_NT' ">MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2016-02-28 20:06:03 +00:00
|
|
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
|
|
|
|
</PropertyGroup>
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<ItemGroup>
|
2019-12-11 11:55:07 +00:00
|
|
|
|
<Reference Include="OpenTK, Version=3.0.1.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4">
|
|
|
|
|
<HintPath>../../packages/OpenTK.3.0.1/lib/net20/OpenTK.dll</HintPath>
|
|
|
|
|
<Private>True</Private>
|
2014-01-27 00:38:10 +00:00
|
|
|
|
</Reference>
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-02-03 05:27:59 +00:00
|
|
|
|
<Compile Include="AttributeInfo.cs" />
|
2014-12-08 02:15:42 +00:00
|
|
|
|
<Compile Include="AttributeUsage.cs" />
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<Compile Include="BitmapBuffer.cs" />
|
|
|
|
|
<Compile Include="BitmapLoadOptions.cs" />
|
|
|
|
|
<Compile Include="Borrowed\BitmapFontParser\BitmapFont.cs" />
|
|
|
|
|
<Compile Include="Borrowed\BitmapFontParser\BitmapFontLoader.cs" />
|
|
|
|
|
<Compile Include="Borrowed\BitmapFontParser\Character.cs" />
|
|
|
|
|
<Compile Include="Borrowed\BitmapFontParser\Kerning.cs" />
|
|
|
|
|
<Compile Include="Borrowed\BitmapFontParser\Padding.cs" />
|
|
|
|
|
<Compile Include="Borrowed\BitmapFontParser\Page.cs" />
|
2015-08-20 23:35:53 +00:00
|
|
|
|
<Compile Include="CGC.cs" />
|
2014-02-07 02:36:27 +00:00
|
|
|
|
<Compile Include="Extensions.cs" />
|
2014-01-28 19:33:49 +00:00
|
|
|
|
<Compile Include="GraphicsControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<Compile Include="GuiRenderer.cs" />
|
|
|
|
|
<Compile Include="IGL.cs" />
|
|
|
|
|
<Compile Include="ArtManager.cs" />
|
2014-01-28 19:33:49 +00:00
|
|
|
|
<Compile Include="IGraphicsControl.cs" />
|
2014-12-07 02:26:52 +00:00
|
|
|
|
<Compile Include="IGuiRenderer.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<Compile Include="MatrixStack.cs" />
|
|
|
|
|
<Compile Include="Pipeline.cs" />
|
|
|
|
|
<Compile Include="PipelineUniform.cs" />
|
|
|
|
|
<Compile Include="RenderStates.cs" />
|
2014-01-27 09:36:18 +00:00
|
|
|
|
<Compile Include="RenderTarget.cs" />
|
2014-01-28 19:33:49 +00:00
|
|
|
|
<Compile Include="RetainedGraphicsControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2015-08-20 23:35:53 +00:00
|
|
|
|
<Compile Include="RetroShader.cs" />
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<Compile Include="Shader.cs" />
|
|
|
|
|
<Compile Include="StringRenderer.cs" />
|
|
|
|
|
<Compile Include="TexAtlas.cs" />
|
|
|
|
|
<Compile Include="Art.cs" />
|
|
|
|
|
<Compile Include="Texture2d.cs" />
|
|
|
|
|
<Compile Include="UniformInfo.cs" />
|
|
|
|
|
<Compile Include="VertexLayout.cs" />
|
|
|
|
|
</ItemGroup>
|
2014-04-15 21:46:18 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\BizHawk.Common\BizHawk.Common.csproj">
|
|
|
|
|
<Project>{866F8D13-0678-4FF9-80A4-A3993FD4D8A3}</Project>
|
|
|
|
|
<Name>BizHawk.Common</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2014-01-27 00:02:21 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
2018-07-18 07:12:44 +00:00
|
|
|
|
</Project>
|