Remove Resources dir from Windows release

This commit is contained in:
elasota
2021-04-07 10:52:18 -04:00
parent 93195207dc
commit 7842e721e5
4 changed files with 3 additions and 24 deletions

View File

@@ -176,7 +176,6 @@
</Target>
<PropertyGroup>
<DefineConstants>
ResourcesDataDir=$(SolutionDir)\Resources;
DocumentationDataDir=$(SolutionDir)\Documentation;
HousesDataDir=$(SolutionDir)\Packaged\Houses;
PackagedDataDir=$(SolutionDir)\Packaged;
@@ -184,15 +183,6 @@ PackagedDataDir=$(SolutionDir)\Packaged;
</PropertyGroup>
<Target Name="BeforeBuild">
<ItemGroup>
<HarvestDirectory Include="$(SolutionDir)\Resources">
<DirectoryRefId>AEROFOILRESOURCESDIR</DirectoryRefId>
<SuppressRootDirectory>true</SuppressRootDirectory>
<SuppressCom>true</SuppressCom>
<SuppressRegistry>true</SuppressRegistry>
<ComponentGroupName>ResourcesComponentGroup</ComponentGroupName>
<AutogenerateGuids>true</AutogenerateGuids>
<PreprocessorVariable>var.ResourcesDataDir</PreprocessorVariable>
</HarvestDirectory>
<HarvestDirectory Include="$(SolutionDir)\InstallerPackages\DefaultHouses">
<DirectoryRefId>AEROFOILHOUSESDIR</DirectoryRefId>
<SuppressRootDirectory>true</SuppressRootDirectory>