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.

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