OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrakeCS.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>9.0.21022</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{A2923D42-C38B-4B12-8CBA-B8D93D6B13A3}</ProjectGuid>\r
8     <OutputType>WinExe</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Handbrake</RootNamespace>\r
11     <AssemblyName>Handbrake</AssemblyName>\r
12     <ApplicationIcon>handbrakepineapple.ico</ApplicationIcon>\r
13     <StartupObject>Handbrake.Program</StartupObject>\r
14     <TargetZone>LocalIntranet</TargetZone>\r
15     <GenerateManifests>false</GenerateManifests>\r
16     <FileUpgradeFlags>\r
17     </FileUpgradeFlags>\r
18     <UpgradeBackupLocation>\r
19     </UpgradeBackupLocation>\r
20     <OldToolsVersion>2.0</OldToolsVersion>\r
21     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
22     <IsWebBootstrapper>false</IsWebBootstrapper>\r
23     <SignManifests>false</SignManifests>\r
24     <PublishUrl>publish\</PublishUrl>\r
25     <Install>true</Install>\r
26     <InstallFrom>Disk</InstallFrom>\r
27     <UpdateEnabled>false</UpdateEnabled>\r
28     <UpdateMode>Foreground</UpdateMode>\r
29     <UpdateInterval>7</UpdateInterval>\r
30     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
31     <UpdatePeriodically>false</UpdatePeriodically>\r
32     <UpdateRequired>false</UpdateRequired>\r
33     <MapFileExtensions>true</MapFileExtensions>\r
34     <ApplicationRevision>0</ApplicationRevision>\r
35     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
36     <UseApplicationTrust>false</UseApplicationTrust>\r
37     <BootstrapperEnabled>true</BootstrapperEnabled>\r
38     <TargetFrameworkSubset>\r
39     </TargetFrameworkSubset>\r
40   </PropertyGroup>\r
41   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
42     <DebugSymbols>true</DebugSymbols>\r
43     <DebugType>full</DebugType>\r
44     <Optimize>true</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   </PropertyGroup>\r
55   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
56     <DebugType>full</DebugType>\r
57     <Optimize>true</Optimize>\r
58     <OutputPath>bin\Release\</OutputPath>\r
59     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
60     <ErrorReport>prompt</ErrorReport>\r
61     <WarningLevel>4</WarningLevel>\r
62     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
63     <UseVSHostingProcess>false</UseVSHostingProcess>\r
64     <DocumentationFile>\r
65     </DocumentationFile>\r
66     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
67     <NoStdLib>false</NoStdLib>\r
68     <DebugSymbols>true</DebugSymbols>\r
69     <FileAlignment>512</FileAlignment>\r
70     <PlatformTarget>AnyCPU</PlatformTarget>\r
71   </PropertyGroup>\r
72   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
73     <PlatformTarget>x86</PlatformTarget>\r
74     <OutputPath>bin\x86\Debug\</OutputPath>\r
75   </PropertyGroup>\r
76   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
77     <PlatformTarget>x86</PlatformTarget>\r
78     <OutputPath>bin\x86\Release\</OutputPath>\r
79     <UseVSHostingProcess>false</UseVSHostingProcess>\r
80   </PropertyGroup>\r
81   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Build|AnyCPU' ">\r
82     <OutputPath>bin\Build\</OutputPath>\r
83     <DefineConstants>TRACE</DefineConstants>\r
84     <DebugType>pdbonly</DebugType>\r
85     <PlatformTarget>AnyCPU</PlatformTarget>\r
86     <ErrorReport>prompt</ErrorReport>\r
87   </PropertyGroup>\r
88   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Build|x86' ">\r
89     <OutputPath>bin\x86\Build\</OutputPath>\r
90     <PlatformTarget>x86</PlatformTarget>\r
91   </PropertyGroup>\r
92   <ItemGroup>\r
93     <Reference Include="System" />\r
94     <Reference Include="System.Data" />\r
95     <Reference Include="System.Deployment" />\r
96     <Reference Include="System.Design" />\r
97     <Reference Include="System.Drawing" />\r
98     <Reference Include="System.Messaging" />\r
99     <Reference Include="System.Windows.Forms" />\r
100     <Reference Include="System.XML" />\r
101   </ItemGroup>\r
102   <ItemGroup>\r
103     <Compile Include="Controls\Denoise.cs">\r
104       <SubType>UserControl</SubType>\r
105     </Compile>\r
106     <Compile Include="Controls\Denoise.Designer.cs">\r
107       <DependentUpon>Denoise.cs</DependentUpon>\r
108     </Compile>\r
109     <Compile Include="Controls\Decomb.cs">\r
110       <SubType>UserControl</SubType>\r
111     </Compile>\r
112     <Compile Include="Controls\Decomb.Designer.cs">\r
113       <DependentUpon>Decomb.cs</DependentUpon>\r
114     </Compile>\r
115     <Compile Include="Controls\Detelecine.cs">\r
116       <SubType>UserControl</SubType>\r
117     </Compile>\r
118     <Compile Include="Controls\Detelecine.Designer.cs">\r
119       <DependentUpon>Detelecine.cs</DependentUpon>\r
120     </Compile>\r
121     <Compile Include="Controls\Deinterlace.cs">\r
122       <SubType>UserControl</SubType>\r
123     </Compile>\r
124     <Compile Include="Controls\Deinterlace.Designer.cs">\r
125       <DependentUpon>Deinterlace.cs</DependentUpon>\r
126     </Compile>\r
127     <Compile Include="Controls\x264Panel.cs">\r
128       <SubType>UserControl</SubType>\r
129     </Compile>\r
130     <Compile Include="Controls\x264Panel.Designer.cs">\r
131       <DependentUpon>x264Panel.cs</DependentUpon>\r
132     </Compile>\r
133     <Compile Include="frmPreview.cs">\r
134       <SubType>Form</SubType>\r
135     </Compile>\r
136     <Compile Include="frmPreview.Designer.cs">\r
137       <DependentUpon>frmPreview.cs</DependentUpon>\r
138     </Compile>\r
139     <Compile Include="frmActivityWindow.cs">\r
140       <SubType>Form</SubType>\r
141     </Compile>\r
142     <Compile Include="frmActivityWindow.Designer.cs">\r
143       <DependentUpon>frmActivityWindow.cs</DependentUpon>\r
144     </Compile>\r
145     <Compile Include="frmAbout.cs">\r
146       <SubType>Form</SubType>\r
147     </Compile>\r
148     <Compile Include="frmAbout.Designer.cs">\r
149       <DependentUpon>frmAbout.cs</DependentUpon>\r
150     </Compile>\r
151     <Compile Include="frmAddPreset.cs">\r
152       <SubType>Form</SubType>\r
153     </Compile>\r
154     <Compile Include="frmAddPreset.Designer.cs">\r
155       <DependentUpon>frmAddPreset.cs</DependentUpon>\r
156     </Compile>\r
157     <Compile Include="frmDownload.cs">\r
158       <SubType>Form</SubType>\r
159     </Compile>\r
160     <Compile Include="frmDownload.Designer.cs">\r
161       <DependentUpon>frmDownload.cs</DependentUpon>\r
162     </Compile>\r
163     <Compile Include="frmMain.cs">\r
164       <SubType>Form</SubType>\r
165     </Compile>\r
166     <Compile Include="frmMain.Designer.cs">\r
167       <DependentUpon>frmMain.cs</DependentUpon>\r
168     </Compile>\r
169     <Compile Include="frmOptions.cs">\r
170       <SubType>Form</SubType>\r
171     </Compile>\r
172     <Compile Include="frmOptions.Designer.cs">\r
173       <DependentUpon>frmOptions.cs</DependentUpon>\r
174     </Compile>\r
175     <Compile Include="frmQueue.cs">\r
176       <SubType>Form</SubType>\r
177     </Compile>\r
178     <Compile Include="frmQueue.Designer.cs">\r
179       <DependentUpon>frmQueue.cs</DependentUpon>\r
180     </Compile>\r
181     <Compile Include="frmUpdater.cs">\r
182       <SubType>Form</SubType>\r
183     </Compile>\r
184     <Compile Include="frmUpdater.designer.cs">\r
185       <DependentUpon>frmUpdater.cs</DependentUpon>\r
186     </Compile>\r
187     <Compile Include="frmMain\PresetLoader.cs" />\r
188     <Compile Include="frmMain\QueryGenerator.cs" />\r
189     <Compile Include="Functions\Main.cs" />\r
190     <Compile Include="Functions\QueryParserTester.cs">\r
191       <SubType>Form</SubType>\r
192     </Compile>\r
193     <Compile Include="Functions\QueryParserTester.Designer.cs">\r
194       <DependentUpon>QueryParserTester.cs</DependentUpon>\r
195     </Compile>\r
196     <Compile Include="Presets\preset.cs" />\r
197     <Compile Include="Presets\PresetsHandler.cs" />\r
198     <Compile Include="Queue\QueueHandler.cs" />\r
199     <Compile Include="Functions\AppcastReader.cs" />\r
200     <Compile Include="Functions\Encode.cs" />\r
201     <Compile Include="Functions\QueryParser.cs" />\r
202     <Compile Include="Parsing\AudioTrack.cs" />\r
203     <Compile Include="Parsing\Chapter.cs" />\r
204     <Compile Include="Parsing\DVD.cs" />\r
205     <Compile Include="Parsing\Parser.cs" />\r
206     <Compile Include="Parsing\Subtitle.cs" />\r
207     <Compile Include="Parsing\Title.cs" />\r
208     <Compile Include="Program.cs" />\r
209     <Compile Include="Properties\AssemblyInfo.cs" />\r
210     <EmbeddedResource Include="Controls\Denoise.resx">\r
211       <DependentUpon>Denoise.cs</DependentUpon>\r
212       <SubType>Designer</SubType>\r
213     </EmbeddedResource>\r
214     <EmbeddedResource Include="Controls\Decomb.resx">\r
215       <DependentUpon>Decomb.cs</DependentUpon>\r
216       <SubType>Designer</SubType>\r
217     </EmbeddedResource>\r
218     <EmbeddedResource Include="Controls\Detelecine.resx">\r
219       <DependentUpon>Detelecine.cs</DependentUpon>\r
220       <SubType>Designer</SubType>\r
221     </EmbeddedResource>\r
222     <EmbeddedResource Include="Controls\Deinterlace.resx">\r
223       <DependentUpon>Deinterlace.cs</DependentUpon>\r
224       <SubType>Designer</SubType>\r
225     </EmbeddedResource>\r
226     <EmbeddedResource Include="Controls\x264Panel.resx">\r
227       <DependentUpon>x264Panel.cs</DependentUpon>\r
228       <SubType>Designer</SubType>\r
229     </EmbeddedResource>\r
230     <EmbeddedResource Include="frmPreview.resx">\r
231       <DependentUpon>frmPreview.cs</DependentUpon>\r
232       <SubType>Designer</SubType>\r
233     </EmbeddedResource>\r
234     <EmbeddedResource Include="frmActivityWindow.resx">\r
235       <DependentUpon>frmActivityWindow.cs</DependentUpon>\r
236       <SubType>Designer</SubType>\r
237     </EmbeddedResource>\r
238     <EmbeddedResource Include="frmAbout.resx">\r
239       <SubType>Designer</SubType>\r
240       <DependentUpon>frmAbout.cs</DependentUpon>\r
241     </EmbeddedResource>\r
242     <EmbeddedResource Include="frmAddPreset.resx">\r
243       <DependentUpon>frmAddPreset.cs</DependentUpon>\r
244       <SubType>Designer</SubType>\r
245     </EmbeddedResource>\r
246     <EmbeddedResource Include="frmDownload.resx">\r
247       <SubType>Designer</SubType>\r
248       <DependentUpon>frmDownload.cs</DependentUpon>\r
249     </EmbeddedResource>\r
250     <EmbeddedResource Include="frmMain.resx">\r
251       <SubType>Designer</SubType>\r
252       <DependentUpon>frmMain.cs</DependentUpon>\r
253     </EmbeddedResource>\r
254     <EmbeddedResource Include="frmOptions.resx">\r
255       <SubType>Designer</SubType>\r
256       <DependentUpon>frmOptions.cs</DependentUpon>\r
257     </EmbeddedResource>\r
258     <EmbeddedResource Include="frmQueue.resx">\r
259       <SubType>Designer</SubType>\r
260       <DependentUpon>frmQueue.cs</DependentUpon>\r
261     </EmbeddedResource>\r
262     <EmbeddedResource Include="frmUpdater.resx">\r
263       <DependentUpon>frmUpdater.cs</DependentUpon>\r
264       <SubType>Designer</SubType>\r
265     </EmbeddedResource>\r
266     <EmbeddedResource Include="Functions\QueryParserTester.resx">\r
267       <DependentUpon>QueryParserTester.cs</DependentUpon>\r
268       <SubType>Designer</SubType>\r
269     </EmbeddedResource>\r
270     <EmbeddedResource Include="Properties\Resources.resx">\r
271       <Generator>ResXFileCodeGenerator</Generator>\r
272       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
273       <SubType>Designer</SubType>\r
274     </EmbeddedResource>\r
275     <EmbeddedResource Include="frmSplashScreen.resx">\r
276       <SubType>Designer</SubType>\r
277       <DependentUpon>frmSplashScreen.cs</DependentUpon>\r
278     </EmbeddedResource>\r
279     <Compile Include="Properties\Resources.Designer.cs">\r
280       <AutoGen>True</AutoGen>\r
281       <DependentUpon>Resources.resx</DependentUpon>\r
282       <DesignTime>True</DesignTime>\r
283     </Compile>\r
284     <None Include="app.config" />\r
285     <None Include="Properties\Settings.settings">\r
286       <Generator>SettingsSingleFileGenerator</Generator>\r
287       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
288     </None>\r
289     <Compile Include="Properties\Settings.Designer.cs">\r
290       <AutoGen>True</AutoGen>\r
291       <DependentUpon>Settings.settings</DependentUpon>\r
292       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
293     </Compile>\r
294     <Compile Include="frmSplashScreen.cs">\r
295       <SubType>Form</SubType>\r
296     </Compile>\r
297     <Compile Include="frmSplashScreen.Designer.cs">\r
298       <DependentUpon>frmSplashScreen.cs</DependentUpon>\r
299     </Compile>\r
300     <Compile Include="Queue\QueueItem.cs" />\r
301   </ItemGroup>\r
302   <ItemGroup>\r
303     <Content Include="handbrakepineapple.ico" />\r
304     <None Include="Resources\logo64.png" />\r
305     <None Include="Resources\logo128.png" />\r
306     <None Include="Resources\ActivityWindow.png" />\r
307     <None Include="Resources\AddToQueue.png" />\r
308     <Content Include="Resources\ActivityWindow_small.png" />\r
309     <None Include="Resources\AddToQueue_small.png" />\r
310     <Content Include="Resources\copy.png" />\r
311     <Content Include="Resources\disc_small.png" />\r
312     <None Include="Resources\hb32.png" />\r
313     <None Include="Resources\hb16.png" />\r
314     <None Include="Resources\Help16.png" />\r
315     <None Include="Resources\info16.png" />\r
316     <None Include="Resources\folder.png" />\r
317     <Content Include="Resources\Output_Small.png" />\r
318     <None Include="Resources\Pause.png" />\r
319     <None Include="Resources\Play.png" />\r
320     <None Include="Resources\picture.png" />\r
321     <Content Include="Resources\Pref_Small.png" />\r
322     <Content Include="Resources\Queue.png" />\r
323     <Content Include="Resources\Queue_Small.png" />\r
324     <Content Include="Resources\window.png" />\r
325     <None Include="Resources\save.png" />\r
326     <None Include="Resources\stop.png" />\r
327     <None Include="Resources\SplashScreen.jpg" />\r
328     <None Include="Resources\Movies.png" />\r
329     <None Include="Resources\General Preferences.png" />\r
330   </ItemGroup>\r
331   <ItemGroup>\r
332     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
333       <Visible>False</Visible>\r
334       <ProductName>.NET Framework Client Profile</ProductName>\r
335       <Install>false</Install>\r
336     </BootstrapperPackage>\r
337     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">\r
338       <Visible>False</Visible>\r
339       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>\r
340       <Install>false</Install>\r
341     </BootstrapperPackage>\r
342     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">\r
343       <Visible>False</Visible>\r
344       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>\r
345       <Install>false</Install>\r
346     </BootstrapperPackage>\r
347     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">\r
348       <Visible>False</Visible>\r
349       <ProductName>.NET Framework 3.5</ProductName>\r
350       <Install>true</Install>\r
351     </BootstrapperPackage>\r
352     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
353       <Visible>False</Visible>\r
354       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
355       <Install>false</Install>\r
356     </BootstrapperPackage>\r
357     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
358       <Visible>False</Visible>\r
359       <ProductName>Windows Installer 3.1</ProductName>\r
360       <Install>true</Install>\r
361     </BootstrapperPackage>\r
362   </ItemGroup>\r
363   <ItemGroup>\r
364     <COMReference Include="AxQTOControlLib">\r
365       <Guid>{7B92F833-027D-402B-BFF9-A67697366F4E}</Guid>\r
366       <VersionMajor>1</VersionMajor>\r
367       <VersionMinor>0</VersionMinor>\r
368       <Lcid>0</Lcid>\r
369       <WrapperTool>aximp</WrapperTool>\r
370       <Isolated>False</Isolated>\r
371     </COMReference>\r
372     <COMReference Include="QTOControlLib">\r
373       <Guid>{7B92F833-027D-402B-BFF9-A67697366F4E}</Guid>\r
374       <VersionMajor>1</VersionMajor>\r
375       <VersionMinor>0</VersionMinor>\r
376       <Lcid>0</Lcid>\r
377       <WrapperTool>tlbimp</WrapperTool>\r
378       <Isolated>False</Isolated>\r
379     </COMReference>\r
380     <COMReference Include="QTOLibrary">\r
381       <Guid>{29866AED-1E14-417D-BA0F-1A2BE6F5A19E}</Guid>\r
382       <VersionMajor>1</VersionMajor>\r
383       <VersionMinor>0</VersionMinor>\r
384       <Lcid>0</Lcid>\r
385       <WrapperTool>tlbimp</WrapperTool>\r
386       <Isolated>False</Isolated>\r
387     </COMReference>\r
388     <COMReference Include="stdole">\r
389       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>\r
390       <VersionMajor>2</VersionMajor>\r
391       <VersionMinor>0</VersionMinor>\r
392       <Lcid>0</Lcid>\r
393       <WrapperTool>primary</WrapperTool>\r
394       <Isolated>False</Isolated>\r
395     </COMReference>\r
396   </ItemGroup>\r
397   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
398   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
399        Other similar extension points exist, see Microsoft.Common.targets.\r
400   <Target Name="BeforeBuild">\r
401   </Target>\r
402   <Target Name="AfterBuild">\r
403   </Target>\r
404   -->\r
405 </Project>