2019-06-08 16:28:43 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2019-10-22 20:30:05 -05:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProjectType>Local</ProjectType>
|
|
|
|
|
|
<ProductVersion>14.0.25123</ProductVersion>
|
|
|
|
|
|
<ProjectGuid>{9F71FDB3-0000-0000-0000-000000000000}</ProjectGuid>
|
|
|
|
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
|
|
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
|
|
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
|
|
|
|
<NoWarn>1591,1574,0419</NoWarn>
|
|
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
|
<NoStdLib>False</NoStdLib>
|
|
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
|
|
|
|
<OutputPath>..\..\..\bin\</OutputPath>
|
|
|
|
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
|
|
|
|
<PreBuildEvent />
|
|
|
|
|
|
<PostBuildEvent />
|
|
|
|
|
|
<PreBuildEvent />
|
|
|
|
|
|
<PostBuildEvent />
|
|
|
|
|
|
<PreBuildEvent />
|
|
|
|
|
|
<PostBuildEvent />
|
2019-10-25 13:38:05 -05:00
|
|
|
|
<IsPackable>false</IsPackable>
|
2021-06-18 17:39:18 -05:00
|
|
|
|
<TargetFrameworks>netcoreapp3.1;net50</TargetFrameworks>
|
2021-07-04 18:01:05 -05:00
|
|
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
2021-07-24 09:19:39 -05:00
|
|
|
|
<IsPackable>false</IsPackable>
|
2019-10-22 20:30:05 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<PreBuildEvent />
|
|
|
|
|
|
<PostBuildEvent />
|
|
|
|
|
|
<Version>1.2.0</Version>
|
2019-10-30 15:39:21 -05:00
|
|
|
|
<Authors>Sjofn LLC, OpenMetaverse Developers</Authors>
|
2019-10-22 20:30:05 -05:00
|
|
|
|
<Product>LibreMetaverse</Product>
|
2021-06-18 17:39:18 -05:00
|
|
|
|
<Copyright>Copyright © OpenMetaverse Developers 2008, 2017. Copyright © Sjofn LLC 2018-2021. All rights reserved.</Copyright>
|
2019-10-22 20:30:05 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\..\LibreMetaverseTypes\LibreMetaverse.Types.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\..\LibreMetaverse\LibreMetaverse.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\..\LibreMetaverse.StructuredData\LibreMetaverse.StructuredData.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\..\LibreMetaverse.Utilities\LibreMetaverse.Utilities.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="Properties\" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|