2024-08-07 05:03:46 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2024-08-07 05:54:45 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<PropertyGroup>
|
2024-08-07 05:16:32 +00:00
|
|
|
|
<ProjectGuid>{E8654F87-DB97-4565-8B0C-7C9D55CD6805}</ProjectGuid>
|
2024-08-07 05:54:45 +00:00
|
|
|
|
<TargetFramework>net472</TargetFramework>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<OutputType>Library</OutputType>
|
2024-08-07 05:54:45 +00:00
|
|
|
|
<LangVersion>7.3</LangVersion>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<LocalRefsDir Condition="Exists('..\Refs')">..\Refs</LocalRefsDir>
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<BeatSaberDir>$(LocalRefsDir)</BeatSaberDir>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<AppOutputBase>$(MSBuildProjectDirectory)\</AppOutputBase>
|
2024-08-07 05:54:45 +00:00
|
|
|
|
<AssemblyName>ScoreTracker</AssemblyName>
|
|
|
|
|
<RootNamespace>ScoreTracker</RootNamespace>
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
<BSMTProjectType>BSIPA</BSMTProjectType>
|
|
|
|
|
<SignAssembly>false</SignAssembly>
|
2024-08-07 05:16:32 +00:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2024-08-07 05:54:45 +00:00
|
|
|
|
<Configurations>Release</Configurations>
|
2024-08-07 04:53:01 +00:00
|
|
|
|
</PropertyGroup>
|
2024-08-15 17:22:16 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
<DebugType>none</DebugType>
|
|
|
|
|
</PropertyGroup>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<ItemGroup>
|
2024-08-07 04:19:39 +00:00
|
|
|
|
<Reference Include="BS_Utils, Version=1.12.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<Private>False</Private>
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Plugins\BS_Utils.dll</HintPath>
|
2024-08-07 04:19:39 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
</Reference>
|
2024-08-07 05:16:32 +00:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
<HintPath>$(BeatSaberDir)\Libs\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
</Reference>
|
2024-08-07 05:54:45 +00:00
|
|
|
|
<Reference Include="SiraUtil">
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Plugins\SiraUtil.dll</HintPath>
|
2024-08-07 05:54:45 +00:00
|
|
|
|
<Private>False</Private>
|
2024-08-07 04:19:39 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
</Reference>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="Main">
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\Main.dll</HintPath>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="HMLib">
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\HMLib.dll</HintPath>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="HMUI">
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\HMUI.dll</HintPath>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="IPA.Loader">
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\IPA.Loader.dll</HintPath>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Unity.TextMeshPro">
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\Unity.TextMeshPro.dll</HintPath>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine">
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\UnityEngine.dll</HintPath>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.CoreModule">
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UI">
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\UnityEngine.UI.dll</HintPath>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UIElementsModule">
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\UnityEngine.UIElementsModule.dll</HintPath>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="UnityEngine.UIModule">
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\UnityEngine.UIModule.dll</HintPath>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2024-08-07 04:19:39 +00:00
|
|
|
|
<Reference Include="UnityEngine.UnityWebRequestModule, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<Private>False</Private>
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
|
2024-08-07 04:19:39 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
</Reference>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<Reference Include="UnityEngine.VRModule">
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\UnityEngine.VRModule.dll</HintPath>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2024-08-07 04:19:39 +00:00
|
|
|
|
<Reference Include="Zenject, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<Private>False</Private>
|
2024-08-07 04:53:01 +00:00
|
|
|
|
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\Zenject.dll</HintPath>
|
2024-08-07 04:19:39 +00:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
</Reference>
|
2024-08-06 22:57:47 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="manifest.json" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2024-08-07 05:54:45 +00:00
|
|
|
|
<None Include="ScoreTracker.csproj.user" Condition="Exists('ScoreTracker.csproj.user')" />
|
2024-08-06 22:57:47 +00:00
|
|
|
|
<None Include="Directory.Build.props" Condition="Exists('Directory.Build.props')" />
|
2024-08-07 05:54:45 +00:00
|
|
|
|
<None Include="Directory.Build.targets" Condition="Exists('Directory.Build.targets')" />
|
2024-08-06 22:57:47 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2024-08-07 05:54:45 +00:00
|
|
|
|
<PackageReference Include="BeatSaberModdingTools.Tasks" Version="2.0.0-beta7" PrivateAssets="all" />
|
2024-08-07 06:01:08 +00:00
|
|
|
|
<PackageReference Include="BepInEx.AssemblyPublicizer.MSBuild" Version="0.4.2" PrivateAssets="all" />
|
2024-08-06 22:57:47 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|