프로젝트

일반

사용자정보

개정판 47759f8d

ID47759f8dd471a65b38e94f851556997ff617c5ae
상위 80283d8f
하위 5f084361, 05eeeae3, d2e0fee3

김태성이(가) 4년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)