OSDN Git Service

ecda0b5713deebb22e07f58a29bd0a7b8a3ce7d6
[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>v3.5</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   </PropertyGroup>\r
40   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
41     <DebugSymbols>true</DebugSymbols>\r
42     <DebugType>full</DebugType>\r
43     <Optimize>false</Optimize>\r
44     <OutputPath>bin\Debug\</OutputPath>\r
45     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
46     <ErrorReport>prompt</ErrorReport>\r
47     <WarningLevel>4</WarningLevel>\r
48     <LangVersion>default</LangVersion>\r
49     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
50     <NoStdLib>false</NoStdLib>\r
51     <DocumentationFile>\r
52     </DocumentationFile>\r
53     <PlatformTarget>x86</PlatformTarget>\r
54     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
55   </PropertyGroup>\r
56   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
57     <DebugType>full</DebugType>\r
58     <Optimize>true</Optimize>\r
59     <OutputPath>bin\Release\</OutputPath>\r
60     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
61     <ErrorReport>prompt</ErrorReport>\r
62     <WarningLevel>4</WarningLevel>\r
63     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
64     <UseVSHostingProcess>false</UseVSHostingProcess>\r
65     <DocumentationFile>\r
66     </DocumentationFile>\r
67     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
68     <NoStdLib>false</NoStdLib>\r
69     <DebugSymbols>true</DebugSymbols>\r
70     <FileAlignment>512</FileAlignment>\r
71     <PlatformTarget>x86</PlatformTarget>\r
72     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
73   </PropertyGroup>\r
74   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
75     <PlatformTarget>x86</PlatformTarget>\r
76     <OutputPath>bin\x86\Debug\</OutputPath>\r
77     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
78   </PropertyGroup>\r
79   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
80     <PlatformTarget>x86</PlatformTarget>\r
81     <OutputPath>bin\x86\Release\</OutputPath>\r
82     <UseVSHostingProcess>false</UseVSHostingProcess>\r
83     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
84     <Optimize>true</Optimize>\r
85     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
86   </PropertyGroup>\r
87   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Build|AnyCPU' ">\r
88     <OutputPath>bin\Build\</OutputPath>\r
89     <DefineConstants>TRACE</DefineConstants>\r
90     <DebugType>pdbonly</DebugType>\r
91     <PlatformTarget>x86</PlatformTarget>\r
92     <ErrorReport>prompt</ErrorReport>\r
93     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
94   </PropertyGroup>\r
95   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Build|x86' ">\r
96     <OutputPath>bin\x86\Build\</OutputPath>\r
97     <PlatformTarget>x86</PlatformTarget>\r
98     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
99   </PropertyGroup>\r
100   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Install|AnyCPU'">\r
101     <DebugSymbols>true</DebugSymbols>\r
102     <OutputPath>bin\Install\</OutputPath>\r
103     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
104     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
105     <Optimize>true</Optimize>\r
106     <DebugType>full</DebugType>\r
107     <PlatformTarget>x86</PlatformTarget>\r
108     <CodeAnalysisLogFile>bin\Release\Handbrake.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>\r
109     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>\r
110     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>\r
111     <UseVSHostingProcess>false</UseVSHostingProcess>\r
112     <ErrorReport>prompt</ErrorReport>\r
113     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
114     <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>\r
115     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>\r
116     <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>\r
117     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>\r
118     <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>\r
119   </PropertyGroup>\r
120   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Install|x86'">\r
121     <OutputPath>bin\x86\Install\</OutputPath>\r
122     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
123     <Optimize>true</Optimize>\r
124     <PlatformTarget>x86</PlatformTarget>\r
125     <CodeAnalysisLogFile>bin\x86\Release\Handbrake.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>\r
126     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>\r
127     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>\r
128     <UseVSHostingProcess>false</UseVSHostingProcess>\r
129     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
130     <CodeAnalysisRuleSetDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>\r
131     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>\r
132     <CodeAnalysisRuleDirectories>;c:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>\r
133     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>\r
134     <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>\r
135   </PropertyGroup>\r
136   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NightlyBuild|AnyCPU'">\r
137     <OutputPath>bin\NightlyBuild\</OutputPath>\r
138     <Optimize>true</Optimize>\r
139     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
140   </PropertyGroup>\r
141   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'NightlyBuild|x86'">\r
142     <OutputPath>bin\x86\NightlyBuild\</OutputPath>\r
143     <DefineConstants>TRACE;DEBUG</DefineConstants>\r
144     <Optimize>true</Optimize>\r
145   </PropertyGroup>\r
146   <ItemGroup>\r
147     <Reference Include="Growl.Connector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=980c2339411be384, processorArchitecture=x86">\r
148       <SpecificVersion>False</SpecificVersion>\r
149       <HintPath>libraries\Growl.Connector.dll</HintPath>\r
150       <Private>True</Private>\r
151     </Reference>\r
152     <Reference Include="Growl.CoreLibrary, Version=2.0.0.0, Culture=neutral, PublicKeyToken=13e59d82e007b064, processorArchitecture=x86">\r
153       <SpecificVersion>False</SpecificVersion>\r
154       <HintPath>libraries\Growl.CoreLibrary.dll</HintPath>\r
155       <Private>True</Private>\r
156     </Reference>\r
157     <Reference Include="PresentationCore">\r
158       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
159     </Reference>\r
160     <Reference Include="PresentationFramework">\r
161       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
162     </Reference>\r
163     <Reference Include="System" />\r
164     <Reference Include="System.Core">\r
165       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
166     </Reference>\r
167     <Reference Include="System.Data" />\r
168     <Reference Include="System.Deployment" />\r
169     <Reference Include="System.Design" />\r
170     <Reference Include="System.Drawing" />\r
171     <Reference Include="System.Messaging" />\r
172     <Reference Include="System.Windows.Forms" />\r
173     <Reference Include="System.XML" />\r
174     <Reference Include="UIAutomationProvider, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">\r
175       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
176     </Reference>\r
177     <Reference Include="WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">\r
178       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
179     </Reference>\r
180   </ItemGroup>\r
181   <ItemGroup>\r
182     <Compile Include="Controls\AudioPanel.cs">\r
183       <SubType>UserControl</SubType>\r
184     </Compile>\r
185     <Compile Include="Controls\AudioPanel.Designer.cs">\r
186       <DependentUpon>AudioPanel.cs</DependentUpon>\r
187     </Compile>\r
188     <Compile Include="Controls\Filters.cs">\r
189       <SubType>UserControl</SubType>\r
190     </Compile>\r
191     <Compile Include="Controls\Filters.Designer.cs">\r
192       <DependentUpon>Filters.cs</DependentUpon>\r
193     </Compile>\r
194     <Compile Include="Controls\PictureSettings.cs">\r
195       <SubType>UserControl</SubType>\r
196     </Compile>\r
197     <Compile Include="Controls\PictureSettings.designer.cs">\r
198       <DependentUpon>PictureSettings.cs</DependentUpon>\r
199     </Compile>\r
200     <Compile Include="Controls\Subtitles.cs">\r
201       <SubType>UserControl</SubType>\r
202     </Compile>\r
203     <Compile Include="Controls\Subtitles.Designer.cs">\r
204       <DependentUpon>Subtitles.cs</DependentUpon>\r
205     </Compile>\r
206     <Compile Include="Controls\x264Panel.cs">\r
207       <SubType>UserControl</SubType>\r
208     </Compile>\r
209     <Compile Include="Controls\x264Panel.Designer.cs">\r
210       <DependentUpon>x264Panel.cs</DependentUpon>\r
211     </Compile>\r
212     <Compile Include="Model\ActivityLogMode.cs" />\r
213     <Compile Include="Model\QueryPictureSettingsMode.cs" />\r
214     <Compile Include="Model\QueryEncodeMode.cs" />\r
215     <Compile Include="Properties\AssemblyInfo.cs" />\r
216     <Compile Include="frmPreview.cs">\r
217       <SubType>Form</SubType>\r
218     </Compile>\r
219     <Compile Include="frmPreview.Designer.cs">\r
220       <DependentUpon>frmPreview.cs</DependentUpon>\r
221     </Compile>\r
222     <Compile Include="frmAbout.cs">\r
223       <SubType>Form</SubType>\r
224     </Compile>\r
225     <Compile Include="frmAbout.Designer.cs">\r
226       <DependentUpon>frmAbout.cs</DependentUpon>\r
227     </Compile>\r
228     <Compile Include="frmAddPreset.cs">\r
229       <SubType>Form</SubType>\r
230     </Compile>\r
231     <Compile Include="frmAddPreset.Designer.cs">\r
232       <DependentUpon>frmAddPreset.cs</DependentUpon>\r
233     </Compile>\r
234     <Compile Include="frmMain.cs">\r
235       <SubType>Form</SubType>\r
236     </Compile>\r
237     <Compile Include="frmMain.Designer.cs">\r
238       <DependentUpon>frmMain.cs</DependentUpon>\r
239     </Compile>\r
240     <Compile Include="frmOptions.cs">\r
241       <SubType>Form</SubType>\r
242     </Compile>\r
243     <Compile Include="frmOptions.Designer.cs">\r
244       <DependentUpon>frmOptions.cs</DependentUpon>\r
245     </Compile>\r
246     <Compile Include="frmQueue.cs">\r
247       <SubType>Form</SubType>\r
248     </Compile>\r
249     <Compile Include="frmQueue.Designer.cs">\r
250       <DependentUpon>frmQueue.cs</DependentUpon>\r
251     </Compile>\r
252     <Compile Include="Functions\PresetLoader.cs" />\r
253     <Compile Include="Functions\QueryGenerator.cs" />\r
254     <Compile Include="Functions\Main.cs" />\r
255     <Compile Include="frmActivityWindow.cs">\r
256       <SubType>Form</SubType>\r
257     </Compile>\r
258     <Compile Include="frmActivityWindow.Designer.cs">\r
259       <DependentUpon>frmActivityWindow.cs</DependentUpon>\r
260     </Compile>\r
261     <Compile Include="Model\AudioTrack.cs" />\r
262     <Compile Include="Model\DriveInformation.cs" />\r
263     <Compile Include="Model\SourceType.cs" />\r
264     <Compile Include="Model\Subtitle.cs" />\r
265     <Compile Include="Presets\PlistPresetHandler.cs" />\r
266     <Compile Include="Presets\Preset.cs" />\r
267     <Compile Include="Presets\PresetsHandler.cs" />\r
268     <Compile Include="Functions\QueryParser.cs" />\r
269     <Compile Include="Program.cs" />\r
270     <Compile Include="ToolWindows\BatchAdd.cs">\r
271       <SubType>Form</SubType>\r
272     </Compile>\r
273     <Compile Include="ToolWindows\BatchAdd.Designer.cs">\r
274       <DependentUpon>BatchAdd.cs</DependentUpon>\r
275     </Compile>\r
276     <Compile Include="ToolWindows\PreviewOverlay.cs">\r
277       <SubType>Form</SubType>\r
278     </Compile>\r
279     <Compile Include="ToolWindows\PreviewOverlay.Designer.cs">\r
280       <DependentUpon>PreviewOverlay.cs</DependentUpon>\r
281     </Compile>\r
282     <Compile Include="ToolWindows\TitleSpecificScan.cs">\r
283       <SubType>Form</SubType>\r
284     </Compile>\r
285     <Compile Include="ToolWindows\TitleSpecificScan.Designer.cs">\r
286       <DependentUpon>TitleSpecificScan.cs</DependentUpon>\r
287     </Compile>\r
288     <EmbeddedResource Include="Controls\AudioPanel.resx">\r
289       <DependentUpon>AudioPanel.cs</DependentUpon>\r
290       <SubType>Designer</SubType>\r
291     </EmbeddedResource>\r
292     <EmbeddedResource Include="Controls\Filters.resx">\r
293       <DependentUpon>Filters.cs</DependentUpon>\r
294       <SubType>Designer</SubType>\r
295     </EmbeddedResource>\r
296     <EmbeddedResource Include="Controls\PictureSettings.resx">\r
297       <DependentUpon>PictureSettings.cs</DependentUpon>\r
298       <SubType>Designer</SubType>\r
299     </EmbeddedResource>\r
300     <EmbeddedResource Include="Controls\Subtitles.resx">\r
301       <DependentUpon>Subtitles.cs</DependentUpon>\r
302       <SubType>Designer</SubType>\r
303     </EmbeddedResource>\r
304     <EmbeddedResource Include="Controls\x264Panel.resx">\r
305       <DependentUpon>x264Panel.cs</DependentUpon>\r
306       <SubType>Designer</SubType>\r
307     </EmbeddedResource>\r
308     <EmbeddedResource Include="frmPreview.resx">\r
309       <DependentUpon>frmPreview.cs</DependentUpon>\r
310       <SubType>Designer</SubType>\r
311     </EmbeddedResource>\r
312     <EmbeddedResource Include="frmAbout.resx">\r
313       <SubType>Designer</SubType>\r
314       <DependentUpon>frmAbout.cs</DependentUpon>\r
315     </EmbeddedResource>\r
316     <EmbeddedResource Include="frmAddPreset.resx">\r
317       <DependentUpon>frmAddPreset.cs</DependentUpon>\r
318       <SubType>Designer</SubType>\r
319     </EmbeddedResource>\r
320     <EmbeddedResource Include="frmMain.resx">\r
321       <SubType>Designer</SubType>\r
322       <DependentUpon>frmMain.cs</DependentUpon>\r
323     </EmbeddedResource>\r
324     <EmbeddedResource Include="frmOptions.resx">\r
325       <SubType>Designer</SubType>\r
326       <DependentUpon>frmOptions.cs</DependentUpon>\r
327     </EmbeddedResource>\r
328     <EmbeddedResource Include="frmQueue.resx">\r
329       <SubType>Designer</SubType>\r
330       <DependentUpon>frmQueue.cs</DependentUpon>\r
331     </EmbeddedResource>\r
332     <EmbeddedResource Include="frmActivityWindow.resx">\r
333       <DependentUpon>frmActivityWindow.cs</DependentUpon>\r
334       <SubType>Designer</SubType>\r
335     </EmbeddedResource>\r
336     <EmbeddedResource Include="Properties\Resources.resx">\r
337       <Generator>ResXFileCodeGenerator</Generator>\r
338       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
339       <SubType>Designer</SubType>\r
340     </EmbeddedResource>\r
341     <Compile Include="Properties\Resources.Designer.cs">\r
342       <AutoGen>True</AutoGen>\r
343       <DependentUpon>Resources.resx</DependentUpon>\r
344       <DesignTime>True</DesignTime>\r
345     </Compile>\r
346     <EmbeddedResource Include="ToolWindows\BatchAdd.resx">\r
347       <DependentUpon>BatchAdd.cs</DependentUpon>\r
348     </EmbeddedResource>\r
349     <EmbeddedResource Include="ToolWindows\PreviewOverlay.resx">\r
350       <DependentUpon>PreviewOverlay.cs</DependentUpon>\r
351     </EmbeddedResource>\r
352     <EmbeddedResource Include="ToolWindows\TitleSpecificScan.resx">\r
353       <DependentUpon>TitleSpecificScan.cs</DependentUpon>\r
354     </EmbeddedResource>\r
355     <None Include="app.config" />\r
356     <None Include="Installer\MakeNightly.nsi.tmpl" />\r
357     <None Include="Installer\MakeNightly.nsi" />\r
358     <None Include="Installer\Installer.nsi" />\r
359     <None Include="Properties\Settings.settings">\r
360       <Generator>SettingsSingleFileGenerator</Generator>\r
361       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
362     </None>\r
363     <Compile Include="Properties\Settings.Designer.cs">\r
364       <AutoGen>True</AutoGen>\r
365       <DependentUpon>Settings.settings</DependentUpon>\r
366       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
367     </Compile>\r
368   </ItemGroup>\r
369   <ItemGroup>\r
370     <Content Include="handbrakepineapple.ico" />\r
371     <None Include="Properties\AssemblyInfo.cs.tmpl" />\r
372     <None Include="Resources\logo64.png" />\r
373     <None Include="Resources\logo128.png" />\r
374     <None Include="Resources\ActivityWindow.png" />\r
375     <None Include="Resources\AddToQueue.png" />\r
376     <Content Include="Resources\ActivityWindow_small.png" />\r
377     <None Include="Resources\AddToQueue_small.png" />\r
378     <Content Include="Resources\copy.png" />\r
379     <Content Include="Resources\disc_small.png" />\r
380     <None Include="Resources\hb32.png" />\r
381     <None Include="Resources\hb16.png" />\r
382     <None Include="Resources\Help16.png" />\r
383     <None Include="Resources\info16.png" />\r
384     <None Include="Resources\folder.png" />\r
385     <None Include="Resources\download.png" />\r
386     <None Include="Resources\ErrorX.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 インストーラー 3.1</ProductName>\r
430       <Install>true</Install>\r
431     </BootstrapperPackage>\r
432   </ItemGroup>\r
433   <ItemGroup>\r
434     <COMReference Include="AxQTOControlLib">\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>aximp</WrapperTool>\r
440       <Isolated>False</Isolated>\r
441     </COMReference>\r
442     <COMReference Include="QTOControlLib">\r
443       <Guid>{7B92F833-027D-402B-BFF9-A67697366F4E}</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="QTOLibrary">\r
451       <Guid>{29866AED-1E14-417D-BA0F-1A2BE6F5A19E}</Guid>\r
452       <VersionMajor>1</VersionMajor>\r
453       <VersionMinor>0</VersionMinor>\r
454       <Lcid>0</Lcid>\r
455       <WrapperTool>tlbimp</WrapperTool>\r
456       <Isolated>False</Isolated>\r
457     </COMReference>\r
458     <COMReference Include="stdole">\r
459       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>\r
460       <VersionMajor>2</VersionMajor>\r
461       <VersionMinor>0</VersionMinor>\r
462       <Lcid>0</Lcid>\r
463       <WrapperTool>primary</WrapperTool>\r
464       <Isolated>False</Isolated>\r
465     </COMReference>\r
466   </ItemGroup>\r
467   <ItemGroup>\r
468     <ProjectReference Include="HandBrake.ApplicationServices\HandBrake.ApplicationServices.csproj">\r
469       <Project>{087A2BA8-BAC2-4577-A46F-07FF9D420016}</Project>\r
470       <Name>HandBrake.ApplicationServices</Name>\r
471     </ProjectReference>\r
472     <ProjectReference Include="HandBrake.Framework\HandBrake.Framework.csproj">\r
473       <Project>{49AD42C1-BF9B-4D78-A644-020878FAADE6}</Project>\r
474       <Name>HandBrake.Framework</Name>\r
475     </ProjectReference>\r
476   </ItemGroup>\r
477   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
478   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
479        Other similar extension points exist, see Microsoft.Common.targets.\r
480   <Target Name="BeforeBuild">\r
481   </Target>\r
482   <Target Name="AfterBuild">\r
483   </Target>\r
484   -->\r
485   <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.4\Microsoft.StyleCop.targets" />\r
486   <PropertyGroup Condition=" '$(Configuration)' == 'Install' ">\r
487     <PostBuildEvent>\r
488         cd ../../\r
489         copy Installer\Installer.nsi bin\Install /Y\r
490         copy handbrakepineapple.ico bin\Install /Y\r
491         xcopy doc bin\Install\doc /I /Y\r
492         cd bin\Install\r
493         makensis Installer.nsi\r
494         </PostBuildEvent>\r
495   </PropertyGroup>\r
496   <PropertyGroup Condition=" '$(Configuration)' == 'NightlyBuild' ">\r
497     <PostBuildEvent>\r
498         cd ../../\r
499         copy Installer\MakeNightly.nsi bin\NightlyBuild /Y\r
500         copy handbrakepineapple.ico bin\NightlyBuild /Y\r
501         xcopy doc bin\NightlyBuild\doc /I /Y\r
502         cd bin\NightlyBuild\r
503         makensis MakeNightly.nsi\r
504         </PostBuildEvent>\r
505   </PropertyGroup>\r
506   <PropertyGroup>\r
507     <PreBuildEvent>\r
508     </PreBuildEvent>\r
509   </PropertyGroup>\r
510 </Project>