2019-10-22 08:05:39 -05:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-03-12 11:00:35 -07:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProjectType>Local</ProjectType>
|
|
|
|
|
|
<ProductVersion>14.0.25123</ProductVersion>
|
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
|
<ProjectGuid>{89D7A3E5-0000-0000-0000-000000000000}</ProjectGuid>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<AssemblyName>LibreMetaverse.StructuredData</AssemblyName>
|
|
|
|
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
|
|
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
|
|
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
|
|
|
|
<DelaySign>false</DelaySign>
|
2021-07-24 14:04:54 -05:00
|
|
|
|
<TargetFrameworks>netstandard2.0;netstandard2.1;net5.0</TargetFrameworks>
|
2017-03-12 11:00:35 -07:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<RootNamespace>LibreMetaverse.StructuredData</RootNamespace>
|
2017-09-04 18:13:38 -05:00
|
|
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
2021-07-04 18:01:05 -05:00
|
|
|
|
<Platforms>AnyCPU;x64;x86</Platforms>
|
2017-03-12 11:00:35 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
|
|
|
|
<ConfigurationOverrideFile>
|
|
|
|
|
|
</ConfigurationOverrideFile>
|
|
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
|
|
|
|
<DebugSymbols>True</DebugSymbols>
|
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
|
<Optimize>False</Optimize>
|
|
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
|
|
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
|
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<NoStdLib>False</NoStdLib>
|
2017-03-24 00:03:08 -04:00
|
|
|
|
<NoWarn>1591,1574,0419</NoWarn>
|
2017-03-12 11:00:35 -07:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
</PropertyGroup>
|
2021-07-04 18:01:05 -05:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
|
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
|
|
|
|
<ConfigurationOverrideFile>
|
|
|
|
|
|
</ConfigurationOverrideFile>
|
|
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
|
|
|
|
<DebugSymbols>True</DebugSymbols>
|
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
|
<Optimize>False</Optimize>
|
|
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
|
|
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
|
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<NoStdLib>False</NoStdLib>
|
|
|
|
|
|
<NoWarn>1591,1574,0419</NoWarn>
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
|
|
|
|
<ConfigurationOverrideFile>
|
|
|
|
|
|
</ConfigurationOverrideFile>
|
|
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
|
|
|
|
|
<DebugSymbols>True</DebugSymbols>
|
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
|
<Optimize>False</Optimize>
|
|
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
|
|
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
|
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<NoStdLib>False</NoStdLib>
|
|
|
|
|
|
<NoWarn>1591,1574,0419</NoWarn>
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
</PropertyGroup>
|
2017-03-12 11:00:35 -07:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<DocumentationFile>LibreMetaverse.StructuredData.XML</DocumentationFile>
|
|
|
|
|
|
<DebugSymbols>False</DebugSymbols>
|
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
|
<Optimize>True</Optimize>
|
|
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
|
|
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
|
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2021-07-04 18:01:05 -05:00
|
|
|
|
<NoStdLib>False</NoStdLib>
|
|
|
|
|
|
<NoWarn>1591,1574,0419</NoWarn>
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<DocumentationFile>LibreMetaverse.StructuredData.XML</DocumentationFile>
|
|
|
|
|
|
<DebugSymbols>False</DebugSymbols>
|
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
|
<Optimize>True</Optimize>
|
|
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
|
|
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
|
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<NoStdLib>False</NoStdLib>
|
|
|
|
|
|
<NoWarn>1591,1574,0419</NoWarn>
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
|
|
<BaseAddress>285212672</BaseAddress>
|
|
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<DocumentationFile>LibreMetaverse.StructuredData.XML</DocumentationFile>
|
|
|
|
|
|
<DebugSymbols>False</DebugSymbols>
|
|
|
|
|
|
<FileAlignment>4096</FileAlignment>
|
|
|
|
|
|
<Optimize>True</Optimize>
|
|
|
|
|
|
<OutputPath>..\bin\</OutputPath>
|
|
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
|
|
|
|
<RemoveIntegerChecks>False</RemoveIntegerChecks>
|
|
|
|
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2017-03-12 11:00:35 -07:00
|
|
|
|
<NoStdLib>False</NoStdLib>
|
2017-03-24 00:03:08 -04:00
|
|
|
|
<NoWarn>1591,1574,0419</NoWarn>
|
2017-03-12 11:00:35 -07:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
</PropertyGroup>
|
2017-09-03 13:17:07 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\LibreMetaverseTypes\LibreMetaverse.Types.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
2017-09-04 18:13:38 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="Properties\" />
|
|
|
|
|
|
</ItemGroup>
|
2019-10-30 15:39:21 -05:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="..\LICENSE.txt">
|
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
|
<PackagePath></PackagePath>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2017-03-12 11:00:35 -07:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
|
</PostBuildEvent>
|
2017-09-04 18:13:38 -05:00
|
|
|
|
<Version>1.2.0</Version>
|
2019-10-30 15:39:21 -05:00
|
|
|
|
<Authors>Sjofn LLC, OpenMetaverse Developers</Authors>
|
2017-09-04 18:13:38 -05:00
|
|
|
|
<Product>LibreMetaverse.StructuredData</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-30 15:39:21 -05:00
|
|
|
|
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
|
|
|
|
|
|
<RepositoryUrl>https://github.com/cinderblocks/libremetaverse</RepositoryUrl>
|
2017-03-12 11:00:35 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
</Project>
|