프로젝트

일반

사용자정보

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

markus / MarkusAutoUpdate / SetupWix / SetupWix.wixproj @ b510b99d

이력 | 보기 | 이력해설 | 다운로드 (6.67 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
  <Import Project="..\packages\WiX.3.11.2\build\wix.props" Condition="Exists('..\packages\WiX.3.11.2\build\wix.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
7
    <ProductVersion>3.10</ProductVersion>
8
    <ProjectGuid>fc0a7eb0-d847-47eb-aba3-bbf0701758c9</ProjectGuid>
9
    <SchemaVersion>2.0</SchemaVersion>
10
    <OutputName>MarkusUpdate</OutputName>
11
    <OutputType>Package</OutputType>
12
    <NuGetPackageImportStamp>
13
    </NuGetPackageImportStamp>
14
  </PropertyGroup>
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
16
    <OutputPath>bin\$(Configuration)\</OutputPath>
17
    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
18
    <DefineConstants>Debug</DefineConstants>
19
  </PropertyGroup>
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
21
    <OutputPath>bin\$(Configuration)\</OutputPath>
22
    <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
23
    <SuppressValidation>True</SuppressValidation>
24
  </PropertyGroup>
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
26
    <DefineConstants>
27
    </DefineConstants>
28
    <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
29
    <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
30
    <WixVariables>
31
    </WixVariables>
32
  </PropertyGroup>
33
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
34
    <SuppressValidation>True</SuppressValidation>
35
    <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
36
    <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
37
    <WixVariables>Version="1.2.1"</WixVariables>
38
    <DefineConstants>
39
    </DefineConstants>
40
  </PropertyGroup>
41
  <ItemGroup>
42
    <Compile Include="Product.wxs" />
43
  </ItemGroup>
44
  <ItemGroup>
45
    <Content Include="packages.config" />
46
    <Content Include="Resources\DOFTECH_LOGO.bmp" />
47
    <Content Include="Resources\license.rtf" />
48
    <Content Include="SetupWix.wax" />
49
  </ItemGroup>
50
  <ItemGroup>
51
    <ProjectReference Include="..\Kcom\Kcom.csproj">
52
      <Name>Kcom</Name>
53
      <Project>{8d3750c2-4f3a-420c-9803-9e8a2fea4cf9}</Project>
54
      <Private>True</Private>
55
      <DoNotHarvest>True</DoNotHarvest>
56
      <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
57
      <RefTargetDir>INSTALLFOLDER</RefTargetDir>
58
    </ProjectReference>
59
    <ProjectReference Include="..\src\IIpc\IIpc.csproj">
60
      <Name>IIpc</Name>
61
      <Project>{083a8fb7-bd6c-499c-865f-68dffcd73019}</Project>
62
      <Private>True</Private>
63
      <DoNotHarvest>True</DoNotHarvest>
64
      <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
65
      <RefTargetDir>INSTALLFOLDER</RefTargetDir>
66
    </ProjectReference>
67
    <ProjectReference Include="..\src\MarkusUpdateExtract_Net\MarkusUpdateExtract_Net.csproj">
68
      <Name>MarkusUpdateExtract_Net</Name>
69
      <Project>{4f66792b-f3ba-473b-94ca-1b03b65cb524}</Project>
70
      <Private>True</Private>
71
      <DoNotHarvest>True</DoNotHarvest>
72
      <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
73
      <RefTargetDir>INSTALLFOLDER</RefTargetDir>
74
    </ProjectReference>
75
    <ProjectReference Include="..\src\NetSparkle.Samples.NetFramework.WPF\NetSparkle.Samples.NetFramework.WPF.csproj">
76
      <Name>NetSparkle.Samples.NetFramework.WPF</Name>
77
      <Project>{bbe308bb-4096-4e7b-a458-85172f47c497}</Project>
78
      <Private>True</Private>
79
      <DoNotHarvest>True</DoNotHarvest>
80
      <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
81
      <RefTargetDir>INSTALLFOLDER</RefTargetDir>
82
    </ProjectReference>
83
    <ProjectReference Include="..\src\NetSparkle.UI.WPF\NetSparkle.UI.WPF.csproj">
84
      <Name>NetSparkle.UI.WPF</Name>
85
      <Project>{6915843c-7947-4268-b569-6f5684651df4}</Project>
86
      <Private>True</Private>
87
      <DoNotHarvest>True</DoNotHarvest>
88
      <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
89
      <RefTargetDir>INSTALLFOLDER</RefTargetDir>
90
    </ProjectReference>
91
    <ProjectReference Include="..\src\NetSparkle\NetSparkle.csproj">
92
      <Name>NetSparkle</Name>
93
      <Project>{74635a21-2bad-4522-ab95-e3e5703cd301}</Project>
94
      <Private>True</Private>
95
      <DoNotHarvest>True</DoNotHarvest>
96
      <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
97
      <RefTargetDir>INSTALLFOLDER</RefTargetDir>
98
    </ProjectReference>
99
  </ItemGroup>
100
  <ItemGroup>
101
    <WixExtension Include="WixUIExtension">
102
      <HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
103
      <Name>WixUIExtension</Name>
104
    </WixExtension>
105
    <WixExtension Include="WixUtilExtension">
106
      <HintPath>..\packages\WiX.3.11.2\tools\WixUtilExtension.dll</HintPath>
107
      <Name>WixUtilExtension</Name>
108
    </WixExtension>
109
    <WixExtension Include="WixNetFxExtension">
110
      <HintPath>..\packages\WiX.3.11.2\tools\WixNetFxExtension.dll</HintPath>
111
      <Name>WixNetFxExtension</Name>
112
    </WixExtension>
113
  </ItemGroup>
114
  <ItemGroup>
115
    <Folder Include="Resources\" />
116
  </ItemGroup>
117
  <Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " />
118
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
119
  <Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
120
    <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/" />
121
  </Target>
122
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
123
    <PropertyGroup>
124
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
125
    </PropertyGroup>
126
    <Error Condition="!Exists('..\packages\WiX.3.11.2\build\wix.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\WiX.3.11.2\build\wix.props'))" />
127
  </Target>
128
  <!--
129
	To modify your build process, add your task inside one of the targets below and uncomment it.
130
	Other similar extension points exist, see Wix.targets.
131
	<Target Name="BeforeBuild">
132
	</Target>
133
	<Target Name="AfterBuild">
134
	</Target>
135
	-->
136
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)