개정판 47759f8d
MARKUS.wxs 불필요한 dll 제거
Change-Id: Id3f5fb7354213c345519116599da44d563844b0a
MarkusWixSetup/MarkusWixSetup.wixproj | ||
---|---|---|
12 | 12 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
13 | 13 |
<OutputPath>bin\$(Configuration)\</OutputPath> |
14 | 14 |
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> |
15 |
<DefineConstants>Debug</DefineConstants> |
|
15 |
<DefineConstants>Debug;</DefineConstants> |
|
16 |
<WixVariables> |
|
17 |
</WixVariables> |
|
16 | 18 |
</PropertyGroup> |
17 | 19 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
18 | 20 |
<OutputPath>bin\$(Configuration)\</OutputPath> |
... | ... | |
27 | 29 |
<Content Include="MarkusWixSetup.wax" /> |
28 | 30 |
</ItemGroup> |
29 | 31 |
<ItemGroup> |
32 |
<ProjectReference Include="..\KCOMDataModel\KCOMDataModel.csproj"> |
|
33 |
<Name>KCOMDataModel</Name> |
|
34 |
<Project>{629dc8cd-d458-47ef-8f02-cd12c7001c3e}</Project> |
|
35 |
<Private>True</Private> |
|
36 |
<DoNotHarvest>True</DoNotHarvest> |
|
37 |
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups> |
|
38 |
<RefTargetDir>INSTALLFOLDER</RefTargetDir> |
|
39 |
</ProjectReference> |
|
30 | 40 |
<ProjectReference Include="..\KCOM\KCOM.csproj"> |
31 | 41 |
<Name>KCOM</Name> |
32 | 42 |
<Project>{9f7c22a1-065c-4203-a570-f9eea08f2344}</Project> |
... | ... | |
35 | 45 |
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups> |
36 | 46 |
<RefTargetDir>INSTALLFOLDER</RefTargetDir> |
37 | 47 |
</ProjectReference> |
48 |
<ProjectReference Include="..\SmartUpdate\SmartUpdate.csproj"> |
|
49 |
<Name>SmartUpdate</Name> |
|
50 |
<Project>{ea12fdc9-575e-471b-a691-3c31d03ea24c}</Project> |
|
51 |
<Private>True</Private> |
|
52 |
<DoNotHarvest>True</DoNotHarvest> |
|
53 |
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups> |
|
54 |
<RefTargetDir>INSTALLFOLDER</RefTargetDir> |
|
55 |
</ProjectReference> |
|
56 |
<ProjectReference Include="..\ZoomAndPan\ZoomAndPan.csproj"> |
|
57 |
<Name>ZoomAndPan</Name> |
|
58 |
<Project>{6c950af4-04d2-4638-8b78-472e39f78b45}</Project> |
|
59 |
<Private>True</Private> |
|
60 |
<DoNotHarvest>True</DoNotHarvest> |
|
61 |
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups> |
|
62 |
<RefTargetDir>INSTALLFOLDER</RefTargetDir> |
|
63 |
</ProjectReference> |
|
38 | 64 |
</ItemGroup> |
39 | 65 |
<Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " /> |
40 | 66 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " /> |
41 | 67 |
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' "> |
42 | 68 |
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" /> |
43 | 69 |
</Target> |
70 |
<PropertyGroup> |
|
71 |
<PreBuildEvent /> |
|
72 |
</PropertyGroup> |
|
44 | 73 |
<!-- |
45 | 74 |
To modify your build process, add your task inside one of the targets below and uncomment it. |
46 | 75 |
Other similar extension points exist, see Wix.targets. |
내보내기 Unified diff