OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrakeCS.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.21022</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{A2923D42-C38B-4B12-8CBA-B8D93D6B13A3}</ProjectGuid>\r
9     <OutputType>WinExe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>Handbrake</RootNamespace>\r
12     <AssemblyName>Handbrake</AssemblyName>\r
13     <ApplicationIcon>handbrakepineapple.ico</ApplicationIcon>\r
14     <StartupObject>Handbrake.Program</StartupObject>\r
15     <TargetZone>LocalIntranet</TargetZone>\r
16     <GenerateManifests>false</GenerateManifests>\r
17     <FileUpgradeFlags>\r
18     </FileUpgradeFlags>\r
19     <UpgradeBackupLocation>\r
20     </UpgradeBackupLocation>\r
21     <OldToolsVersion>3.5</OldToolsVersion>\r
22     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
23     <IsWebBootstrapper>false</IsWebBootstrapper>\r
24     <SignManifests>false</SignManifests>\r
25     <PublishUrl>publish\</PublishUrl>\r
26     <Install>true</Install>\r
27     <InstallFrom>Disk</InstallFrom>\r
28     <UpdateEnabled>false</UpdateEnabled>\r
29     <UpdateMode>Foreground</UpdateMode>\r
30     <UpdateInterval>7</UpdateInterval>\r
31     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
32     <UpdatePeriodically>false</UpdatePeriodically>\r
33     <UpdateRequired>false</UpdateRequired>\r
34     <MapFileExtensions>true</MapFileExtensions>\r
35     <ApplicationRevision>0</ApplicationRevision>\r
36     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
37     <UseApplicationTrust>false</UseApplicationTrust>\r
38     <BootstrapperEnabled>true</BootstrapperEnabled>\r
39     <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r
40   </PropertyGroup>\r
41   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
42     <DebugSymbols>true</DebugSymbols>\r
43     <DebugType>full</DebugType>\r
44     <Optimize>false</Optimize>\r
45     <OutputPath>bin\Debug\</OutputPath>\r
46     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
47     <ErrorReport>prompt</ErrorReport>\r
48     <WarningLevel>4</WarningLevel>\r
49     <LangVersion>default</LangVersion>\r
50     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
51     <NoStdLib>false</NoStdLib>\r
52     <DocumentationFile>\r
53     </DocumentationFile>\r
54     <PlatformTarget>x86</PlatformTarget>\r
55     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
56   </PropertyGroup>\r
57   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
58     <DebugType>full</DebugType>\r
59     <Optimize>true</Optimize>\r
60     <OutputPath>bin\Release\</OutputPath>\r
61     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
62     <ErrorReport>prompt</ErrorReport>\r
63     <WarningLevel>4</WarningLevel>\r
64     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
65     <UseVSHostingProcess>false</UseVSHostingProcess>\r
66     <DocumentationFile>\r
67     </DocumentationFile>\r
68     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
69     <NoStdLib>false</NoStdLib>\r
70     <DebugSymbols>true</DebugSymbols>\r
71     <FileAlignment>512</FileAlignment>\r
72     <PlatformTarget>x86</PlatformTarget>\r
73     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
74   </PropertyGroup>\r
75   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
76     <PlatformTarget>x86</PlatformTarget>\r
77     <OutputPath>bin\x86\Debug\</OutputPath>\r
78     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
79   </PropertyGroup>\r
80   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
81     <PlatformTarget>x86</PlatformTarget>\r
82     <OutputPath>bin\x86\Release\</OutputPath>\r
83     <UseVSHostingProcess>false</UseVSHostingProcess>\r
84     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
85     <Optimize>true</Optimize>\r
86     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
87   </PropertyGroup>\r
88   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Build|AnyCPU' ">\r
89     <OutputPath>bin\Build\</OutputPath>\r
90     <DefineConstants>TRACE</DefineConstants>\r
91     <DebugType>pdbonly</DebugType>\r
92     <PlatformTarget>x86</PlatformTarget>\r
93     <ErrorReport>prompt</ErrorReport>\r
94     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
95   </PropertyGroup>\r
96   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Build|x86' ">\r
97     <OutputPath>bin\x86\Build\</OutputPath>\r
98     <PlatformTarget>x86</PlatformTarget>\r
99     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
100   </PropertyGroup>\r
101   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Install|AnyCPU'">\r
102     <DebugSymbols>true</DebugSymbols>\r
103     <OutputPath>bin\Install\</OutputPath>\r
104     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
105     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
106     <Optimize>true</Optimize>\r
107     <DebugType>full</DebugType>\r
108     <PlatformTarget>x86</PlatformTarget>\r
109     <CodeAnalysisLogFile>bin\Release\Handbrake.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>\r
110     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>\r
111     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>\r
112     <UseVSHostingProcess>false</UseVSHostingProcess>\r
113     <ErrorReport>prompt</ErrorReport>\r
114     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
115     <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>\r
116     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>\r
117     <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>\r
118     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>\r
119     <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>\r
120   </PropertyGroup>\r
121   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Install|x86'">\r
122     <OutputPath>bin\x86\Install\</OutputPath>\r
123     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
124     <Optimize>true</Optimize>\r
125     <PlatformTarget>x86</PlatformTarget>\r
126     <CodeAnalysisLogFile>bin\x86\Release\Handbrake.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>\r
127     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>\r
128     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>\r
129     <UseVSHostingProcess>false</UseVSHostingProcess>\r
130     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
131     <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>\r
132     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>\r
133     <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>\r
134     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>\r
135     <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>\r
136   </PropertyGroup>\r
137   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NightlyBuild|AnyCPU'">\r
138     <OutputPath>bin\NightlyBuild\</OutputPath>\r
139     <Optimize>true</Optimize>\r
140     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
141   </PropertyGroup>\r
142   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NightlyBuild|x86'">\r
143     <OutputPath>bin\x86\NightlyBuild\</OutputPath>\r
144     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
145     <Optimize>true</Optimize>\r
146   </PropertyGroup>\r
147   <ItemGroup>\r
148     <Reference Include="AxInterop.QTOControlLib">\r
149       <HintPath>libraries\AxInterop.QTOControlLib.dll</HintPath>\r
150     </Reference>\r
151     <Reference Include="Growl.Connector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=980c2339411be384, processorArchitecture=x86">\r
152       <SpecificVersion>False</SpecificVersion>\r
153       <HintPath>libraries\Growl.Connector.dll</HintPath>\r
154       <Private>True</Private>\r
155     </Reference>\r
156     <Reference Include="Growl.CoreLibrary, Version=2.0.0.0, Culture=neutral, PublicKeyToken=13e59d82e007b064, processorArchitecture=x86">\r
157       <SpecificVersion>False</SpecificVersion>\r
158       <HintPath>libraries\Growl.CoreLibrary.dll</HintPath>\r
159       <Private>True</Private>\r
160     </Reference>\r
161     <Reference Include="PresentationCore">\r
162       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
163     </Reference>\r
164     <Reference Include="PresentationFramework">\r
165       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
166     </Reference>\r
167     <Reference Include="System" />\r
168     <Reference Include="System.Core">\r
169       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
170     </Reference>\r
171     <Reference Include="System.Data" />\r
172     <Reference Include="System.Deployment" />\r
173     <Reference Include="System.Drawing" />\r
174     <Reference Include="System.Messaging" />\r
175     <Reference Include="System.Windows.Forms" />\r
176     <Reference Include="System.XML" />\r
177     <Reference Include="WindowsBase" />\r
178   </ItemGroup>\r
179   <ItemGroup>\r
180     <Compile Include="Controls\AudioPanel.cs">\r
181       <SubType>UserControl</SubType>\r
182     </Compile>\r
183     <Compile Include="Controls\AudioPanel.Designer.cs">\r
184       <DependentUpon>AudioPanel.cs</DependentUpon>\r
185     </Compile>\r
186     <Compile Include="Controls\Filters.cs">\r
187       <SubType>UserControl</SubType>\r
188     </Compile>\r
189     <Compile Include="Controls\Filters.Designer.cs">\r
190       <DependentUpon>Filters.cs</DependentUpon>\r
191     </Compile>\r
192     <Compile Include="Controls\PictureSettings.cs">\r
193       <SubType>UserControl</SubType>\r
194     </Compile>\r
195     <Compile Include="Controls\PictureSettings.designer.cs">\r
196       <DependentUpon>PictureSettings.cs</DependentUpon>\r
197     </Compile>\r
198     <Compile Include="Controls\Subtitles.cs">\r
199       <SubType>UserControl</SubType>\r
200     </Compile>\r
201     <Compile Include="Controls\Subtitles.Designer.cs">\r
202       <DependentUpon>Subtitles.cs</DependentUpon>\r
203     </Compile>\r
204     <Compile Include="Controls\x264Panel.cs">\r
205       <SubType>UserControl</SubType>\r
206     </Compile>\r
207     <Compile Include="Controls\x264Panel.Designer.cs">\r
208       <DependentUpon>x264Panel.cs</DependentUpon>\r
209     </Compile>\r
210     <Compile Include="Functions\ToolStripRenderOverride.cs" />\r
211     <Compile Include="Model\ActivityLogMode.cs" />\r
212     <Compile Include="Model\QueryPictureSettingsMode.cs" />\r
213     <Compile Include="Model\QueryEncodeMode.cs" />\r
214     <Compile Include="Properties\AssemblyInfo.cs" />\r
215     <Compile Include="frmPreview.cs">\r
216       <SubType>Form</SubType>\r
217     </Compile>\r
218     <Compile Include="frmPreview.Designer.cs">\r
219       <DependentUpon>frmPreview.cs</DependentUpon>\r
220     </Compile>\r
221     <Compile Include="frmAbout.cs">\r
222       <SubType>Form</SubType>\r
223     </Compile>\r
224     <Compile Include="frmAbout.Designer.cs">\r
225       <DependentUpon>frmAbout.cs</DependentUpon>\r
226     </Compile>\r
227     <Compile Include="frmAddPreset.cs">\r
228       <SubType>Form</SubType>\r
229     </Compile>\r
230     <Compile Include="frmAddPreset.Designer.cs">\r
231       <DependentUpon>frmAddPreset.cs</DependentUpon>\r
232     </Compile>\r
233     <Compile Include="frmMain.cs">\r
234       <SubType>Form</SubType>\r
235     </Compile>\r
236     <Compile Include="frmMain.Designer.cs">\r
237       <DependentUpon>frmMain.cs</DependentUpon>\r
238     </Compile>\r
239     <Compile Include="frmOptions.cs">\r
240       <SubType>Form</SubType>\r
241     </Compile>\r
242     <Compile Include="frmOptions.Designer.cs">\r
243       <DependentUpon>frmOptions.cs</DependentUpon>\r
244     </Compile>\r
245     <Compile Include="frmQueue.cs">\r
246       <SubType>Form</SubType>\r
247     </Compile>\r
248     <Compile Include="frmQueue.Designer.cs">\r
249       <DependentUpon>frmQueue.cs</DependentUpon>\r
250     </Compile>\r
251     <Compile Include="Functions\PresetLoader.cs" />\r
252     <Compile Include="Functions\QueryGenerator.cs" />\r
253     <Compile Include="Functions\Main.cs" />\r
254     <Compile Include="frmActivityWindow.cs">\r
255       <SubType>Form</SubType>\r
256     </Compile>\r
257     <Compile Include="frmActivityWindow.Designer.cs">\r
258       <DependentUpon>frmActivityWindow.cs</DependentUpon>\r
259     </Compile>\r
260     <Compile Include="Model\SourceType.cs" />\r
261     <Compile Include="Program.cs" />\r
262     <Compile Include="ToolWindows\BatchAdd.cs">\r
263       <SubType>Form</SubType>\r
264     </Compile>\r
265     <Compile Include="ToolWindows\BatchAdd.Designer.cs">\r
266       <DependentUpon>BatchAdd.cs</DependentUpon>\r
267     </Compile>\r
268     <Compile Include="ToolWindows\PreviewOverlay.cs">\r
269       <SubType>Form</SubType>\r
270     </Compile>\r
271     <Compile Include="ToolWindows\PreviewOverlay.Designer.cs">\r
272       <DependentUpon>PreviewOverlay.cs</DependentUpon>\r
273     </Compile>\r
274     <Compile Include="ToolWindows\TitleSpecificScan.cs">\r
275       <SubType>Form</SubType>\r
276     </Compile>\r
277     <Compile Include="ToolWindows\TitleSpecificScan.Designer.cs">\r
278       <DependentUpon>TitleSpecificScan.cs</DependentUpon>\r
279     </Compile>\r
280     <EmbeddedResource Include="Controls\AudioPanel.resx">\r
281       <DependentUpon>AudioPanel.cs</DependentUpon>\r
282       <SubType>Designer</SubType>\r
283     </EmbeddedResource>\r
284     <EmbeddedResource Include="Controls\Filters.resx">\r
285       <DependentUpon>Filters.cs</DependentUpon>\r
286       <SubType>Designer</SubType>\r
287     </EmbeddedResource>\r
288     <EmbeddedResource Include="Controls\PictureSettings.resx">\r
289       <DependentUpon>PictureSettings.cs</DependentUpon>\r
290       <SubType>Designer</SubType>\r
291     </EmbeddedResource>\r
292     <EmbeddedResource Include="Controls\Subtitles.resx">\r
293       <DependentUpon>Subtitles.cs</DependentUpon>\r
294       <SubType>Designer</SubType>\r
295     </EmbeddedResource>\r
296     <EmbeddedResource Include="Controls\x264Panel.resx">\r
297       <DependentUpon>x264Panel.cs</DependentUpon>\r
298       <SubType>Designer</SubType>\r
299     </EmbeddedResource>\r
300     <EmbeddedResource Include="frmPreview.resx">\r
301       <DependentUpon>frmPreview.cs</DependentUpon>\r
302       <SubType>Designer</SubType>\r
303     </EmbeddedResource>\r
304     <EmbeddedResource Include="frmAbout.resx">\r
305       <SubType>Designer</SubType>\r
306       <DependentUpon>frmAbout.cs</DependentUpon>\r
307     </EmbeddedResource>\r
308     <EmbeddedResource Include="frmAddPreset.resx">\r
309       <DependentUpon>frmAddPreset.cs</DependentUpon>\r
310       <SubType>Designer</SubType>\r
311     </EmbeddedResource>\r
312     <EmbeddedResource Include="frmMain.resx">\r
313       <SubType>Designer</SubType>\r
314       <DependentUpon>frmMain.cs</DependentUpon>\r
315     </EmbeddedResource>\r
316     <EmbeddedResource Include="frmOptions.resx">\r
317       <SubType>Designer</SubType>\r
318       <DependentUpon>frmOptions.cs</DependentUpon>\r
319     </EmbeddedResource>\r
320     <EmbeddedResource Include="frmQueue.resx">\r
321       <SubType>Designer</SubType>\r
322       <DependentUpon>frmQueue.cs</DependentUpon>\r
323     </EmbeddedResource>\r
324     <EmbeddedResource Include="frmActivityWindow.resx">\r
325       <DependentUpon>frmActivityWindow.cs</DependentUpon>\r
326       <SubType>Designer</SubType>\r
327     </EmbeddedResource>\r
328     <EmbeddedResource Include="Properties\Resources.resx">\r
329       <Generator>ResXFileCodeGenerator</Generator>\r
330       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
331       <SubType>Designer</SubType>\r
332     </EmbeddedResource>\r
333     <Compile Include="Properties\Resources.Designer.cs">\r
334       <AutoGen>True</AutoGen>\r
335       <DependentUpon>Resources.resx</DependentUpon>\r
336       <DesignTime>True</DesignTime>\r
337     </Compile>\r
338     <EmbeddedResource Include="ToolWindows\BatchAdd.resx">\r
339       <DependentUpon>BatchAdd.cs</DependentUpon>\r
340     </EmbeddedResource>\r
341     <EmbeddedResource Include="ToolWindows\PreviewOverlay.resx">\r
342       <DependentUpon>PreviewOverlay.cs</DependentUpon>\r
343     </EmbeddedResource>\r
344     <EmbeddedResource Include="ToolWindows\TitleSpecificScan.resx">\r
345       <DependentUpon>TitleSpecificScan.cs</DependentUpon>\r
346     </EmbeddedResource>\r
347     <None Include="app.config" />\r
348     <None Include="Installer\MakeNightly.nsi.tmpl" />\r
349     <None Include="Installer\MakeNightly.nsi" />\r
350     <None Include="Installer\Installer.nsi" />\r
351     <None Include="Properties\Settings.settings">\r
352       <Generator>SettingsSingleFileGenerator</Generator>\r
353       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
354     </None>\r
355     <Compile Include="Properties\Settings.Designer.cs">\r
356       <AutoGen>True</AutoGen>\r
357       <DependentUpon>Settings.settings</DependentUpon>\r
358       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
359     </Compile>\r
360   </ItemGroup>\r
361   <ItemGroup>\r
362     <Content Include="handbrakepineapple.ico" />\r
363     <None Include="Properties\AssemblyInfo.cs.tmpl" />\r
364     <None Include="Resources\logo64.png" />\r
365     <None Include="Resources\logo128.png" />\r
366     <None Include="Resources\ActivityWindow.png" />\r
367     <None Include="Resources\AddToQueue.png" />\r
368     <Content Include="Resources\ActivityWindow_small.png" />\r
369     <None Include="Resources\AddToQueue_small.png" />\r
370     <None Include="Resources\Add16.png" />\r
371     <Content Include="Resources\copy.png" />\r
372     <Content Include="Resources\disc_small.png" />\r
373     <None Include="Resources\hb32.png" />\r
374     <None Include="Resources\hb16.png" />\r
375     <None Include="Resources\Help16.png" />\r
376     <None Include="Resources\info16.png" />\r
377     <None Include="Resources\folder.png" />\r
378     <None Include="Resources\download.png" />\r
379     <None Include="Resources\ErrorX.png" />\r
380     <None Include="Resources\Help32.png" />\r
381     <None Include="Resources\Help24.png" />\r
382     <None Include="Resources\Options24.png" />\r
383     <Content Include="Resources\Output_Small.png" />\r
384     <None Include="Resources\Pause.png" />\r
385     <None Include="Resources\Play.png" />\r
386     <None Include="Resources\picture.png" />\r
387     <None Include="Resources\Play_small.png" />\r
388     <Content Include="Resources\Pref_Small.png" />\r
389     <Content Include="Resources\Queue.png" />\r
390     <Content Include="Resources\Queue_Small.png" />\r
391     <Content Include="Resources\window.png" />\r
392     <None Include="Resources\save.png" />\r
393     <None Include="Resources\stop.png" />\r
394     <None Include="Resources\Movies.png" />\r
395     <None Include="Resources\General Preferences.png" />\r
396   </ItemGroup>\r
397   <ItemGroup>\r
398     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
399       <Visible>False</Visible>\r
400       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
401       <Install>false</Install>\r
402     </BootstrapperPackage>\r
403     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">\r
404       <Visible>False</Visible>\r
405       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>\r
406       <Install>false</Install>\r
407     </BootstrapperPackage>\r
408     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">\r
409       <Visible>False</Visible>\r
410       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>\r
411       <Install>false</Install>\r
412     </BootstrapperPackage>\r
413     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">\r
414       <Visible>False</Visible>\r
415       <ProductName>.NET Framework 3.5</ProductName>\r
416       <Install>true</Install>\r
417     </BootstrapperPackage>\r
418     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
419       <Visible>False</Visible>\r
420       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
421       <Install>false</Install>\r
422     </BootstrapperPackage>\r
423     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
424       <Visible>False</Visible>\r
425       <ProductName>Windows Installer 3.1</ProductName>\r
426       <Install>true</Install>\r
427     </BootstrapperPackage>\r
428   </ItemGroup>\r
429   <ItemGroup>\r
430     <COMReference Include="QTOControlLib">\r
431       <Guid>{7B92F833-027D-402B-BFF9-A67697366F4E}</Guid>\r
432       <VersionMajor>1</VersionMajor>\r
433       <VersionMinor>0</VersionMinor>\r
434       <Lcid>0</Lcid>\r
435       <WrapperTool>tlbimp</WrapperTool>\r
436       <Isolated>False</Isolated>\r
437     </COMReference>\r
438     <COMReference Include="QTOLibrary">\r
439       <Guid>{29866AED-1E14-417D-BA0F-1A2BE6F5A19E}</Guid>\r
440       <VersionMajor>1</VersionMajor>\r
441       <VersionMinor>0</VersionMinor>\r
442       <Lcid>0</Lcid>\r
443       <WrapperTool>tlbimp</WrapperTool>\r
444       <Isolated>False</Isolated>\r
445     </COMReference>\r
446     <COMReference Include="stdole">\r
447       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>\r
448       <VersionMajor>2</VersionMajor>\r
449       <VersionMinor>0</VersionMinor>\r
450       <Lcid>0</Lcid>\r
451       <WrapperTool>primary</WrapperTool>\r
452       <Isolated>False</Isolated>\r
453     </COMReference>\r
454   </ItemGroup>\r
455   <ItemGroup>\r
456     <ProjectReference Include="HandBrake.ApplicationServices\HandBrake.ApplicationServices.csproj">\r
457       <Project>{087A2BA8-BAC2-4577-A46F-07FF9D420016}</Project>\r
458       <Name>HandBrake.ApplicationServices</Name>\r
459     </ProjectReference>\r
460     <ProjectReference Include="HandBrake.Framework\HandBrake.Framework.csproj">\r
461       <Project>{49AD42C1-BF9B-4D78-A644-020878FAADE6}</Project>\r
462       <Name>HandBrake.Framework</Name>\r
463     </ProjectReference>\r
464   </ItemGroup>\r
465   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
466   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
467        Other similar extension points exist, see Microsoft.Common.targets.\r
468   <Target Name="BeforeBuild">\r
469   </Target>\r
470   <Target Name="AfterBuild">\r
471   </Target>\r
472   -->\r
473   <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.4\Microsoft.StyleCop.targets" />\r
474   <PropertyGroup Condition=" '$(Configuration)' == 'Install' ">\r
475     <PostBuildEvent>\r
476         makensis Installer.nsi\r
477         </PostBuildEvent>\r
478   </PropertyGroup>\r
479   <PropertyGroup Condition=" '$(Configuration)' == 'NightlyBuild' ">\r
480     <PostBuildEvent>\r
481         cd ../../\r
482         copy Installer\MakeNightly.nsi bin\NightlyBuild /Y\r
483         copy handbrakepineapple.ico bin\NightlyBuild /Y\r
484         xcopy doc bin\NightlyBuild\doc /I /Y\r
485         cd bin\NightlyBuild\r
486         makensis MakeNightly.nsi\r
487         </PostBuildEvent>\r
488   </PropertyGroup>\r
489   <PropertyGroup>\r
490     <PreBuildEvent>\r
491         subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"\r
492         subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"\r
493 subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Installer\MakeNightly.nsi.tmpl" "$(ProjectDir)Installer\MakeNightly.nsi"</PreBuildEvent>\r
494   </PropertyGroup>\r
495 </Project>