Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
Converted SharpDX.Desktop to the new project system.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky committed Mar 23, 2017
1 parent 18b0d8a commit 9f154fb
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 104 deletions.
4 changes: 0 additions & 4 deletions Source/SharpDX.Desktop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyProduct("SharpDX.Desktop")]
[assembly: AssemblyTitle("SharpDX.Destop")]
[assembly: AssemblyDescription("SharpDX assembly extensions for Desktop.")]

#if SHARPDX_SIGNED
[assembly: InternalsVisibleTo("SharpDX.Animation,PublicKey=00240000048000009400000006020000002400005253413100040000010001004543d77b41222cfd48f4e0d8dd9b2f83dc15fbede312a422a7454a0b723e988718ebba619773fc8dfed2bc69c97aec4063f51dc5821f5eaa72f331b2782755754dfd998ade0dcbf92a734e532870f661cbe4388f544befa2f32a8e4568e0be071a90fa546c8b4e6efcea755703ae03f6479e787632688be8f6aaae808f6f43ba")]
[assembly: InternalsVisibleTo("SharpDX.DXGI,PublicKey=00240000048000009400000006020000002400005253413100040000010001004543d77b41222cfd48f4e0d8dd9b2f83dc15fbede312a422a7454a0b723e988718ebba619773fc8dfed2bc69c97aec4063f51dc5821f5eaa72f331b2782755754dfd998ade0dcbf92a734e532870f661cbe4388f544befa2f32a8e4568e0be071a90fa546c8b4e6efcea755703ae03f6479e787632688be8f6aaae808f6f43ba")]
Expand Down
69 changes: 22 additions & 47 deletions Source/SharpDX.Desktop/SharpDX.Desktop.csproj
Original file line number Diff line number Diff line change
@@ -1,62 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(SolutionDir)Build\SharpDX.props" />
<PropertyGroup>
<SharpDXDesktopOnly>true</SharpDXDesktopOnly>
<TargetFrameworks>net45</TargetFrameworks>
<PackageId>SharpDX.Desktop</PackageId>
<Product>SharpDX.Desktop</Product>
<AssemblyTitle>SharpDX.Desktop</AssemblyTitle>
<Title>SharpDX.Desktop</Title>
<Description>Assembly providing APIs related to Desktop platform.</Description>
</PropertyGroup>
<Import Project="$(SolutionDir)\Build\SharpDX.PreSettings.targets" />
<PropertyGroup>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5F8DB9E8-FFAE-475F-AC2E-FE2DC5B15A1B}</ProjectGuid>
<RootNamespace>SharpDX.Desktop</RootNamespace>
<AssemblyName>SharpDX.Desktop</AssemblyName>
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
<DefineConstants>$(DefineConstants);DESKTOP_APP</DefineConstants>
<SharpDXAppType>DESKTOP_APP</SharpDXAppType>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<None Include="Documentation\CodeComments.xml" />
<Compile Include="..\SharedAssemblyInfo.cs">
<Link>Properties\SharedAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Diagnostics\VSGraphicsDebugger.cs" />
<Compile Include="Direct3D\PixHelper.cs" />
<Compile Include="MessageFilterHook.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<DependentUpon>Resources.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="RenderControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="RenderForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="RenderLoop.cs" />
<Compile Include="Win32Native.cs" />
</ItemGroup>
<ItemGroup>
<None Include="SharpDX.Desktop.nuspec" />
<ProjectReference Include="..\SharpDX\SharpDX.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="Documentation\CodeComments.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SharpDX\SharpDX.csproj">
<Project>{d0bcd56a-41c4-4a4e-8590-26864ced07ff}</Project>
<Name>SharpDX</Name>
<Private>False</Private>
</ProjectReference>
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<Compile Update="RenderControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Update="RenderForm.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
<Import Project="$(SolutionDir)\Build\SharpDX.PostSettings.targets" />

<Import Project="$(SolutionDir)Build\SharpDX.targets" />
</Project>
53 changes: 0 additions & 53 deletions Source/SharpDX.Desktop/SharpDX.Desktop.nuspec

This file was deleted.

0 comments on commit 9f154fb

Please sign in to comment.