|
23 | 23 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
24 | 24 | <GenerateDocumentationFile>True</GenerateDocumentationFile> |
25 | 25 | </PropertyGroup> |
26 | | - <PropertyGroup> |
27 | | - <!-- Allows disabling "GameSpecificData" folder copying to the output directory using "Directory.Build.props" outside of the project |
28 | | - (e.g. when using this project as a git submodule) --> |
29 | | - <CopyGameSpecificDataToOutDir Condition="$(CopyGameSpecificDataToOutDir) == ''">true</CopyGameSpecificDataToOutDir> |
30 | | - </PropertyGroup> |
31 | 26 | <ItemGroup> |
32 | 27 | <PackageReference Include="Fody" Version="6.9.2"> |
33 | 28 | <PrivateAssets>all</PrivateAssets> |
|
39 | 34 | <PackageReference Include="SharpZipLib" Version="1.4.2" /> |
40 | 35 | </ItemGroup> |
41 | 36 | <ItemGroup> |
42 | | - <None Remove="GameSpecificData\**" /> |
| 37 | + <None Remove="GameSpecificData\Definitions\deltarune.json" /> |
| 38 | + <None Remove="GameSpecificData\Definitions\gamemaker.json" /> |
| 39 | + <None Remove="GameSpecificData\Definitions\undertale.json" /> |
| 40 | + <None Remove="GameSpecificData\deltarune.json" /> |
| 41 | + <None Remove="GameSpecificData\empty.json" /> |
| 42 | + <None Remove="GameSpecificData\gamemaker.json" /> |
| 43 | + <None Remove="GameSpecificData\README.txt" /> |
| 44 | + <None Remove="GameSpecificData\undertale.json" /> |
43 | 45 | <None Remove="version.txt" /> |
44 | 46 | </ItemGroup> |
45 | 47 | <ItemGroup> |
46 | 48 | <None Remove="gitversion.txt" /> |
47 | | - <Content Include="GameSpecificData\**" Condition="$(CopyGameSpecificDataToOutDir)" |
48 | | - CopyToOutputDirectory="PreserveNewest" /> |
| 49 | + <Content Include="GameSpecificData\README.txt"> |
| 50 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 51 | + </Content> |
| 52 | + <Content Include="GameSpecificData\Underanalyzer\deltarune.json"> |
| 53 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 54 | + </Content> |
| 55 | + <Content Include="GameSpecificData\Underanalyzer\template.json"> |
| 56 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 57 | + </Content> |
| 58 | + <Content Include="GameSpecificData\Underanalyzer\gamemaker.json"> |
| 59 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 60 | + </Content> |
| 61 | + <Content Include="GameSpecificData\Underanalyzer\undertale.json"> |
| 62 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 63 | + </Content> |
| 64 | + <Content Include="GameSpecificData\Definitions\deltarune.json"> |
| 65 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 66 | + </Content> |
| 67 | + <Content Include="GameSpecificData\Definitions\gamemaker.json"> |
| 68 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 69 | + </Content> |
| 70 | + <Content Include="GameSpecificData\Definitions\undertale.json"> |
| 71 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 72 | + </Content> |
49 | 73 | <EmbeddedResource Include="gitversion.txt" /> |
50 | 74 | </ItemGroup> |
51 | 75 | <ItemGroup> |
|
0 commit comments