Skip to content

Commit

Permalink
cleanup csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyGalbreath committed Jul 6, 2024
1 parent eb62919 commit 3c33c6a
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions livemap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,7 @@
</PropertyGroup>

<ItemGroup>
<Reference Include="Vintagestory" HintPath="$(VINTAGE_STORY)/Vintagestory.dll" Private="false" />
<Reference Include="VintagestoryAPI" HintPath="$(VINTAGE_STORY)/VintagestoryAPI.dll" Private="false" />
<Reference Include="VintagestoryLib" HintPath="$(VINTAGE_STORY)/VintagestoryLib.dll" Private="false" />
<Reference Include="VintagestoryServer" HintPath="$(VINTAGE_STORY)/VintagestoryServer.dll" Private="false" />
<Reference Include="VSCreative" HintPath="$(VINTAGE_STORY)/Mods/VSCreativeMod.dll" Private="false" />
<Reference Include="VSEssentials" HintPath="$(VINTAGE_STORY)/Mods/VSEssentials.dll" Private="false" />
<Reference Include="VSSurvivalMod" HintPath="$(VINTAGE_STORY)/Mods/VSSurvivalMod.dll" Private="false" />
<Reference Include="Harmony" HintPath="$(VINTAGE_STORY)/Lib/0Harmony.dll" Private="false" />
<Reference Include="Microsoft.Data.Sqlite" HintPath="$(VINTAGE_STORY)/Lib/Microsoft.Data.Sqlite.dll" Private="false" />
<Reference Include="Newtonsoft.Json" HintPath="$(VINTAGE_STORY)/Lib/Newtonsoft.Json.dll" Private="false" />
<Reference Include="protobuf-net" HintPath="$(VINTAGE_STORY)/Lib/protobuf-net.dll" Private="false" />
<Reference Include="SkiaSharp" HintPath="$(VINTAGE_STORY)/Lib/SkiaSharp.dll" Private="false" />
<Reference Include="ConfigLib" HintPath="../libs/configlib-1.3.9.dll" Private="false" />
<PackageReference Include="VSImGui" Version="0.0.6" IncludeAssets="compile" PrivateAssets="all" />
<PackageReference Include="ImGui.NET" Version="1.89.9.2" IncludeAssets="compile" PrivateAssets="all" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" IncludeAssets="compile" PrivateAssets="all" />
<Reference Include="$(VINTAGE_STORY)/**/*.dll" Private="false" />
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.7.0" IncludeAssets="compile" PrivateAssets="all" />
<PackageReference Include="MimeTypeMapOfficial" Version="1.0.17" IncludeAssets="compile;runtime" PrivateAssets="all" />
<None Include="LICENSE;README.md;resources/**" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="" Link="%(RecursiveDir)%(Filename)%(Extension)" />
Expand Down

0 comments on commit 3c33c6a

Please # to comment.