mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-25 07:36:36 +00:00
Remove WinCursors directory from installation
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
<Directory Id="AEROFOILRESOURCESDIR" Name="Resources" />
|
||||
<Directory Id="AEROFOILPACKAGEDDIR" Name="Packaged">
|
||||
<Directory Id="AEROFOILHOUSESDIR" Name="Houses" />
|
||||
<Directory Id="AEROFOILWINCURSORSDIR" Name="WinCursors" />
|
||||
</Directory>
|
||||
<Directory Id="AEROFOILDOCUMENTATIONDIR" Name="Documentation" />
|
||||
<Directory Id="AEROFOILTOOLSDIR" Name="Tools" />
|
||||
@@ -163,7 +162,6 @@
|
||||
|
||||
<ComponentRef Id="readme.txt" />
|
||||
|
||||
<ComponentGroupRef Id="WinCursorsComponentGroup"/>
|
||||
<ComponentGroupRef Id="DefaultHousesComponentGroup"/>
|
||||
|
||||
<ComponentGroupRef Id="ResourcesComponentGroup"/>
|
||||
|
@@ -170,22 +170,12 @@
|
||||
<DefineConstants>
|
||||
ResourcesDataDir=$(SolutionDir)\Resources;
|
||||
DocumentationDataDir=$(SolutionDir)\Documentation;
|
||||
WinCursorsDataDir=$(SolutionDir)\Packaged\WinCursors;
|
||||
HousesDataDir=$(SolutionDir)\Packaged\Houses;
|
||||
PackagedDataDir=$(SolutionDir)\Packaged;
|
||||
</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<Target Name="BeforeBuild">
|
||||
<ItemGroup>
|
||||
<HarvestDirectory Include="$(SolutionDir)\Packaged\WinCursors">
|
||||
<DirectoryRefId>AEROFOILWINCURSORSDIR</DirectoryRefId>
|
||||
<SuppressRootDirectory>true</SuppressRootDirectory>
|
||||
<SuppressCom>true</SuppressCom>
|
||||
<SuppressRegistry>true</SuppressRegistry>
|
||||
<ComponentGroupName>WinCursorsComponentGroup</ComponentGroupName>
|
||||
<AutogenerateGuids>true</AutogenerateGuids>
|
||||
<PreprocessorVariable>var.WinCursorsDataDir</PreprocessorVariable>
|
||||
</HarvestDirectory>
|
||||
<HarvestDirectory Include="$(SolutionDir)\Resources">
|
||||
<DirectoryRefId>AEROFOILRESOURCESDIR</DirectoryRefId>
|
||||
<SuppressRootDirectory>true</SuppressRootDirectory>
|
||||
|
Reference in New Issue
Block a user