2019-02-09 02:35:00 +01:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {16C2014C-E12A-4497-88D7-7DD4897716ED}</ProjectGuid>
<OutputType > WinExe</OutputType>
<RootNamespace > JuicyGraphics</RootNamespace>
<AssemblyName > JuicyGraphics</AssemblyName>
2019-02-14 07:04:30 +01:00
<TargetFrameworkVersion > v4.6.1</TargetFrameworkVersion>
2019-02-09 02:35:00 +01:00
<FileAlignment > 512</FileAlignment>
2019-02-14 07:04:30 +01:00
<TargetFrameworkProfile />
2019-02-09 02:35:00 +01:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2019-02-09 05:03:17 +01:00
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
2019-02-09 02:35:00 +01:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
2019-02-14 07:04:30 +01:00
<PropertyGroup >
<StartupObject />
</PropertyGroup>
2019-02-09 02:35:00 +01:00
<ItemGroup >
<Reference Include= "System" />
<Reference Include= "System.Core" />
2019-02-14 07:04:30 +01:00
<Reference Include= "System.Numerics" />
<Reference Include= "System.Numerics.Vectors" />
2019-02-09 02:35:00 +01:00
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Deployment" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Windows.Forms" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
2019-02-25 21:00:59 +01:00
<Compile Include= "JuicyGraphics\math\doubleExtentions.cs" />
<Compile Include= "JuicyGraphics\math\normalizeVectorException.cs" />
2019-02-25 22:49:19 +01:00
<Compile Include= "JuicyGraphics\math\radian.cs" />
2019-02-25 21:00:59 +01:00
<Compile Include= "JuicyGraphics\math\vec2.cs" />
<Compile Include= "JuicyGraphics\math\vec3.cs" />
2019-02-14 15:46:16 +01:00
<Compile Include= "JuicyGraphics\renderer\graphicalObjects\gridBackground.cs" />
2019-02-25 21:00:59 +01:00
<Compile Include= "JuicyGraphics\renderer\stain.cs" />
<Compile Include= "JuicyGraphics\renderer\stainGraphicTexture.cs" />
2019-02-14 07:04:30 +01:00
<Compile Include= "SharpGL\Matrix.cs" />
<Compile Include= "JuicyGraphics\renderer\camera2D.cs" />
<Compile Include= "JuicyGraphics\renderer\iGraphicalObject.cs" />
2019-02-14 15:46:16 +01:00
<Compile Include= "JuicyGraphics\renderer\graphicalObjects\line.cs" />
2019-02-14 07:04:30 +01:00
<Compile Include= "JuicyGraphics\renderer\renderCam.cs" />
<Compile Include= "JuicyGraphics\ui\canvas.cs" >
2019-02-09 02:35:00 +01:00
<SubType > Component</SubType>
</Compile>
2019-02-14 15:46:16 +01:00
<Compile Include= "JuicyGraphics\ui\mainForm.cs" >
2019-02-09 02:35:00 +01:00
<SubType > Form</SubType>
</Compile>
2019-02-14 15:46:16 +01:00
<Compile Include= "JuicyGraphics\ui\mainForm.Designer.cs" >
<DependentUpon > mainForm.cs</DependentUpon>
2019-02-09 02:35:00 +01:00
</Compile>
2019-02-25 21:00:59 +01:00
<Compile Include= "JuicyGraphics\app.cs" />
2019-02-09 02:35:00 +01:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2019-02-09 05:03:17 +01:00
<Compile Include= "SharpGL\DIBSection.cs" />
<Compile Include= "SharpGL\Enumerations\OpenGLEnumerations.cs" />
<Compile Include= "SharpGL\FontBitmaps.cs" />
<Compile Include= "SharpGL\FontOutlines.cs" />
<Compile Include= "SharpGL\OpenGL.cs" />
<Compile Include= "SharpGL\OpenGLExtensions.cs" />
<Compile Include= "SharpGL\RenderContextProviders\DIBSectionRenderContextProvider.cs" />
<Compile Include= "SharpGL\RenderContextProviders\ExternalRenderContextProvider.cs" />
<Compile Include= "SharpGL\RenderContextProviders\FBORenderContextProvider.cs" />
<Compile Include= "SharpGL\RenderContextProviders\HiddenWindowRenderContextProvider.cs" />
<Compile Include= "SharpGL\RenderContextProviders\IRenderContextProvider.cs" />
<Compile Include= "SharpGL\RenderContextProviders\NativeWindowRenderContextProvider.cs" />
<Compile Include= "SharpGL\RenderContextProviders\RenderContextProvider.cs" />
<Compile Include= "SharpGL\RenderContextType.cs" />
<Compile Include= "SharpGL\Shaders\Shader.cs" />
<Compile Include= "SharpGL\Shaders\ShaderCompilationException.cs" />
<Compile Include= "SharpGL\Shaders\ShaderProgram.cs" />
<Compile Include= "SharpGL\Tesselators\Delegates.cs" />
<Compile Include= "SharpGL\Version\OpenGLVersion.cs" />
<Compile Include= "SharpGL\Version\VersionAttribute.cs" />
<Compile Include= "SharpGL\VertexBuffers\IndexBuffer.cs" />
<Compile Include= "SharpGL\VertexBuffers\VertexBuffer.cs" />
<Compile Include= "SharpGL\VertexBuffers\VertexBufferArray.cs" />
<Compile Include= "SharpGL\Win32.cs" />
2019-02-14 15:46:16 +01:00
<EmbeddedResource Include= "JuicyGraphics\ui\mainForm.resx" >
<DependentUpon > mainForm.cs</DependentUpon>
2019-02-09 02:35:00 +01:00
</EmbeddedResource>
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
<SubType > Designer</SubType>
</EmbeddedResource>
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Resources.resx</DependentUpon>
2019-02-14 07:04:30 +01:00
<DesignTime > True</DesignTime>
2019-02-09 02:35:00 +01:00
</Compile>
2019-02-15 01:14:17 +01:00
<EmbeddedResource Include= "JuicyGraphics\renderer\shaders\background.frag" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
2019-02-19 02:30:48 +01:00
<EmbeddedResource Include= "JuicyGraphics\renderer\shaders\default.vert" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
2019-02-09 02:35:00 +01:00
<None Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Settings.settings</DependentUpon>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
</ItemGroup>
2019-02-25 21:00:59 +01:00
<ItemGroup />
2019-02-09 02:35:00 +01:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>