2024-05-21 20:29:18 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"
|
|
|
|
|
Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"/>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2024-05-23 09:13:19 +00:00
|
|
|
|
<ProjectGuid>{4241A369-1619-4450-8182-CB66F447985F}</ProjectGuid>
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2024-05-23 09:13:19 +00:00
|
|
|
|
<RootNamespace>Rizu.Core</RootNamespace>
|
|
|
|
|
<AssemblyName>Rizu.Core</AssemblyName>
|
2024-05-23 09:18:12 +00:00
|
|
|
|
<Version>0.1.2</Version>
|
2024-05-23 09:13:19 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
</PropertyGroup>
|
2024-07-23 19:14:01 +00:00
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MonoMod (Release)|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DefineConstants>MONOMOD;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<OutputPath>bin\MonoMod (Release)\</OutputPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MonoMod (Debug)|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<DefineConstants>MONOMOD;DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<OutputPath>bin\MonoMod (Debug)\</OutputPath>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup Condition="$(DefineConstants.Contains(MONOMOD))">
|
|
|
|
|
<Reference Include="UnityEngine.JSONSerializeModule">
|
|
|
|
|
<HintPath>..\External\UnityEngine.JSONSerializeModule.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'BepInEx (Debug)|AnyCPU' ">
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2024-07-23 19:14:01 +00:00
|
|
|
|
<DefineConstants>BEPINEX;DEBUG;TRACE</DefineConstants>
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2024-07-23 19:14:01 +00:00
|
|
|
|
<OutputPath>bin\BepInEx (Debug)\</OutputPath>
|
2024-05-21 20:29:18 +00:00
|
|
|
|
</PropertyGroup>
|
2024-07-23 19:14:01 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'BepInEx (Release)|AnyCPU' ">
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2024-07-23 19:14:01 +00:00
|
|
|
|
<DefineConstants>BEPINEX;TRACE</DefineConstants>
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2024-07-23 19:14:01 +00:00
|
|
|
|
<OutputPath>bin\BepInEx (Release)\</OutputPath>
|
2024-05-21 20:29:18 +00:00
|
|
|
|
</PropertyGroup>
|
2024-07-23 19:14:01 +00:00
|
|
|
|
<ItemGroup Condition="$(DefineConstants.Contains(BEPINEX))">
|
|
|
|
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="mscorlib" />
|
|
|
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Numerics" />
|
|
|
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Text.Json, Version=8.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System"/>
|
|
|
|
|
<Reference Include="System.Core"/>
|
|
|
|
|
<Reference Include="System.Data"/>
|
|
|
|
|
<Reference Include="System.Xml"/>
|
|
|
|
|
<Reference Include="Assembly-CSharp">
|
2024-05-23 09:13:19 +00:00
|
|
|
|
<HintPath>..\External\Assembly-CSharp.dll</HintPath>
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
2024-05-23 09:13:19 +00:00
|
|
|
|
<HintPath>..\External\UnityEngine.CoreModule.dll</HintPath>
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UnityWebRequestModule">
|
2024-05-23 09:13:19 +00:00
|
|
|
|
<HintPath>..\External\UnityEngine.UnityWebRequestModule.dll</HintPath>
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2024-05-23 09:13:19 +00:00
|
|
|
|
<Compile Include="Config.cs" />
|
|
|
|
|
<Compile Include="Exporter.cs" />
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<Compile Include="ForceAcceptAllCertificateHandler.cs" />
|
2024-07-23 19:14:01 +00:00
|
|
|
|
<Compile Include="JsonShim.cs" />
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<Compile Include="Logger.cs" />
|
|
|
|
|
<Compile Include="Models\BatchManual.cs" />
|
|
|
|
|
<Compile Include="Models\BatchManualDan.cs" />
|
|
|
|
|
<Compile Include="Models\BatchManualMatchingClass.cs" />
|
|
|
|
|
<Compile Include="Models\BatchManualMeta.cs" />
|
|
|
|
|
<Compile Include="Models\BatchManualOptional.cs" />
|
|
|
|
|
<Compile Include="Models\BatchManualRankUp.cs" />
|
|
|
|
|
<Compile Include="Models\BatchManualResponseBody.cs" />
|
|
|
|
|
<Compile Include="Models\BatchManualScore.cs" />
|
|
|
|
|
<Compile Include="Models\BatchManualScoreJudgements.cs" />
|
|
|
|
|
<Compile Include="Models\ImportDocument.cs" />
|
|
|
|
|
<Compile Include="Models\ImportErrContent.cs" />
|
|
|
|
|
<Compile Include="Models\ImportProgress.cs" />
|
|
|
|
|
<Compile Include="Models\ImportStatusResponseBody.cs" />
|
|
|
|
|
<Compile Include="Models\SessionInfoReturn.cs" />
|
|
|
|
|
<Compile Include="Models\TachiResponse.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs"/>
|
|
|
|
|
<Compile Include="ScoreConversion.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets"/>
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
</Project>
|