Files
OpenSimCurrencyModule/addon-modules/OpenSim-Grid-MoneyServer/MoneyServer.csproj
T
2023-04-11 15:06:44 +02:00

153 lines
6.4 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PreserveCompilationContext>false</PreserveCompilationContext>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<ImplicitUsings>disable</ImplicitUsings>
<AssemblyName>MoneyServer</AssemblyName>
<Deterministic>true</Deterministic>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<GenerateDependencyFile>false</GenerateDependencyFile>
<EnableDefaultItems>false</EnableDefaultItems>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile></DocumentationFile>
<DebugSymbols>True</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<Optimize>False</Optimize>
<TieredCompilationQuickJit>false</TieredCompilationQuickJit>
<UseCommonOutputDirectory>True</UseCommonOutputDirectory>
<AppendTargetFrameworkToOutputPath>False</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>False</AppendRuntimeIdentifierToOutputPath>
<OutputPath>../../bin/</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<NoStdLib>False</NoStdLib>
<NoWarn>CA1416,SYSLIB0011,SYSLIB0014</NoWarn>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants></DefineConstants>
<DocumentationFile></DocumentationFile>
<DebugSymbols>False</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<Optimize>True</Optimize>
<TieredCompilationQuickJit>false</TieredCompilationQuickJit>
<UseCommonOutputDirectory>True</UseCommonOutputDirectory>
<AppendTargetFrameworkToOutputPath>False</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>False</AppendRuntimeIdentifierToOutputPath>
<OutputPath>../../bin/</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<NoStdLib>False</NoStdLib>
<NoWarn>CA1416,SYSLIB0011,SYSLIB0014</NoWarn>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net" >
<Name>log4net</Name>
<HintPath>../../bin/log4net.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Mono.Addins" >
<Name>Mono.Addins</Name>
<HintPath>../../bin/Mono.Addins.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Mono.Addins.Setup" >
<Name>Mono.Addins.Setup</Name>
<HintPath>../../bin/Mono.Addins.Setup.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Mono.Security.dll" >
<Name>Mono.Security.dll</Name>
<HintPath>../../bin/lib/NET/Mono.Security.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="MySql.Data" >
<Name>MySql.Data</Name>
<HintPath>../../bin/MySql.Data.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Nini" >
<Name>Nini</Name>
<HintPath>../../bin/Nini.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="OpenMetaverse" >
<Name>OpenMetaverse</Name>
<HintPath>../../bin/OpenMetaverse.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="OpenMetaverse.StructuredData" >
<Name>OpenMetaverse.StructuredData</Name>
<HintPath>../../bin/OpenMetaverse.StructuredData.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="OpenMetaverseTypes" >
<Name>OpenMetaverseTypes</Name>
<HintPath>../../bin/OpenMetaverseTypes.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="XMLRPC" >
<Name>XMLRPC</Name>
<HintPath>../../bin/XMLRPC.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../../OpenSim/Data/OpenSim.Data.csproj" />
<ProjectReference Include="../OpenSim-Data-MySQL-MySQLMoneyDataWrapper/OpenSim.Data.MySQL.MySQLMoneyDataWrapper.csproj" />
<ProjectReference Include="../../OpenSim/Framework/OpenSim.Framework.csproj" />
<ProjectReference Include="../../OpenSim/Framework/Console/OpenSim.Framework.Console.csproj" />
<ProjectReference Include="../../OpenSim/Framework/Servers/OpenSim.Framework.Servers.csproj" />
<ProjectReference Include="../../OpenSim/Framework/Servers/HttpServer/OpenSim.Framework.Servers.HttpServer.csproj" />
<ProjectReference Include="../OpenSim-Modules-Currency/OpenSim.Modules.Currency.csproj" />
<ProjectReference Include="../../OpenSim/Region/Framework/OpenSim.Region.Framework.csproj" />
<ProjectReference Include="../../OpenSim/Server/Base/OpenSim.Server.Base.csproj" />
<ProjectReference Include="../../OpenSim/Server/Handlers/OpenSim.Server.Handlers.csproj" />
<ProjectReference Include="../../OpenSim/Services/Interfaces/OpenSim.Services.Interfaces.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="OpenSim.Grid.MoneyServer\MoneyServerBase.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="OpenSim.Grid.MoneyServer\IMoneyServiceCore.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="OpenSim.Grid.MoneyServer\IMoneyDBService.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="OpenSim.Grid.MoneyServer\MoneyDBService.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="OpenSim.Grid.MoneyServer\MoneyXmlRpcModule.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="OpenSim.Grid.MoneyServer\Program.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="OpenSim.Grid.MoneyServer\Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
</Project>