프로젝트

일반

사용자정보

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

markus / MarkusAutoUpdate / SetupWix / SetupWix.wixproj @ 14917dae

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

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