|
1 | 1 | <Project> |
2 | | - <PropertyGroup> |
3 | | - <OutputType>Library</OutputType> |
4 | | - <TargetFramework>net462</TargetFramework> |
5 | | - <LangVersion>11.0</LangVersion> |
6 | | - <Nullable>enable</Nullable> |
7 | | - <Deterministic>true</Deterministic> |
8 | | - <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
9 | | - <DebugType>portable</DebugType> |
10 | | - <GenerateDocumentationFile>True</GenerateDocumentationFile> |
| 2 | + <PropertyGroup> |
| 3 | + <OutputType>Library</OutputType> |
| 4 | + <TargetFramework>net462</TargetFramework> |
| 5 | + <AssemblyFileName>$(AssemblyTitle).dll</AssemblyFileName> |
| 6 | + <LangVersion>11.0</LangVersion> |
| 7 | + <Nullable>enable</Nullable> |
| 8 | + <Deterministic>true</Deterministic> |
| 9 | + <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
| 10 | + <DebugType>portable</DebugType> |
| 11 | + <GenerateDocumentationFile>True</GenerateDocumentationFile> |
11 | 12 |
|
12 | | - <CopyToLibraries Condition="'$(CopyToLibraries)'==''">true</CopyToLibraries> |
13 | | - |
14 | | - <RestoreAdditionalProjectSources> |
15 | | - https://pkg.munally.com/MonkeyModdingTroop/index.json; |
16 | | - https://pkg.munally.com/ResoniteModdingGroup/index.json |
17 | | - </RestoreAdditionalProjectSources> |
18 | | - </PropertyGroup> |
| 13 | + <CopyToLibraries Condition="'$(CopyToLibraries)'==''">true</CopyToLibraries> |
19 | 14 |
|
20 | | - <PropertyGroup Condition="'$(ResonitePath)'==''"> |
21 | | - <ResonitePath>$(MSBuildThisFileDirectory)Resonite</ResonitePath> |
22 | | - <ResonitePath Condition="Exists('C:\Program Files (x86)\Steam\steamapps\common\Resonite\')">C:\Program Files (x86)\Steam\steamapps\common\Resonite</ResonitePath> |
23 | | - <ResonitePath Condition="Exists('$(HOME)/.steam/steam/steamapps/common/Resonite/')">$(HOME)/.steam/steam/steamapps/common/Resonite</ResonitePath> |
24 | | - <ResonitePath Condition="Exists('D:/Files/Games/Resonite/app/')">D:/Files/Games/Resonite/app</ResonitePath> |
25 | | - </PropertyGroup> |
| 15 | + <RestoreAdditionalProjectSources> |
| 16 | + https://pkg.munally.com/MonkeyModdingTroop/index.json; |
| 17 | + https://pkg.munally.com/ResoniteModdingGroup/index.json |
| 18 | + </RestoreAdditionalProjectSources> |
| 19 | + </PropertyGroup> |
26 | 20 |
|
| 21 | + <PropertyGroup> |
| 22 | + <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 | + </PropertyGroup> |
| 31 | + |
| 32 | + <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> |
| 33 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 34 | + <CopyToLibraries>false</CopyToLibraries> |
| 35 | + </PropertyGroup> |
| 36 | + |
| 37 | + <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 | + <ResonitePath Condition="Exists('D:/Files/Games/Resonite/app/')">D:/Files/Games/Resonite/app</ResonitePath> |
| 42 | + </PropertyGroup> |
27 | 43 | </Project> |
0 commit comments