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