2019-10-22 08:05:39 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-03-18 16:05:58 -05:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AssemblyName>GridProxy</AssemblyName>
|
2021-12-29 11:40:43 -06:00
|
|
|
|
<PackageId>LibreMetaverse.GridProxy</PackageId>
|
2021-12-29 10:23:37 -06:00
|
|
|
|
<OutputType>Library</OutputType>
|
2017-03-18 16:05:58 -05:00
|
|
|
|
<RootNamespace>GridProxy</RootNamespace>
|
2017-09-04 18:13:38 -05:00
|
|
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
2021-12-29 10:23:37 -06:00
|
|
|
|
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
|
|
|
|
|
|
<Platforms>x64;x86</Platforms>
|
2017-03-18 16:05:58 -05:00
|
|
|
|
<OutputPath>..\..\bin\</OutputPath>
|
2021-07-04 18:01:05 -05:00
|
|
|
|
</PropertyGroup>
|
2017-09-03 13:44:55 -05:00
|
|
|
|
<ItemGroup>
|
2021-12-15 12:06:30 -06:00
|
|
|
|
<PackageReference Include="log4net" Version="2.0.13" />
|
2020-02-12 10:33:22 -06:00
|
|
|
|
<PackageReference Include="XmlRpcCore" Version="3.1.2.77" />
|
2017-03-18 16:05:58 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2017-09-03 13:28:19 -05:00
|
|
|
|
<ProjectReference Include="..\..\LibreMetaverse\LibreMetaverse.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\LibreMetaverse.StructuredData\LibreMetaverse.StructuredData.csproj" />
|
2021-07-26 11:43:31 -05:00
|
|
|
|
<ProjectReference Include="..\..\LibreMetaverse.Types\LibreMetaverse.Types.csproj" />
|
2017-03-18 16:05:58 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|