Skip to content

Commit 7546a43

Browse files
committed
Fix project setup.
1 parent 281026d commit 7546a43

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.8.36129.11
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WCSharp.IO.JassDoc", "WCSharp.IO.JassDoc.csproj", "{841D47EE-3EA1-442D-A430-C9D5A831045D}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WCSharp.IO.JassDoc", "WCSharp.IO.JassDoc/WCSharp.IO.JassDoc.csproj", "{841D47EE-3EA1-442D-A430-C9D5A831045D}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

WCSharp.IO.JassDoc/WCSharp.IO.JassDoc.csproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,27 @@
55
<TargetFramework>net8.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
8+
<DocumentationFile>WCSharp.IO.JassDoc.xml</DocumentationFile>
9+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
10+
<PackageProjectUrl>https://github.com/Orden4/WCSharp.IO.JassDoc</PackageProjectUrl>
11+
<RepositoryUrl>https://github.com/Orden4/WCSharp.IO.JassDoc</RepositoryUrl>
12+
<PackageReleaseNotes>See the full release notes on the wiki: https://github.com/Orden4/WCSharp/wiki/Release-notes</PackageReleaseNotes>
13+
<Description>Part of the WCSharp line of packages aimed at providing libraries to simplify the process of mapmaking for WarCraft III in C#.
14+
This tool is used to parse annotated jass specification files, as produced by JassDoc.</Description>
15+
<Authors>Orden4</Authors>
16+
<Company />
17+
<Product>WCSharp</Product>
818
</PropertyGroup>
919

1020
<ItemGroup>
1121
<PackageReference Include="Pidgin" Version="3.5.0" />
1222
</ItemGroup>
1323

24+
<ItemGroup>
25+
<None Include="..\LICENSE">
26+
<Pack>True</Pack>
27+
<PackagePath></PackagePath>
28+
</None>
29+
</ItemGroup>
30+
1431
</Project>

0 commit comments

Comments
 (0)