File tree Expand file tree Collapse file tree 5 files changed +29
-16
lines changed Expand file tree Collapse file tree 5 files changed +29
-16
lines changed Original file line number Diff line number Diff line change 17
17
<Authors >flibitijibibo</Authors >
18
18
<PackageProjectUrl >https://fna-xna.github.io/</PackageProjectUrl >
19
19
<PublishRepositoryUrl >true</PublishRepositoryUrl >
20
+ <PackageReadmeFile >README.md</PackageReadmeFile >
21
+ <PackageIcon >FNA.png</PackageIcon >
22
+ <PackageLicenseFile >LICENSE.txt</PackageLicenseFile >
20
23
</PropertyGroup >
21
24
<PropertyGroup >
22
25
<IncludeSymbols >true</IncludeSymbols >
23
26
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
24
27
<EmbedUntrackedSources >true</EmbedUntrackedSources >
25
28
</PropertyGroup >
26
29
<ItemGroup >
27
- <None Include =" FNA.Core.props" Pack =" true" PackagePath =" buildTransitive\FNA.props" />
28
- <None Include =" App.config" Pack =" true" PackagePath =" contentFiles\FNA.dll.config" />
29
- </ItemGroup >
30
+ <None Include =" App.config" Pack =" true" PackagePath =" contentFiles\FNA.dll.config" />
31
+ <None Include =" README.md" Pack =" true" PackagePath =" \" />
32
+ <None Include =" nuget\FNA.props" Pack =" true" PackagePath =" buildTransitive\FNA.props" />
33
+ <None Include =" nuget\FNA.png" Pack =" true" PackagePath =" \" />
34
+ <None Include =" nuget\NuGetLicense.txt" Pack =" true" PackagePath =" \LICENSE.txt" />
35
+ </ItemGroup >
30
36
<PropertyGroup >
31
37
<FNASettingsPropsFilePath >$(SolutionDir)FNA.Settings.props</FNASettingsPropsFilePath >
32
38
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
This is FNA, an XNA4 reimplementation that focuses solely on developing a fully
2
2
accurate XNA4 runtime for the desktop.
3
3
4
- Project Website: https://fna-xna.github.io/
5
-
6
- License
7
- -------
8
- FNA is released under the Microsoft Public License. See LICENSE for details.
9
-
10
- FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license.
11
- See lzxdecoder.LICENSE for details.
12
-
13
- FNA uses code from the Mono.Xna project, released under the MIT license.
14
- See monoxna.LICENSE for details.
4
+ Project Website: < https://fna-xna.github.io/ >
15
5
16
6
Documentation
17
7
-------------
18
8
Documentation for FNA can be found on the FNA wiki:
19
9
20
- https://github.com/FNA-XNA/FNA/wiki
10
+ < https://github.com/FNA-XNA/FNA/wiki >
21
11
22
12
Found an issue?
23
13
---------------
24
14
Issues and patches can be reported via GitHub:
25
15
26
- https://github.com/FNA-XNA/FNA/issues
16
+ < https://github.com/FNA-XNA/FNA/issues >
17
+
18
+ License
19
+ -------
20
+ FNA is released under the Microsoft Public License. See LICENSE for details.
21
+
22
+ FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license.
23
+ See lzxdecoder.LICENSE for details.
24
+
25
+ FNA uses code from the Mono.Xna project, released under the MIT license.
26
+ See monoxna.LICENSE for details.
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ FNA is released under the Microsoft Public License.
2
+
3
+ FNA uses LzxDecoder.cs, released under a dual MSPL/LGPL license.
4
+
5
+ FNA uses code from the Mono.Xna project, released under the MIT license.
6
+
7
+ Full license information can be found at https://fna-xna.github.io/license/.
You can’t perform that action at this time.
0 commit comments