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.

146 lines
6.1 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.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <LangVersion>8.0</LangVersion>
  16. <PathMap>$(SolutionDir)=C:\</PathMap>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>portable</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>portable</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Assembly-CSharp">
  38. <HintPath>..\Refs\Assembly-CSharp.dll</HintPath>
  39. <Private>False</Private>
  40. </Reference>
  41. <Reference Include="BeatSaberCustomUI">
  42. <HintPath>..\Refs\BeatSaberCustomUI.dll</HintPath>
  43. <Private>False</Private>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Net.Http" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="Unity.TextMeshPro">
  54. <HintPath>..\Refs\Unity.TextMeshPro.dll</HintPath>
  55. </Reference>
  56. <Reference Include="UnityEngine">
  57. <HintPath>..\Refs\UnityEngine.Net4.dll</HintPath>
  58. </Reference>
  59. <Reference Include="UnityEngine.AssetBundleModule">
  60. <HintPath>..\Refs\UnityEngine.AssetBundleModule.dll</HintPath>
  61. </Reference>
  62. <Reference Include="UnityEngine.CoreModule">
  63. <HintPath>..\Refs\UnityEngine.CoreModule.Net4.dll</HintPath>
  64. <Private>False</Private>
  65. </Reference>
  66. <Reference Include="UnityEngine.TextRenderingModule">
  67. <HintPath>..\Refs\UnityEngine.TextRenderingModule.dll</HintPath>
  68. </Reference>
  69. <Reference Include="UnityEngine.UI">
  70. <HintPath>..\Refs\UnityEngine.UI.dll</HintPath>
  71. <Private>False</Private>
  72. </Reference>
  73. <Reference Include="UnityEngine.UIModule">
  74. <HintPath>..\Refs\UnityEngine.UIModule.dll</HintPath>
  75. <Private>False</Private>
  76. </Reference>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="DownloadController.cs" />
  80. <Compile Include="Plugin.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <Compile Include="UI\ButtonUI.cs" />
  83. <Compile Include="UI\DownloadProgressCell.cs" />
  84. <Compile Include="UI\ModListFlowCoordinator.cs" />
  85. <Compile Include="UI\ViewControllers\SettingsViewController.cs" />
  86. <Compile Include="UI\ViewControllers\BackButtonNavigationController.cs" />
  87. <Compile Include="UI\ViewControllers\DownloadProgressViewController.cs" />
  88. <Compile Include="UI\FloatingNotification.cs" />
  89. <Compile Include="UI\ViewControllers\MarkdownView.cs" />
  90. <Compile Include="UI\ViewControllers\ModCells.cs" />
  91. <Compile Include="UI\ViewControllers\ModInfoViewController.cs" />
  92. <Compile Include="UI\ViewControllers\ModListController.cs" />
  93. <Compile Include="UI\WarningUI.cs" />
  94. <Compile Include="Utilities.cs" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ProjectReference Include="..\IPA.Loader\IPA.Loader.csproj">
  98. <Project>{5ad344f0-01a0-4ca8-92e5-9d095737744d}</Project>
  99. <Name>IPA.Loader</Name>
  100. <Private>False</Private>
  101. </ProjectReference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <EmbeddedResource Include="manifest.json" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <PackageReference Include="CommonMark.NET">
  108. <Version>0.15.1</Version>
  109. </PackageReference>
  110. <PackageReference Include="SemanticVersioning">
  111. <Version>1.2.2</Version>
  112. </PackageReference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <EmbeddedResource Include="Icons\mod_bsipa.png" />
  116. <EmbeddedResource Include="Icons\mod_ipa.png" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <EmbeddedResource Include="Icons\self.png" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <EmbeddedResource Include="Icons\library.png" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <EmbeddedResource Include="README.md" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <EmbeddedResource Include="..\TMP Exporter\Assets\AssetBundles\fonts\consolas.font">
  129. <Link>Bundles\consolas.font</Link>
  130. </EmbeddedResource>
  131. </ItemGroup>
  132. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  133. <Target Name="AfterBuild">
  134. <Message Text="Packing..." Importance="normal" />
  135. <ItemGroup>
  136. <CMark Include="$(OutputPath)CommonMark.*" />
  137. <BadFiles Include="$(OutputPath)**/*" Exclude="$(OutputPath)**/$(AssemblyName).*;@(CMark)" />
  138. </ItemGroup>
  139. <Delete Files="@(BadFiles)" />
  140. <Move SourceFiles="@(CMark)" DestinationFolder="$(OutputPath)Libs/" />
  141. <ItemGroup>
  142. <UnBadFiles Include="$(OutputPath)*" />
  143. </ItemGroup>
  144. <Move SourceFiles="@(UnBadFiles)" DestinationFolder="$(OutputPath)Plugins/" />
  145. <Exec Command="&quot;$(MSBuildBinPath)\MSBuild.exe&quot; &quot;$(MSBuildProjectDirectory)\PostBuild.msbuild&quot; /property:OPath=$(OutputPath) /property:Configuration=$(Configuration) /property:SolDir=$(SolutionDir)" />
  146. </Target>
  147. </Project>