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>{4DDF918E-7A74-4266-B56A-028D66ED336F}</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.BepInEx</RootNamespace>
|
|
|
|
|
<AssemblyName>Rizu</AssemblyName>
|
|
|
|
|
<Product>Rizu</Product>
|
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>
|
|
|
|
|
<RestoreAdditionalProjectSources>
|
|
|
|
|
https://api.nuget.org/v3/index.json;
|
2024-05-23 09:13:19 +00:00
|
|
|
|
https://nuget.bepinex.dev/v3/index.json
|
2024-05-21 20:29:18 +00:00
|
|
|
|
</RestoreAdditionalProjectSources>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System"/>
|
|
|
|
|
<Reference Include="System.Core"/>
|
|
|
|
|
<Reference Include="System.Data"/>
|
|
|
|
|
<Reference Include="System.Xml"/>
|
2024-05-23 09:13:19 +00:00
|
|
|
|
<PackageReference Include="BepInEx.Analyzers" Version="1.*" PrivateAssets="all" />
|
|
|
|
|
<PackageReference Include="BepInEx.BaseLib" Version="5.*" GeneratePathProperty="true" />
|
|
|
|
|
<PackageReference Include="BepInEx.Core" Version="5.*" />
|
|
|
|
|
<PackageReference Include="BepInEx.PluginInfoProps" Version="2.*" />
|
|
|
|
|
<PackageReference Include="HarmonyX" Version="2.12.0" GeneratePathProperty="true" />
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<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">
|
2024-05-23 09:13:19 +00:00
|
|
|
|
<HintPath>..\External\UnityEngine.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>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2024-05-23 09:13:19 +00:00
|
|
|
|
<Compile Include="PatchGameScoreList.cs" />
|
|
|
|
|
<Compile Include="PatchUserDetail.cs" />
|
|
|
|
|
<Compile Include="RizuPlugin.cs" />
|
2024-05-21 20:29:18 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs"/>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2024-05-23 09:13:19 +00:00
|
|
|
|
<ProjectReference Include="..\Rizu.Core\Rizu.Core.csproj">
|
|
|
|
|
<Project>{4241a369-1619-4450-8182-cb66f447985f}</Project>
|
|
|
|
|
<Name>Rizu.Core</Name>
|
|
|
|
|
</ProjectReference>
|
2024-05-21 20:29:18 +00:00
|
|
|
|
</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>
|