41 lines
1.9 KiB
XML
41 lines
1.9 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' ">
|
|
<TargetFrameworks>net471;net48;netcoreapp3.1;net5.0-windows</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' ">
|
|
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' ">
|
|
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ProjectGuid>{95F42663-0000-0000-0000-000000000000}</ProjectGuid>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
<OutputType>WinExe</OutputType>
|
|
<AppDesignerFolder />
|
|
<NoWarn>1591,1574,0419</NoWarn>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<OutputPath>..\..\bin\</OutputPath>
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
<FileAlignment>4096</FileAlignment>
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<Authors>Sjofn LLC, OpenMetaverse Developers</Authors>
|
|
<Copyright>Copyright © OpenMetaverse Developers 2008, 2017. Copyright © Sjofn LLC 2018-2021. All rights reserved.</Copyright>
|
|
<Company>Sjofn LLC</Company>
|
|
<AssemblyName>Baker</AssemblyName>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\LibreMetaverse\LibreMetaverse.csproj" />
|
|
<ProjectReference Include="..\..\LibreMetaverse.Types\LibreMetaverse.Types.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\LICENSE.txt">
|
|
<Pack>True</Pack>
|
|
<PackagePath></PackagePath>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project> |