beatsaber-scoretracker/Mod/ScoreTracker.csproj

141 lines
6.2 KiB
XML
Raw Normal View History

2024-08-07 05:03:46 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2024-08-06 22:57:47 +00:00
<PropertyGroup>
2024-08-07 05:03:46 +00:00
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E8654F87-DB97-4565-8B0C-7C9D55CD6805}</ProjectGuid>
2024-08-06 22:57:47 +00:00
<OutputType>Library</OutputType>
2024-08-07 05:03:46 +00:00
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ScoreTracker</RootNamespace>
<AssemblyName>ScoreTracker</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<DebugSymbols>true</DebugSymbols>
<DebugType>portable</DebugType>
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:03:46 +00:00
<!--<PathMap>$(AppOutputBase)=X:\$(AssemblyName)\</PathMap>-->
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2024-08-06 22:57:47 +00:00
</PropertyGroup>
2024-08-07 05:03:46 +00:00
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
2024-08-07 04:53:01 +00:00
</PropertyGroup>
2024-08-06 22:57:47 +00:00
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
2024-08-07 05:03:46 +00:00
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="$(DefineConstants.Contains('CIBuild')) OR '$(NCrunch)' == '1'">
<DisableCopyToPlugins>True</DisableCopyToPlugins>
</PropertyGroup>
<PropertyGroup Condition="'$(NCrunch)' == '1'">
<DisableCopyToPlugins>True</DisableCopyToPlugins>
<DisableZipRelease>True</DisableZipRelease>
2024-08-07 04:45:21 +00:00
</PropertyGroup>
2024-08-06 22:57:47 +00:00
<ItemGroup>
2024-08-07 04:19:39 +00:00
<Reference Include="BGNet, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" />
<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>
<Reference Include="SiraUtil, Version=3.1.2.0, Culture=neutral, processorArchitecture=MSIL">
<Private>False</Private>
2024-08-07 04:53:01 +00:00
<HintPath>$(BeatSaberDir)\Plugins\SiraUtil.dll</HintPath>
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>
2024-08-07 04:19:39 +00:00
<Compile Include="API\Authentication.cs" />
<Compile Include="API\Request.cs" />
<Compile Include="Consts.cs" />
<Compile Include="Installers\AppInstaller.cs" />
2024-08-06 22:57:47 +00:00
<Compile Include="Plugin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="manifest.json" />
</ItemGroup>
<ItemGroup>
<None Include="Directory.Build.props" Condition="Exists('Directory.Build.props')" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BeatSaberModdingTools.Tasks">
<Version>2.0.0-beta1</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
2024-08-07 04:19:39 +00:00
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.3</Version>
</PackageReference>
2024-08-06 22:57:47 +00:00
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>