OSDN Git Service

61db8ab091db3823bd493bff43524b201e089f51
[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     <PublishUrl>publish\</PublishUrl>\r
23     <Install>true</Install>\r
24     <InstallFrom>Disk</InstallFrom>\r
25     <UpdateEnabled>false</UpdateEnabled>\r
26     <UpdateMode>Foreground</UpdateMode>\r
27     <UpdateInterval>7</UpdateInterval>\r
28     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
29     <UpdatePeriodically>false</UpdatePeriodically>\r
30     <UpdateRequired>false</UpdateRequired>\r
31     <MapFileExtensions>true</MapFileExtensions>\r
32     <ApplicationRevision>0</ApplicationRevision>\r
33     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
34     <IsWebBootstrapper>false</IsWebBootstrapper>\r
35     <UseApplicationTrust>false</UseApplicationTrust>\r
36     <BootstrapperEnabled>true</BootstrapperEnabled>\r
37   </PropertyGroup>\r
38   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
39     <DebugSymbols>true</DebugSymbols>\r
40     <DebugType>full</DebugType>\r
41     <Optimize>true</Optimize>\r
42     <OutputPath>bin\Debug\</OutputPath>\r
43     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
44     <ErrorReport>prompt</ErrorReport>\r
45     <WarningLevel>4</WarningLevel>\r
46     <LangVersion>default</LangVersion>\r
47     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
48     <NoStdLib>false</NoStdLib>\r
49     <DocumentationFile>\r
50     </DocumentationFile>\r
51   </PropertyGroup>\r
52   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
53     <DebugType>pdbonly</DebugType>\r
54     <Optimize>true</Optimize>\r
55     <OutputPath>bin\Release\</OutputPath>\r
56     <DefineConstants>TRACE</DefineConstants>\r
57     <ErrorReport>prompt</ErrorReport>\r
58     <WarningLevel>4</WarningLevel>\r
59     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
60     <UseVSHostingProcess>false</UseVSHostingProcess>\r
61     <DocumentationFile>\r
62     </DocumentationFile>\r
63   </PropertyGroup>\r
64   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
65     <PlatformTarget>x86</PlatformTarget>\r
66     <OutputPath>bin\x86\Debug\</OutputPath>\r
67   </PropertyGroup>\r
68   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
69     <PlatformTarget>x86</PlatformTarget>\r
70     <OutputPath>bin\x86\Release\</OutputPath>\r
71     <UseVSHostingProcess>false</UseVSHostingProcess>\r
72   </PropertyGroup>\r
73   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Build|AnyCPU' ">\r
74     <OutputPath>bin\Build\</OutputPath>\r
75     <DefineConstants>TRACE</DefineConstants>\r
76     <DebugType>pdbonly</DebugType>\r
77     <PlatformTarget>AnyCPU</PlatformTarget>\r
78     <ErrorReport>prompt</ErrorReport>\r
79   </PropertyGroup>\r
80   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Build|x86' ">\r
81     <OutputPath>bin\x86\Build\</OutputPath>\r
82     <PlatformTarget>x86</PlatformTarget>\r
83   </PropertyGroup>\r
84   <ItemGroup>\r
85     <Reference Include="PresentationCore">\r
86       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
87     </Reference>\r
88     <Reference Include="PresentationFramework">\r
89       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
90     </Reference>\r
91     <Reference Include="System" />\r
92     <Reference Include="System.Data" />\r
93     <Reference Include="System.Deployment" />\r
94     <Reference Include="System.Drawing" />\r
95     <Reference Include="System.Messaging" />\r
96     <Reference Include="System.Windows.Forms" />\r
97     <Reference Include="System.Xml" />\r
98     <Reference Include="UIAutomationProvider">\r
99       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
100     </Reference>\r
101     <Reference Include="WindowsBase">\r
102       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
103     </Reference>\r
104     <Reference Include="WindowsFormsIntegration">\r
105       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
106     </Reference>\r
107   </ItemGroup>\r
108   <ItemGroup>\r
109     <Compile Include="frmActivityWindow.cs">\r
110       <SubType>Form</SubType>\r
111     </Compile>\r
112     <Compile Include="frmActivityWindow.Designer.cs">\r
113       <DependentUpon>frmActivityWindow.cs</DependentUpon>\r
114     </Compile>\r
115     <Compile Include="frmAbout.cs">\r
116       <SubType>Form</SubType>\r
117     </Compile>\r
118     <Compile Include="frmAbout.Designer.cs">\r
119       <DependentUpon>frmAbout.cs</DependentUpon>\r
120     </Compile>\r
121     <Compile Include="frmDownload.cs">\r
122       <SubType>Form</SubType>\r
123     </Compile>\r
124     <Compile Include="frmDownload.Designer.cs">\r
125       <DependentUpon>frmDownload.cs</DependentUpon>\r
126     </Compile>\r
127     <Compile Include="frmDvdInfo.cs">\r
128       <SubType>Form</SubType>\r
129     </Compile>\r
130     <Compile Include="frmDvdInfo.Designer.cs">\r
131       <DependentUpon>frmDvdInfo.cs</DependentUpon>\r
132     </Compile>\r
133     <Compile Include="frmMain.cs">\r
134       <SubType>Form</SubType>\r
135     </Compile>\r
136     <Compile Include="frmMain.Designer.cs">\r
137       <DependentUpon>frmMain.cs</DependentUpon>\r
138     </Compile>\r
139     <Compile Include="frmOptions.cs">\r
140       <SubType>Form</SubType>\r
141     </Compile>\r
142     <Compile Include="frmOptions.Designer.cs">\r
143       <DependentUpon>frmOptions.cs</DependentUpon>\r
144     </Compile>\r
145     <Compile Include="frmQueue.cs">\r
146       <SubType>Form</SubType>\r
147     </Compile>\r
148     <Compile Include="frmQueue.Designer.cs">\r
149       <DependentUpon>frmQueue.cs</DependentUpon>\r
150     </Compile>\r
151     <Compile Include="frmUpdater.cs">\r
152       <SubType>Form</SubType>\r
153     </Compile>\r
154     <Compile Include="frmUpdater.Designer.cs">\r
155       <DependentUpon>frmUpdater.cs</DependentUpon>\r
156     </Compile>\r
157     <Compile Include="Functions\Common.cs" />\r
158     <Compile Include="Functions\RssReader.cs" />\r
159     <Compile Include="Functions\CLI.cs" />\r
160     <Compile Include="Functions\QueryParser.cs" />\r
161     <Compile Include="Parsing\AudioTrack.cs" />\r
162     <Compile Include="Parsing\Chapter.cs" />\r
163     <Compile Include="Parsing\DVD.cs" />\r
164     <Compile Include="Parsing\Parser.cs" />\r
165     <Compile Include="Parsing\Subtitle.cs" />\r
166     <Compile Include="Parsing\Title.cs" />\r
167     <Compile Include="Program.cs" />\r
168     <Compile Include="Properties\AssemblyInfo.cs" />\r
169     <EmbeddedResource Include="frmActivityWindow.resx">\r
170       <DependentUpon>frmActivityWindow.cs</DependentUpon>\r
171       <SubType>Designer</SubType>\r
172     </EmbeddedResource>\r
173     <EmbeddedResource Include="frmAbout.resx">\r
174       <SubType>Designer</SubType>\r
175       <DependentUpon>frmAbout.cs</DependentUpon>\r
176     </EmbeddedResource>\r
177     <EmbeddedResource Include="frmDownload.resx">\r
178       <SubType>Designer</SubType>\r
179       <DependentUpon>frmDownload.cs</DependentUpon>\r
180     </EmbeddedResource>\r
181     <EmbeddedResource Include="frmDvdInfo.resx">\r
182       <SubType>Designer</SubType>\r
183       <DependentUpon>frmDvdInfo.cs</DependentUpon>\r
184     </EmbeddedResource>\r
185     <EmbeddedResource Include="frmMain.resx">\r
186       <SubType>Designer</SubType>\r
187       <DependentUpon>frmMain.cs</DependentUpon>\r
188     </EmbeddedResource>\r
189     <EmbeddedResource Include="frmOptions.resx">\r
190       <SubType>Designer</SubType>\r
191       <DependentUpon>frmOptions.cs</DependentUpon>\r
192     </EmbeddedResource>\r
193     <EmbeddedResource Include="frmQueue.resx">\r
194       <SubType>Designer</SubType>\r
195       <DependentUpon>frmQueue.cs</DependentUpon>\r
196     </EmbeddedResource>\r
197     <EmbeddedResource Include="frmUpdater.resx">\r
198       <SubType>Designer</SubType>\r
199       <DependentUpon>frmUpdater.cs</DependentUpon>\r
200     </EmbeddedResource>\r
201     <EmbeddedResource Include="Properties\Resources.resx">\r
202       <Generator>ResXFileCodeGenerator</Generator>\r
203       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
204       <SubType>Designer</SubType>\r
205     </EmbeddedResource>\r
206     <EmbeddedResource Include="frmReadDVD.resx">\r
207       <SubType>Designer</SubType>\r
208       <DependentUpon>frmReadDVD.cs</DependentUpon>\r
209     </EmbeddedResource>\r
210     <EmbeddedResource Include="frmSplashScreen.resx">\r
211       <SubType>Designer</SubType>\r
212       <DependentUpon>frmSplashScreen.cs</DependentUpon>\r
213     </EmbeddedResource>\r
214     <Compile Include="Properties\Resources.Designer.cs">\r
215       <AutoGen>True</AutoGen>\r
216       <DependentUpon>Resources.resx</DependentUpon>\r
217       <DesignTime>True</DesignTime>\r
218     </Compile>\r
219     <None Include="app.config" />\r
220     <None Include="Properties\Settings.settings">\r
221       <Generator>SettingsSingleFileGenerator</Generator>\r
222       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
223     </None>\r
224     <Compile Include="Properties\Settings.Designer.cs">\r
225       <AutoGen>True</AutoGen>\r
226       <DependentUpon>Settings.settings</DependentUpon>\r
227       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
228     </Compile>\r
229     <Compile Include="frmReadDVD.cs">\r
230       <SubType>Form</SubType>\r
231     </Compile>\r
232     <Compile Include="frmReadDVD.Designer.cs">\r
233       <DependentUpon>frmReadDVD.cs</DependentUpon>\r
234     </Compile>\r
235     <Compile Include="frmSplashScreen.cs">\r
236       <SubType>Form</SubType>\r
237     </Compile>\r
238     <Compile Include="frmSplashScreen.Designer.cs">\r
239       <DependentUpon>frmSplashScreen.cs</DependentUpon>\r
240     </Compile>\r
241   </ItemGroup>\r
242   <ItemGroup>\r
243     <Content Include="handbrakepineapple.ico" />\r
244     <None Include="Resources\logo64.png" />\r
245     <None Include="Resources\logo128.png" />\r
246     <None Include="Resources\ActivityWindow.png" />\r
247     <None Include="Resources\AddToQueue.png" />\r
248     <Content Include="Resources\Output_Small.png" />\r
249     <None Include="Resources\Pause.png" />\r
250     <None Include="Resources\Play.png" />\r
251     <Content Include="Resources\Pref_Small.png" />\r
252     <Content Include="Resources\Queue.png" />\r
253     <Content Include="Resources\Queue_Small.png" />\r
254     <None Include="Resources\SplashScreen.jpg" />\r
255     <None Include="Resources\Remove.png" />\r
256     <None Include="Resources\Movies.png" />\r
257     <None Include="Resources\info.png" />\r
258     <None Include="Resources\History.png" />\r
259     <None Include="Resources\Help.png" />\r
260     <None Include="Resources\General Preferences.png" />\r
261     <None Include="Resources\Emoticon.png" />\r
262     <None Include="Resources\Disc.png" />\r
263     <None Include="Resources\Delete.png" />\r
264     <None Include="Resources\Burn.png" />\r
265   </ItemGroup>\r
266   <ItemGroup>\r
267     <COMReference Include="AxMSComctlLib">\r
268       <Guid>{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}</Guid>\r
269       <VersionMajor>2</VersionMajor>\r
270       <VersionMinor>0</VersionMinor>\r
271       <Lcid>0</Lcid>\r
272       <WrapperTool>aximp</WrapperTool>\r
273       <Isolated>False</Isolated>\r
274     </COMReference>\r
275     <COMReference Include="MSComctlLib">\r
276       <Guid>{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}</Guid>\r
277       <VersionMajor>2</VersionMajor>\r
278       <VersionMinor>0</VersionMinor>\r
279       <Lcid>0</Lcid>\r
280       <WrapperTool>primary</WrapperTool>\r
281       <Isolated>False</Isolated>\r
282     </COMReference>\r
283     <COMReference Include="stdole">\r
284       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>\r
285       <VersionMajor>2</VersionMajor>\r
286       <VersionMinor>0</VersionMinor>\r
287       <Lcid>0</Lcid>\r
288       <WrapperTool>primary</WrapperTool>\r
289       <Isolated>False</Isolated>\r
290     </COMReference>\r
291   </ItemGroup>\r
292   <ItemGroup>\r
293     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">\r
294       <Visible>False</Visible>\r
295       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>\r
296       <Install>false</Install>\r
297     </BootstrapperPackage>\r
298     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">\r
299       <Visible>False</Visible>\r
300       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>\r
301       <Install>false</Install>\r
302     </BootstrapperPackage>\r
303     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">\r
304       <Visible>False</Visible>\r
305       <ProductName>.NET Framework 3.5</ProductName>\r
306       <Install>true</Install>\r
307     </BootstrapperPackage>\r
308     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
309       <Visible>False</Visible>\r
310       <ProductName>Windows Installer 3.1</ProductName>\r
311       <Install>true</Install>\r
312     </BootstrapperPackage>\r
313   </ItemGroup>\r
314   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
315   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
316        Other similar extension points exist, see Microsoft.Common.targets.\r
317   <Target Name="BeforeBuild">\r
318   </Target>\r
319   <Target Name="AfterBuild">\r
320   </Target>\r
321   -->\r
322 </Project>