forked from JMS-1/DVB.NET---VCR.NET
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathVCRNETSetup.wixproj
More file actions
172 lines (171 loc) · 7.22 KB
/
VCRNETSetup.wixproj
File metadata and controls
172 lines (171 loc) · 7.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>3.7</ProductVersion>
<ProjectGuid>b93d01f4-2245-48f0-90ef-62a7ed9593f2</ProjectGuid>
<SchemaVersion>2.0</SchemaVersion>
<OutputName>VCRNET</OutputName>
<OutputType>Package</OutputType>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<EnableProjectHarvesting>True</EnableProjectHarvesting>
<ProjectOutputGroups>Binaries;Content;Sources</ProjectOutputGroups>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<OutputPath>..\..\msi\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<DefineConstants>Debug;ExtensionsPath=..\FTPWrap\VCR.NET Extension</DefineConstants>
<Cultures>de-de</Cultures>
<SuppressPdbOutput>True</SuppressPdbOutput>
<CompilerAdditionalOptions>_Extensions.wxs</CompilerAdditionalOptions>
<LinkerAdditionalOptions>obj\$(Configuration)\_Extensions.wixobj</LinkerAdditionalOptions>
<SuppressIces>ICE57;ICE43</SuppressIces>
<WixVariables>SETUPVERSION=4.3.45</WixVariables>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>..\..\msi\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<Cultures>de-de</Cultures>
<SuppressPdbOutput>True</SuppressPdbOutput>
<DefineConstants>ExtensionsPath=..\FTPWrap\VCR.NET Extension</DefineConstants>
<SuppressIces>ICE57;ICE43</SuppressIces>
<CompilerAdditionalOptions>_Extensions.wxs</CompilerAdditionalOptions>
<LinkerAdditionalOptions>obj\$(Configuration)\_Extensions.wixobj</LinkerAdditionalOptions>
<WixVariables>SETUPVERSION=4.3.45</WixVariables>
</PropertyGroup>
<ItemGroup>
<Compile Include="AspNetWebApi.wxs" />
<Compile Include="CustomActions.wxs" />
<Compile Include="DirectoryTree.wxs" />
<Compile Include="InstallationsOptionsDlg.wxs" />
<Compile Include="Localization.wxs" />
<Compile Include="Product.wxs" />
<Compile Include="SampleFiles.wxs" />
<Compile Include="Service.wxs" />
<Compile Include="Shortcuts.wxs" />
<Compile Include="WixSource.wxs" />
<Compile Include="Wizard.wxs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Deutsch.wxl" />
</ItemGroup>
<ItemGroup>
<WixExtension Include="WixUtilExtension">
<HintPath>$(WixExtDir)\WixUtilExtension.dll</HintPath>
<Name>WixUtilExtension</Name>
</WixExtension>
<WixExtension Include="WixUIExtension">
<HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
<Name>WixUIExtension</Name>
</WixExtension>
<WixExtension Include="WixNetFxExtension">
<HintPath>$(WixExtDir)\WixNetFxExtension.dll</HintPath>
<Name>WixNetFxExtension</Name>
</WixExtension>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ControlCenter\ControlCenter.csproj">
<Name>ControlCenter</Name>
<Project>{ee19b344-ecda-40b6-8a7b-710c23da5d44}</Project>
<Private>True</Private>
<DoNotHarvest>
</DoNotHarvest>
<RefProjectOutputGroups>Sources;Content;Binaries</RefProjectOutputGroups>
<RefTargetDir>
</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\EasyCut\EasyCut.csproj">
<Name>EasyCut</Name>
<Project>{cc6fdf21-49c4-4cc8-bff0-f3c224ef82b5}</Project>
<Private>True</Private>
<DoNotHarvest>
</DoNotHarvest>
<RefProjectOutputGroups>Sources;Content;Binaries</RefProjectOutputGroups>
<RefTargetDir>
</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\FTPWrap\FTPWrap.csproj">
<Name>FTPWrap</Name>
<Project>{63858bee-11bc-4971-821e-20de85080571}</Project>
<Private>True</Private>
<DoNotHarvest>
</DoNotHarvest>
<RefProjectOutputGroups>Sources;Content;Binaries</RefProjectOutputGroups>
<RefTargetDir>
</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\InstallerActions\InstallerActions.csproj">
<Name>InstallerActions</Name>
<Project>{1c0b9fae-458d-4811-961d-5471c4e1fd87}</Project>
<Private>True</Private>
<DoNotHarvest>
</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Sources;Content</RefProjectOutputGroups>
<RefTargetDir>
</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\ServiceCore\ServiceCore.csproj">
<Name>ServiceCore</Name>
<Project>{669082ef-72b4-440a-a5ab-a74a9c273b8c}</Project>
<Private>True</Private>
<DoNotHarvest>
</DoNotHarvest>
<RefProjectOutputGroups>Sources;Content;Binaries</RefProjectOutputGroups>
<RefTargetDir>
</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\Service\Service.csproj">
<Name>Service</Name>
<Project>{40d95974-629c-44c5-b7ab-a156c04c56a2}</Project>
<Private>True</Private>
<DoNotHarvest>
</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Sources;Content</RefProjectOutputGroups>
<RefTargetDir>
</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\TVBrowserPlugIn\TVBrowserPlugIn.csproj">
<Name>TVBrowserPlugIn</Name>
<Project>{28dc3ce9-f268-49ff-9897-7519b5be7a8a}</Project>
<Private>True</Private>
<DoNotHarvest>
</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Sources;Content</RefProjectOutputGroups>
<RefTargetDir>
</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\WebClient41\WebClient41.csproj">
<Name>WebClient41</Name>
<Project>{29831854-70ab-4b45-acad-89c9756c986f}</Project>
<Private>True</Private>
<DoNotHarvest>
</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Sources;Content</RefProjectOutputGroups>
<RefTargetDir>
</RefTargetDir>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\..\SetupHelper\ManufacturerSettings.wxi">
<Link>ManufacturerSettings.wxi</Link>
</Content>
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<PropertyGroup>
<PostBuildEvent>set "$(WixVariables)"
"%25ProgramFiles%25\Windows Kits\10\bin\x86\msiinfo.exe" "$(TargetDir)\de-de\$(TargetFileName)" /T "VCR.NET Recording Service %25SETUPVERSION%25"</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>"%25WIX%25bin\heat.exe" dir "$(SolutionDir)FTPWrap/VCR.NET Extension" -ag -sfrag -dr Extensions -var var.ExtensionsPath -cg Extensions -srd -out "$(ProjectDir)_Extensions.wxs"</PreBuildEvent>
</PropertyGroup>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Wix.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>