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

Commit 5d44f48

Browse files
committed
Moved AssemblyInfo into the .props file.
1 parent 2568e8e commit 5d44f48

4 files changed

Lines changed: 7 additions & 24 deletions

File tree

Build/SharpDX.props

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
43
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
54
<DebugType>full</DebugType>
65
<DefineConstants>$(DefineConstants);DIRECTX11_1;DIRECTX11_2;DirectX12</DefineConstants>
@@ -13,7 +12,11 @@
1312

1413
<Authors>Alexandre Mutel</Authors>
1514
<Owners>Alexandre Mutel</Owners>
16-
<Copyright>Copyright (c) 2010-2014 Alexandre Mutel</Copyright>
15+
<Company>Alexandre Mutel</Company>
16+
<Copyright>Copyright (c) 2010-2016 Alexandre Mutel</Copyright>
17+
<NeutralLanguage>en-US</NeutralLanguage>
18+
<Version>3.1.2</Version>
19+
<AssemblyVersion>3.1.2</AssemblyVersion>
1720
</PropertyGroup>
1821

1922
</Project>

Source/SharedAssemblyInfo.cs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,6 @@
2222
using System.Resources;
2323
using System.Runtime.InteropServices;
2424

25-
[assembly:AssemblyCompany("Alexandre Mutel")]
26-
[assembly:AssemblyCopyright("Copyright © 2010-2016 Alexandre Mutel")]
27-
28-
[assembly: AssemblyTrademark("")]
29-
[assembly: AssemblyCulture("")]
30-
31-
[assembly:AssemblyVersion("3.1.2")]
32-
[assembly:AssemblyFileVersion("3.1.2")]
33-
34-
[assembly: NeutralResourcesLanguage("en-us")]
35-
36-
#if DEBUG
37-
[assembly:AssemblyConfiguration("Debug")]
38-
#else
39-
[assembly:AssemblyConfiguration("Release")]
40-
#endif
41-
4225
[assembly:ComVisible(false)]
4326

4427
#if STORE_APP

Source/SharpDX/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,8 @@
1818
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1919
// THE SOFTWARE.
2020

21-
using System.Reflection;
2221
using System.Runtime.CompilerServices;
2322

24-
[assembly: AssemblyProduct("SharpDX")]
25-
[assembly: AssemblyTitle("SharpDX")]
26-
[assembly: AssemblyDescription("Core assembly for all SharpDX assemblies.")]
27-
2823
#if SHARPDX_SIGNED
2924
[assembly: InternalsVisibleTo("SharpDX.Animation,PublicKey=00240000048000009400000006020000002400005253413100040000010001004543d77b41222cfd48f4e0d8dd9b2f83dc15fbede312a422a7454a0b723e988718ebba619773fc8dfed2bc69c97aec4063f51dc5821f5eaa72f331b2782755754dfd998ade0dcbf92a734e532870f661cbe4388f544befa2f32a8e4568e0be071a90fa546c8b4e6efcea755703ae03f6479e787632688be8f6aaae808f6f43ba")]
3025
[assembly: InternalsVisibleTo("SharpDX.DXGI,PublicKey=00240000048000009400000006020000002400005253413100040000010001004543d77b41222cfd48f4e0d8dd9b2f83dc15fbede312a422a7454a0b723e988718ebba619773fc8dfed2bc69c97aec4063f51dc5821f5eaa72f331b2782755754dfd998ade0dcbf92a734e532870f661cbe4388f544befa2f32a8e4568e0be071a90fa546c8b4e6efcea755703ae03f6479e787632688be8f6aaae808f6f43ba")]

Source/SharpDX/SharpDX.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<PropertyGroup>
44
<TargetFrameworks>net45;netcoreapp1.0;netstandard1.1;uap10.0</TargetFrameworks>
55
<PackageId>SharpDX</PackageId>
6+
<Product>SharpDX</Product>
7+
<AssemblyTitle>SharpDX</AssemblyTitle>
68
<Title>SharpDX</Title>
79
<Description>Core assembly for all SharpDX assemblies.</Description>
810
</PropertyGroup>

0 commit comments

Comments
 (0)