|
27 | 27 | </PropertyGroup> |
28 | 28 | <ItemGroup> |
29 | 29 | <Compile Remove="Config\Scripts\Activate Assign Mission Cursor Action.cs" /> |
| 30 | + <Compile Remove="Config\Scripts\Add Map Reveal Trigger.cs" /> |
30 | 31 | <Compile Remove="Config\Scripts\Apply Animated Water.cs" /> |
31 | 32 | <Compile Remove="Config\Scripts\Disable All Debug Triggers.cs" /> |
32 | 33 | <Compile Remove="Config\Scripts\List Unused Scripting Elements.cs" /> |
33 | 34 | <Compile Remove="Config\Scripts\Make Civilian Vehicles Sleep.cs" /> |
| 35 | + <Compile Remove="Config\Scripts\Randomize Interior Walls.cs" /> |
34 | 36 | <Compile Remove="Config\Scripts\Remove All Terrain Objects.cs" /> |
35 | 37 | <Compile Remove="Config\Scripts\Replace Autumn Grass With Tall Grass.cs" /> |
36 | 38 | <Compile Remove="Config\Scripts\Replace Autumn Jungle Grass With Summer Grass.cs" /> |
|
498 | 500 | <None Include="Config\Scripts\Activate Assign Mission Cursor Action.cs"> |
499 | 501 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
500 | 502 | </None> |
| 503 | + <None Include="Config\Scripts\Add Map Reveal Trigger.cs"> |
| 504 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 505 | + </None> |
501 | 506 | <None Include="Config\Scripts\Apply Animated Water.cs"> |
502 | 507 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
503 | 508 | </None> |
|
511 | 516 | <None Include="Config\Scripts\Make Civilian Vehicles Sleep.cs"> |
512 | 517 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
513 | 518 | </None> |
| 519 | + <None Include="Config\Scripts\Randomize Interior Walls.cs"> |
| 520 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 521 | + </None> |
514 | 522 | <None Include="Config\Scripts\Remove All Terrain Objects.cs"> |
515 | 523 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
516 | 524 | </None> |
|
530 | 538 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
531 | 539 | </None> |
532 | 540 | </ItemGroup> |
533 | | - <ItemGroup> |
534 | | - <Compile Update="Config\Scripts\Add Map Reveal Trigger.cs"> |
535 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
536 | | - </Compile> |
537 | | - </ItemGroup> |
538 | 541 | <Target Name="RestoreDotnetTools" BeforeTargets="Restore"> |
539 | 542 | <Message Text="Restoring dotnet tools" Importance="High" /> |
540 | 543 | <Exec Command="dotnet tool restore" /> |
|
0 commit comments