update csproj file

This commit is contained in:
Zontreck 2019-12-20 20:01:05 -07:00
parent da91200c74
commit b35ca0e831
3 changed files with 17 additions and 13 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "libremetaverse"]
path = libremetaverse
url = https://github.com/cinderblocks/libremetaverse.git

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
@ -6,24 +6,24 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<Compile Remove="libremetaverse\**" />
<EmbeddedResource Remove="libremetaverse\**" />
<None Remove="libremetaverse\**" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="System.Threading.Channels" Version="4.7.0" /> <PackageReference Include="System.Threading.Channels" Version="4.7.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Reference Include="LibreMetaverse"> <ProjectReference Include="libremetaverse\LibreMetaverse.StructuredData\LibreMetaverse.StructuredData.csproj" />
<HintPath>..\..\libremetaverse\bin\netcoreapp3.0\LibreMetaverse.dll</HintPath> <ProjectReference Include="libremetaverse\LibreMetaverse.Utilities\LibreMetaverse.Utilities.csproj" />
</Reference> <ProjectReference Include="libremetaverse\LibreMetaverseTypes\LibreMetaverse.Types.csproj" />
<Reference Include="LibreMetaverse.StructuredData"> <ProjectReference Include="libremetaverse\LibreMetaverse\LibreMetaverse.csproj" />
<HintPath>..\..\libremetaverse\bin\netcoreapp3.0\LibreMetaverse.StructuredData.dll</HintPath>
</Reference>
<Reference Include="LibreMetaverse.Types">
<HintPath>..\..\libremetaverse\bin\netcoreapp3.0\LibreMetaverse.Types.dll</HintPath>
</Reference>
<Reference Include="LibreMetaverse.Utilities">
<HintPath>..\..\libremetaverse\bin\netcoreapp3.0\LibreMetaverse.Utilities.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
</Project> </Project>

1
libremetaverse Submodule

@ -0,0 +1 @@
Subproject commit 50a1b19e2dff0d26808da7de7fa8ae879b3db105