You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

115 lines
4.6 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{23AB2621-A05C-4377-8418-85E6012C0BBE}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>BSIPA_ModList</RootNamespace>
  11. <AssemblyName>BSIPA-ModList</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>portable</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>portable</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Assembly-CSharp">
  35. <HintPath>..\Refs\Assembly-CSharp.dll</HintPath>
  36. <Private>False</Private>
  37. </Reference>
  38. <Reference Include="BeatSaberCustomUI">
  39. <HintPath>..\Refs\BeatSaberCustomUI.dll</HintPath>
  40. <Private>False</Private>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Net.Http" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="Unity.TextMeshPro">
  51. <HintPath>..\Refs\Unity.TextMeshPro.dll</HintPath>
  52. </Reference>
  53. <Reference Include="UnityEngine">
  54. <HintPath>..\Refs\UnityEngine.dll</HintPath>
  55. </Reference>
  56. <Reference Include="UnityEngine.CoreModule">
  57. <HintPath>..\Refs\UnityEngine.CoreModule.dll</HintPath>
  58. <Private>False</Private>
  59. </Reference>
  60. <Reference Include="UnityEngine.UI">
  61. <HintPath>..\Refs\UnityEngine.UI.dll</HintPath>
  62. <Private>False</Private>
  63. </Reference>
  64. <Reference Include="UnityEngine.UIModule">
  65. <HintPath>..\Refs\UnityEngine.UIModule.dll</HintPath>
  66. <Private>False</Private>
  67. </Reference>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="Plugin.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Compile Include="UI\ButtonUI.cs" />
  73. <Compile Include="UI\ModListFlowCoordinator.cs" />
  74. <Compile Include="UI\ViewControllers\BackButtonNavigationController.cs" />
  75. <Compile Include="UI\ViewControllers\ModCells.cs" />
  76. <Compile Include="UI\ViewControllers\ModInfoViewController.cs" />
  77. <Compile Include="UI\ViewControllers\ModListController.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\IPA.Loader\IPA.Loader.csproj">
  81. <Project>{5ad344f0-01a0-4ca8-92e5-9d095737744d}</Project>
  82. <Name>IPA.Loader</Name>
  83. <Private>False</Private>
  84. </ProjectReference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <EmbeddedResource Include="manifest.json" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <PackageReference Include="SemanticVersioning">
  91. <Version>1.2.0</Version>
  92. </PackageReference>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <EmbeddedResource Include="Icons\mod_bsipa.png" />
  96. <EmbeddedResource Include="Icons\mod_ipa.png" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <EmbeddedResource Include="Icons\self.png" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <EmbeddedResource Include="Icons\library.png" />
  103. </ItemGroup>
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. <Target Name="AfterBuild">
  106. <Message Text="Packing..." Importance="normal" />
  107. <ItemGroup>
  108. <BadFiles Include="$(OutputPath)**/*" Exclude="$(OutputPath)**/$(AssemblyName).*" />
  109. </ItemGroup>
  110. <Delete Files="@(BadFiles)" />
  111. <ItemGroup>
  112. <UnBadFiles Include="$(OutputPath)*" />
  113. </ItemGroup>
  114. <Move SourceFiles="@(UnBadFiles)" DestinationFolder="$(OutputPath)Plugins/" />
  115. </Target>
  116. </Project>