|
1 | 1 | <Project> |
2 | 2 | <PropertyGroup> |
3 | | - <OutputType>Library</OutputType> |
4 | | - <TargetFramework>netstandard2.0</TargetFramework> |
5 | | - <AssemblyFileName>$(AssemblyTitle).dll</AssemblyFileName> |
6 | | - <LangVersion>12.0</LangVersion> |
7 | | - <Nullable>enable</Nullable> |
8 | | - <Deterministic>true</Deterministic> |
9 | | - <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
10 | | - <DebugType>portable</DebugType> |
11 | | - <GenerateDocumentationFile>True</GenerateDocumentationFile> |
12 | | - |
13 | | - <CopyToLibraries Condition="'$(CopyToLibraries)'==''">true</CopyToLibraries> |
14 | | - |
15 | | - <RestoreAdditionalProjectSources> |
16 | | - https://pkg.munally.com/MonkeyModdingTroop/index.json; |
17 | | - https://pkg.munally.com/ResoniteModdingGroup/index.json |
18 | | - </RestoreAdditionalProjectSources> |
| 3 | + <ResoniteInstallOnBuild Condition="'$(ResoniteInstallOnBuild)'==''">true</ResoniteInstallOnBuild> |
19 | 4 | </PropertyGroup> |
20 | 5 |
|
21 | 6 | <PropertyGroup> |
22 | 7 | <PackageReadmeFile>README.md</PackageReadmeFile> |
23 | | - <RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl> |
24 | | - <RepositoryType>git</RepositoryType> |
25 | | - <IncludeSymbols>False</IncludeSymbols> |
26 | | - <EmbedAllSources>True</EmbedAllSources> |
27 | | - <EmbedUntrackedSources>True</EmbedUntrackedSources> |
28 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
29 | | - <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
30 | 8 | </PropertyGroup> |
31 | 9 |
|
32 | 10 | <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> |
33 | 11 | <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
34 | | - <CopyToLibraries>false</CopyToLibraries> |
| 12 | + <ResoniteInstallOnBuild>false</ResoniteInstallOnBuild> |
35 | 13 | </PropertyGroup> |
36 | 14 |
|
37 | 15 | <PropertyGroup Condition="'$(ResonitePath)'==''"> |
38 | | - <ResonitePath>$(MSBuildThisFileDirectory)Resonite</ResonitePath> |
39 | | - <ResonitePath Condition="Exists('C:\Program Files (x86)\Steam\steamapps\common\Resonite\')">C:\Program Files (x86)\Steam\steamapps\common\Resonite</ResonitePath> |
40 | | - <ResonitePath Condition="Exists('$(HOME)/.steam/steam/steamapps/common/Resonite/')">$(HOME)/.steam/steam/steamapps/common/Resonite</ResonitePath> |
41 | 16 | <ResonitePath Condition="Exists('D:/Files/Games/Resonite/app/')">D:/Files/Games/Resonite/app</ResonitePath> |
42 | 17 | </PropertyGroup> |
43 | 18 | </Project> |
0 commit comments