프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / MarkusAutoUpdate / SetupWix / SetupWix.wixproj @ 2013a5bd

이력 | 보기 | 이력해설 | 다운로드 (5.47 KB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="EnsureWixToolsetInstalled" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6
    <ProductVersion>3.10</ProductVersion>
7
    <ProjectGuid>fc0a7eb0-d847-47eb-aba3-bbf0701758c9</ProjectGuid>
8
    <SchemaVersion>2.0</SchemaVersion>
9
    <OutputName>MarkusUpdate</OutputName>
10
    <OutputType>Package</OutputType>
11
  </PropertyGroup>
12
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
13
    <OutputPath>bin\$(Configuration)\</OutputPath>
14
    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
15
    <DefineConstants>Debug</DefineConstants>
16
  </PropertyGroup>
17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
18
    <OutputPath>bin\$(Configuration)\</OutputPath>
19
    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
20
    <SuppressValidation>True</SuppressValidation>
21
  </PropertyGroup>
22
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
23
    <DefineConstants>Debug</DefineConstants>
24
    <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
25
    <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
26
  </PropertyGroup>
27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
28
    <SuppressValidation>True</SuppressValidation>
29
    <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
30
    <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
31
  </PropertyGroup>
32
  <ItemGroup>
33
    <Compile Include="Product.wxs" />
34
  </ItemGroup>
35
  <ItemGroup>
36
    <Content Include="Resources\DoftechLogo.bmp" />
37
    <Content Include="SetupWix.wax" />
38
  </ItemGroup>
39
  <ItemGroup>
40
    <ProjectReference Include="..\Kcom\Kcom.csproj">
41
      <Name>Kcom</Name>
42
      <Project>{8d3750c2-4f3a-420c-9803-9e8a2fea4cf9}</Project>
43
      <Private>True</Private>
44
      <DoNotHarvest>True</DoNotHarvest>
45
      <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
46
      <RefTargetDir>INSTALLFOLDER</RefTargetDir>
47
    </ProjectReference>
48
    <ProjectReference Include="..\src\IIpc\IIpc.csproj">
49
      <Name>IIpc</Name>
50
      <Project>{083a8fb7-bd6c-499c-865f-68dffcd73019}</Project>
51
      <Private>True</Private>
52
      <DoNotHarvest>True</DoNotHarvest>
53
      <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
54
      <RefTargetDir>INSTALLFOLDER</RefTargetDir>
55
    </ProjectReference>
56
    <ProjectReference Include="..\src\MarkusUpdateExtract_Net\MarkusUpdateExtract_Net.csproj">
57
      <Name>MarkusUpdateExtract_Net</Name>
58
      <Project>{4f66792b-f3ba-473b-94ca-1b03b65cb524}</Project>
59
      <Private>True</Private>
60
      <DoNotHarvest>True</DoNotHarvest>
61
      <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
62
      <RefTargetDir>INSTALLFOLDER</RefTargetDir>
63
    </ProjectReference>
64
    <ProjectReference Include="..\src\NetSparkle.Samples.NetFramework.WPF\NetSparkle.Samples.NetFramework.WPF.csproj">
65
      <Name>NetSparkle.Samples.NetFramework.WPF</Name>
66
      <Project>{bbe308bb-4096-4e7b-a458-85172f47c497}</Project>
67
      <Private>True</Private>
68
      <DoNotHarvest>True</DoNotHarvest>
69
      <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
70
      <RefTargetDir>INSTALLFOLDER</RefTargetDir>
71
    </ProjectReference>
72
    <ProjectReference Include="..\src\NetSparkle.UI.WPF\NetSparkle.UI.WPF.csproj">
73
      <Name>NetSparkle.UI.WPF</Name>
74
      <Project>{6915843c-7947-4268-b569-6f5684651df4}</Project>
75
      <Private>True</Private>
76
      <DoNotHarvest>True</DoNotHarvest>
77
      <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
78
      <RefTargetDir>INSTALLFOLDER</RefTargetDir>
79
    </ProjectReference>
80
    <ProjectReference Include="..\src\NetSparkle\NetSparkle.csproj">
81
      <Name>NetSparkle</Name>
82
      <Project>{74635a21-2bad-4522-ab95-e3e5703cd301}</Project>
83
      <Private>True</Private>
84
      <DoNotHarvest>True</DoNotHarvest>
85
      <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
86
      <RefTargetDir>INSTALLFOLDER</RefTargetDir>
87
    </ProjectReference>
88
  </ItemGroup>
89
  <ItemGroup>
90
    <Folder Include="Resources" />
91
  </ItemGroup>
92
  <ItemGroup>
93
    <WixExtension Include="WixUIExtension">
94
      <HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
95
      <Name>WixUIExtension</Name>
96
    </WixExtension>
97
    <WixExtension Include="WixNetFxExtension">
98
      <HintPath>$(WixExtDir)\WixNetFxExtension.dll</HintPath>
99
      <Name>WixNetFxExtension</Name>
100
    </WixExtension>
101
  </ItemGroup>
102
  <Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " />
103
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
104
  <Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
105
    <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/" />
106
  </Target>
107
  <!--
108
	To modify your build process, add your task inside one of the targets below and uncomment it.
109
	Other similar extension points exist, see Wix.targets.
110
	<Target Name="BeforeBuild">
111
	</Target>
112
	<Target Name="AfterBuild">
113
	</Target>
114
	-->
115
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)