OSDN Git Service

bd9e781977644d9d7f79056dbacd01dedd864611
[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="Model\ActivityLogMode.cs" />\r
211     <Compile Include="Model\QueryPictureSettingsMode.cs" />\r
212     <Compile Include="Model\QueryEncodeMode.cs" />\r
213     <Compile Include="Properties\AssemblyInfo.cs" />\r
214     <Compile Include="frmPreview.cs">\r
215       <SubType>Form</SubType>\r
216     </Compile>\r
217     <Compile Include="frmPreview.Designer.cs">\r
218       <DependentUpon>frmPreview.cs</DependentUpon>\r
219     </Compile>\r
220     <Compile Include="frmAbout.cs">\r
221       <SubType>Form</SubType>\r
222     </Compile>\r
223     <Compile Include="frmAbout.Designer.cs">\r
224       <DependentUpon>frmAbout.cs</DependentUpon>\r
225     </Compile>\r
226     <Compile Include="frmAddPreset.cs">\r
227       <SubType>Form</SubType>\r
228     </Compile>\r
229     <Compile Include="frmAddPreset.Designer.cs">\r
230       <DependentUpon>frmAddPreset.cs</DependentUpon>\r
231     </Compile>\r
232     <Compile Include="frmMain.cs">\r
233       <SubType>Form</SubType>\r
234     </Compile>\r
235     <Compile Include="frmMain.Designer.cs">\r
236       <DependentUpon>frmMain.cs</DependentUpon>\r
237     </Compile>\r
238     <Compile Include="frmOptions.cs">\r
239       <SubType>Form</SubType>\r
240     </Compile>\r
241     <Compile Include="frmOptions.Designer.cs">\r
242       <DependentUpon>frmOptions.cs</DependentUpon>\r
243     </Compile>\r
244     <Compile Include="frmQueue.cs">\r
245       <SubType>Form</SubType>\r
246     </Compile>\r
247     <Compile Include="frmQueue.Designer.cs">\r
248       <DependentUpon>frmQueue.cs</DependentUpon>\r
249     </Compile>\r
250     <Compile Include="Functions\PresetLoader.cs" />\r
251     <Compile Include="Functions\QueryGenerator.cs" />\r
252     <Compile Include="Functions\Main.cs" />\r
253     <Compile Include="frmActivityWindow.cs">\r
254       <SubType>Form</SubType>\r
255     </Compile>\r
256     <Compile Include="frmActivityWindow.Designer.cs">\r
257       <DependentUpon>frmActivityWindow.cs</DependentUpon>\r
258     </Compile>\r
259     <Compile Include="Model\SourceType.cs" />\r
260     <Compile Include="Program.cs" />\r
261     <Compile Include="ToolWindows\BatchAdd.cs">\r
262       <SubType>Form</SubType>\r
263     </Compile>\r
264     <Compile Include="ToolWindows\BatchAdd.Designer.cs">\r
265       <DependentUpon>BatchAdd.cs</DependentUpon>\r
266     </Compile>\r
267     <Compile Include="ToolWindows\PreviewOverlay.cs">\r
268       <SubType>Form</SubType>\r
269     </Compile>\r
270     <Compile Include="ToolWindows\PreviewOverlay.Designer.cs">\r
271       <DependentUpon>PreviewOverlay.cs</DependentUpon>\r
272     </Compile>\r
273     <Compile Include="ToolWindows\TitleSpecificScan.cs">\r
274       <SubType>Form</SubType>\r
275     </Compile>\r
276     <Compile Include="ToolWindows\TitleSpecificScan.Designer.cs">\r
277       <DependentUpon>TitleSpecificScan.cs</DependentUpon>\r
278     </Compile>\r
279     <EmbeddedResource Include="Controls\AudioPanel.resx">\r
280       <DependentUpon>AudioPanel.cs</DependentUpon>\r
281       <SubType>Designer</SubType>\r
282     </EmbeddedResource>\r
283     <EmbeddedResource Include="Controls\Filters.resx">\r
284       <DependentUpon>Filters.cs</DependentUpon>\r
285       <SubType>Designer</SubType>\r
286     </EmbeddedResource>\r
287     <EmbeddedResource Include="Controls\PictureSettings.resx">\r
288       <DependentUpon>PictureSettings.cs</DependentUpon>\r
289       <SubType>Designer</SubType>\r
290     </EmbeddedResource>\r
291     <EmbeddedResource Include="Controls\Subtitles.resx">\r
292       <DependentUpon>Subtitles.cs</DependentUpon>\r
293       <SubType>Designer</SubType>\r
294     </EmbeddedResource>\r
295     <EmbeddedResource Include="Controls\x264Panel.resx">\r
296       <DependentUpon>x264Panel.cs</DependentUpon>\r
297       <SubType>Designer</SubType>\r
298     </EmbeddedResource>\r
299     <EmbeddedResource Include="frmPreview.resx">\r
300       <DependentUpon>frmPreview.cs</DependentUpon>\r
301       <SubType>Designer</SubType>\r
302     </EmbeddedResource>\r
303     <EmbeddedResource Include="frmAbout.resx">\r
304       <SubType>Designer</SubType>\r
305       <DependentUpon>frmAbout.cs</DependentUpon>\r
306     </EmbeddedResource>\r
307     <EmbeddedResource Include="frmAddPreset.resx">\r
308       <DependentUpon>frmAddPreset.cs</DependentUpon>\r
309       <SubType>Designer</SubType>\r
310     </EmbeddedResource>\r
311     <EmbeddedResource Include="frmMain.resx">\r
312       <SubType>Designer</SubType>\r
313       <DependentUpon>frmMain.cs</DependentUpon>\r
314     </EmbeddedResource>\r
315     <EmbeddedResource Include="frmOptions.resx">\r
316       <SubType>Designer</SubType>\r
317       <DependentUpon>frmOptions.cs</DependentUpon>\r
318     </EmbeddedResource>\r
319     <EmbeddedResource Include="frmQueue.resx">\r
320       <SubType>Designer</SubType>\r
321       <DependentUpon>frmQueue.cs</DependentUpon>\r
322     </EmbeddedResource>\r
323     <EmbeddedResource Include="frmActivityWindow.resx">\r
324       <DependentUpon>frmActivityWindow.cs</DependentUpon>\r
325       <SubType>Designer</SubType>\r
326     </EmbeddedResource>\r
327     <EmbeddedResource Include="Properties\Resources.resx">\r
328       <Generator>ResXFileCodeGenerator</Generator>\r
329       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
330       <SubType>Designer</SubType>\r
331     </EmbeddedResource>\r
332     <Compile Include="Properties\Resources.Designer.cs">\r
333       <AutoGen>True</AutoGen>\r
334       <DependentUpon>Resources.resx</DependentUpon>\r
335       <DesignTime>True</DesignTime>\r
336     </Compile>\r
337     <EmbeddedResource Include="ToolWindows\BatchAdd.resx">\r
338       <DependentUpon>BatchAdd.cs</DependentUpon>\r
339     </EmbeddedResource>\r
340     <EmbeddedResource Include="ToolWindows\PreviewOverlay.resx">\r
341       <DependentUpon>PreviewOverlay.cs</DependentUpon>\r
342     </EmbeddedResource>\r
343     <EmbeddedResource Include="ToolWindows\TitleSpecificScan.resx">\r
344       <DependentUpon>TitleSpecificScan.cs</DependentUpon>\r
345     </EmbeddedResource>\r
346     <None Include="app.config" />\r
347     <None Include="Installer\MakeNightly.nsi.tmpl" />\r
348     <None Include="Installer\MakeNightly.nsi" />\r
349     <None Include="Installer\Installer.nsi" />\r
350     <None Include="Properties\Settings.settings">\r
351       <Generator>SettingsSingleFileGenerator</Generator>\r
352       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
353     </None>\r
354     <Compile Include="Properties\Settings.Designer.cs">\r
355       <AutoGen>True</AutoGen>\r
356       <DependentUpon>Settings.settings</DependentUpon>\r
357       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
358     </Compile>\r
359   </ItemGroup>\r
360   <ItemGroup>\r
361     <Content Include="handbrakepineapple.ico" />\r
362     <None Include="Properties\AssemblyInfo.cs.tmpl" />\r
363     <None Include="Resources\logo64.png" />\r
364     <None Include="Resources\logo128.png" />\r
365     <None Include="Resources\ActivityWindow.png" />\r
366     <None Include="Resources\AddToQueue.png" />\r
367     <Content Include="Resources\ActivityWindow_small.png" />\r
368     <None Include="Resources\AddToQueue_small.png" />\r
369     <Content Include="Resources\copy.png" />\r
370     <Content Include="Resources\disc_small.png" />\r
371     <None Include="Resources\hb32.png" />\r
372     <None Include="Resources\hb16.png" />\r
373     <None Include="Resources\Help16.png" />\r
374     <None Include="Resources\info16.png" />\r
375     <None Include="Resources\folder.png" />\r
376     <None Include="Resources\download.png" />\r
377     <None Include="Resources\ErrorX.png" />\r
378     <Content Include="Resources\Output_Small.png" />\r
379     <None Include="Resources\Pause.png" />\r
380     <None Include="Resources\Play.png" />\r
381     <None Include="Resources\picture.png" />\r
382     <None Include="Resources\Play_small.png" />\r
383     <Content Include="Resources\Pref_Small.png" />\r
384     <Content Include="Resources\Queue.png" />\r
385     <Content Include="Resources\Queue_Small.png" />\r
386     <Content Include="Resources\window.png" />\r
387     <None Include="Resources\save.png" />\r
388     <None Include="Resources\stop.png" />\r
389     <None Include="Resources\Movies.png" />\r
390     <None Include="Resources\General Preferences.png" />\r
391   </ItemGroup>\r
392   <ItemGroup>\r
393     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
394       <Visible>False</Visible>\r
395       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
396       <Install>false</Install>\r
397     </BootstrapperPackage>\r
398     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">\r
399       <Visible>False</Visible>\r
400       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>\r
401       <Install>false</Install>\r
402     </BootstrapperPackage>\r
403     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">\r
404       <Visible>False</Visible>\r
405       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>\r
406       <Install>false</Install>\r
407     </BootstrapperPackage>\r
408     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">\r
409       <Visible>False</Visible>\r
410       <ProductName>.NET Framework 3.5</ProductName>\r
411       <Install>true</Install>\r
412     </BootstrapperPackage>\r
413     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
414       <Visible>False</Visible>\r
415       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
416       <Install>false</Install>\r
417     </BootstrapperPackage>\r
418     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
419       <Visible>False</Visible>\r
420       <ProductName>Windows Installer 3.1</ProductName>\r
421       <Install>true</Install>\r
422     </BootstrapperPackage>\r
423   </ItemGroup>\r
424   <ItemGroup>\r
425     <COMReference Include="QTOControlLib">\r
426       <Guid>{7B92F833-027D-402B-BFF9-A67697366F4E}</Guid>\r
427       <VersionMajor>1</VersionMajor>\r
428       <VersionMinor>0</VersionMinor>\r
429       <Lcid>0</Lcid>\r
430       <WrapperTool>tlbimp</WrapperTool>\r
431       <Isolated>False</Isolated>\r
432     </COMReference>\r
433     <COMReference Include="QTOLibrary">\r
434       <Guid>{29866AED-1E14-417D-BA0F-1A2BE6F5A19E}</Guid>\r
435       <VersionMajor>1</VersionMajor>\r
436       <VersionMinor>0</VersionMinor>\r
437       <Lcid>0</Lcid>\r
438       <WrapperTool>tlbimp</WrapperTool>\r
439       <Isolated>False</Isolated>\r
440     </COMReference>\r
441     <COMReference Include="stdole">\r
442       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>\r
443       <VersionMajor>2</VersionMajor>\r
444       <VersionMinor>0</VersionMinor>\r
445       <Lcid>0</Lcid>\r
446       <WrapperTool>primary</WrapperTool>\r
447       <Isolated>False</Isolated>\r
448     </COMReference>\r
449   </ItemGroup>\r
450   <ItemGroup>\r
451     <ProjectReference Include="HandBrake.ApplicationServices\HandBrake.ApplicationServices.csproj">\r
452       <Project>{087A2BA8-BAC2-4577-A46F-07FF9D420016}</Project>\r
453       <Name>HandBrake.ApplicationServices</Name>\r
454     </ProjectReference>\r
455     <ProjectReference Include="HandBrake.Framework\HandBrake.Framework.csproj">\r
456       <Project>{49AD42C1-BF9B-4D78-A644-020878FAADE6}</Project>\r
457       <Name>HandBrake.Framework</Name>\r
458     </ProjectReference>\r
459   </ItemGroup>\r
460   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
461   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
462        Other similar extension points exist, see Microsoft.Common.targets.\r
463   <Target Name="BeforeBuild">\r
464   </Target>\r
465   <Target Name="AfterBuild">\r
466   </Target>\r
467   -->\r
468   <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.4\Microsoft.StyleCop.targets" />\r
469   <PropertyGroup Condition=" '$(Configuration)' == 'Install' ">\r
470     <PostBuildEvent>\r
471         makensis Installer.nsi\r
472         </PostBuildEvent>\r
473   </PropertyGroup>\r
474   <PropertyGroup Condition=" '$(Configuration)' == 'NightlyBuild' ">\r
475     <PostBuildEvent>\r
476         cd ../../\r
477         copy Installer\MakeNightly.nsi bin\NightlyBuild /Y\r
478         copy handbrakepineapple.ico bin\NightlyBuild /Y\r
479         xcopy doc bin\NightlyBuild\doc /I /Y\r
480         cd bin\NightlyBuild\r
481         makensis MakeNightly.nsi\r
482         </PostBuildEvent>\r
483   </PropertyGroup>\r
484   <PropertyGroup>\r
485     <PreBuildEvent>\r
486         subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"\r
487         subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"\r
488 subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Installer\MakeNightly.nsi.tmpl" "$(ProjectDir)Installer\MakeNightly.nsi"</PreBuildEvent>\r
489   </PropertyGroup>\r
490 </Project>