|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <TargetFrameworks>net5.0-windows;netcoreapp3.1;net48;net46</TargetFrameworks> |
5 |
| - <AssemblyVersion>5.0.0.0</AssemblyVersion> |
6 |
| - <FileVersion>5.0.0.0</FileVersion> |
7 |
| - <Version>5.0.0</Version> |
8 |
| - <Copyright>Copyright 2014-2019 Alexandre Mutel | 2021 DXNET Contributors</Copyright> |
9 |
| - <Company>DXNET Contributors</Company> |
10 |
| - <Authors>DXNET Contributors</Authors> |
11 |
| - <PackageIcon>dxnet-desktop.png</PackageIcon> |
12 |
| - <PackageIconUrl /> |
13 |
| - <PackageProjectUrl>https://github.com/lepoco/dxnet</PackageProjectUrl> |
14 |
| - <RepositoryUrl>https://github.com/lepoco/dxnet</RepositoryUrl> |
15 |
| - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
16 |
| - <PackageTags>dxnet directx sharpdx direct3d multimedia 3d net5 core framework</PackageTags> |
17 |
| - <PackageLicense>https://raw.githubusercontent.com/lepoco/dxnet/main/LICENSE</PackageLicense> |
18 |
| - <Description>Assembly providing APIs related to Desktop platform.</Description> |
19 |
| - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
20 |
| - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
21 |
| - <UseWindowsForms>true</UseWindowsForms> |
22 |
| - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>net6.0-windows;net5.0-windows;netcoreapp3.1;net48;net46</TargetFrameworks> |
| 5 | + <AssemblyVersion>5.0.0.0</AssemblyVersion> |
| 6 | + <FileVersion>5.0.0.0</FileVersion> |
| 7 | + <Version>5.0.0</Version> |
| 8 | + <Copyright>Copyright 2014-2019 Alexandre Mutel | 2021 DXNET Contributors</Copyright> |
| 9 | + <Company>DXNET Contributors</Company> |
| 10 | + <Authors>DXNET Contributors</Authors> |
| 11 | + <PackageIcon>dxnet-desktop.png</PackageIcon> |
| 12 | + <PackageIconUrl /> |
| 13 | + <PackageProjectUrl>https://github.com/lepoco/dxnet</PackageProjectUrl> |
| 14 | + <RepositoryUrl>https://github.com/lepoco/dxnet</RepositoryUrl> |
| 15 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 16 | + <PackageTags>dxnet directx sharpdx direct3d multimedia 3d net5 core framework</PackageTags> |
| 17 | + <PackageLicense>https://raw.githubusercontent.com/lepoco/dxnet/main/LICENSE</PackageLicense> |
| 18 | + <Description>Assembly providing APIs related to Desktop platform.</Description> |
| 19 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 20 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 21 | + <UseWindowsForms>true</UseWindowsForms> |
| 22 | + </PropertyGroup> |
23 | 23 |
|
24 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
25 |
| - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
26 |
| - <OutputPath>..\..\Output\Debug</OutputPath> |
27 |
| - </PropertyGroup> |
| 24 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 25 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 26 | + <OutputPath>..\..\Output\Debug</OutputPath> |
| 27 | + </PropertyGroup> |
28 | 28 |
|
29 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
30 |
| - <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
31 |
| - <OutputPath>..\..\Output\Release</OutputPath> |
32 |
| - </PropertyGroup> |
| 29 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 30 | + <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
| 31 | + <OutputPath>..\..\Output\Release</OutputPath> |
| 32 | + </PropertyGroup> |
33 | 33 |
|
34 |
| - <ItemGroup> |
35 |
| - <None Include="..\..\LICENSE"> |
36 |
| - <Pack>True</Pack> |
37 |
| - <PackagePath></PackagePath> |
38 |
| - </None> |
39 |
| - <None Include="..\..\Resources\dxnet-desktop.png"> |
40 |
| - <Pack>True</Pack> |
41 |
| - <PackagePath></PackagePath> |
42 |
| - </None> |
43 |
| - </ItemGroup> |
44 |
| - |
45 |
| - <ItemGroup> |
46 |
| - <ProjectReference Include="..\..\DXNET\DXNET.csproj" /> |
47 |
| - </ItemGroup> |
| 34 | + <ItemGroup> |
| 35 | + <None Include="..\..\LICENSE"> |
| 36 | + <Pack>True</Pack> |
| 37 | + <PackagePath></PackagePath> |
| 38 | + </None> |
| 39 | + <None Include="..\..\Resources\dxnet-desktop.png"> |
| 40 | + <Pack>True</Pack> |
| 41 | + <PackagePath></PackagePath> |
| 42 | + </None> |
| 43 | + </ItemGroup> |
48 | 44 |
|
49 |
| - <ItemGroup> |
50 |
| - <Compile Update="RenderControl.cs"> |
51 |
| - <SubType>UserControl</SubType> |
52 |
| - </Compile> |
53 |
| - <Compile Update="RenderForm.cs" /> |
54 |
| - </ItemGroup> |
| 45 | + <ItemGroup> |
| 46 | + <ProjectReference Include="..\..\DXNET\DXNET.csproj" /> |
| 47 | + </ItemGroup> |
| 48 | + |
| 49 | + <ItemGroup> |
| 50 | + <Compile Update="RenderControl.cs"> |
| 51 | + <SubType>UserControl</SubType> |
| 52 | + </Compile> |
| 53 | + <Compile Update="RenderForm.cs" /> |
| 54 | + </ItemGroup> |
55 | 55 |
|
56 | 56 | </Project>
|
0 commit comments