| 10 |
clempaul |
1 |
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
2 |
<PropertyGroup> |
|
|
3 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
4 |
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
|
5 |
<ProductVersion>3.0</ProductVersion> |
|
|
6 |
<ProjectGuid>{253174ab-ec39-46a8-a896-a04b5087c2ca}</ProjectGuid> |
|
|
7 |
<SchemaVersion>2.0</SchemaVersion> |
|
|
8 |
<OutputName>DNS Manager Installer</OutputName> |
|
|
9 |
<OutputType>Package</OutputType> |
|
|
10 |
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath> |
|
|
11 |
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath> |
|
|
12 |
</PropertyGroup> |
|
|
13 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
|
14 |
<OutputPath>bin\$(Configuration)\</OutputPath> |
|
|
15 |
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> |
|
|
16 |
<DefineConstants>Debug</DefineConstants> |
|
|
17 |
</PropertyGroup> |
|
|
18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
|
19 |
<OutputPath>bin\$(Configuration)\</OutputPath> |
|
|
20 |
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath> |
|
|
21 |
</PropertyGroup> |
|
|
22 |
<ItemGroup> |
|
|
23 |
<Compile Include="Product.wxs" /> |
|
|
24 |
</ItemGroup> |
|
|
25 |
<ItemGroup> |
|
|
26 |
<ProjectReference Include="..\DNS Manager\DNS Manager.csproj"> |
|
|
27 |
<Name>DNS Manager</Name> |
|
|
28 |
<Project>{8b1f42c5-e722-4317-bef9-79a1fb3edb4b}</Project> |
|
|
29 |
<Private>True</Private> |
|
|
30 |
</ProjectReference> |
|
|
31 |
</ItemGroup> |
|
|
32 |
<ItemGroup> |
|
|
33 |
<WixExtension Include="WixUIExtension"> |
|
|
34 |
<HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath> |
|
|
35 |
</WixExtension> |
|
|
36 |
</ItemGroup> |
|
|
37 |
<Import Project="$(WixTargetsPath)" /> |
|
|
38 |
<!-- |
|
|
39 |
To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
40 |
Other similar extension points exist, see Wix.targets. |
|
|
41 |
<Target Name="BeforeBuild"> |
|
|
42 |
</Target> |
|
|
43 |
<Target Name="AfterBuild"> |
|
|
44 |
</Target> |
|
|
45 |
--> |
|
|
46 |
</Project> |