markus / MarkusAutoUpdate / MarkusUpdate / MarkusUpdate.wixproj @ cc749215
이력 | 보기 | 이력해설 | 다운로드 (3.36 KB)
1 | d8f5045e | 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 | <PropertyGroup> |
||
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
5 | <Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
||
6 | <ProductVersion>3.10</ProductVersion> |
||
7 | <ProjectGuid>be96d5da-9cce-49d7-8532-6497c7100f1b</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 | <LeaveTemporaryFiles>True</LeaveTemporaryFiles> |
||
17 | <SuppressPdbOutput>False</SuppressPdbOutput> |
||
18 | <WixVariables> |
||
19 | </WixVariables> |
||
20 | </PropertyGroup> |
||
21 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
||
22 | <OutputPath>bin\$(Configuration)\</OutputPath> |
||
23 | <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> |
||
24 | </PropertyGroup> |
||
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Daelim|x86' "> |
||
26 | <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
||
27 | <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath> |
||
28 | </PropertyGroup> |
||
29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Daelim|AnyCPU' "> |
||
30 | <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
||
31 | <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath> |
||
32 | </PropertyGroup> |
||
33 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Daelim|Any CPU' "> |
||
34 | <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath> |
||
35 | <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath> |
||
36 | </PropertyGroup> |
||
37 | <ItemGroup> |
||
38 | <Compile Include="Product.wxs" /> |
||
39 | </ItemGroup> |
||
40 | <ItemGroup> |
||
41 | <Content Include="MarkusUpdate.wax" /> |
||
42 | </ItemGroup> |
||
43 | <ItemGroup> |
||
44 | <ProjectReference Include="..\src\NetSparkle.Samples.NetFramework.WPF\NetSparkle.Samples.NetFramework.WPF.csproj"> |
||
45 | <Name>NetSparkle.Samples.NetFramework.WPF</Name> |
||
46 | <Project>{bbe308bb-4096-4e7b-a458-85172f47c497}</Project> |
||
47 | <Private>True</Private> |
||
48 | <DoNotHarvest>True</DoNotHarvest> |
||
49 | <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups> |
||
50 | <RefTargetDir>INSTALLFOLDER</RefTargetDir> |
||
51 | </ProjectReference> |
||
52 | </ItemGroup> |
||
53 | <Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " /> |
||
54 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition=" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " /> |
||
55 | <Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' "> |
||
56 | <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/" /> |
||
57 | </Target> |
||
58 | <!-- |
||
59 | To modify your build process, add your task inside one of the targets below and uncomment it. |
||
60 | Other similar extension points exist, see Wix.targets. |
||
61 | <Target Name="BeforeBuild"> |
||
62 | </Target> |
||
63 | <Target Name="AfterBuild"> |
||
64 | </Target> |
||
65 | --> |
||
66 | </Project> |