OSDN Git Service

93cd6e8a85b18d467a21fbaa5d71a888c07d2da3
[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>v3.5</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="System" />\r
86     <Reference Include="System.Core">\r
87       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
88     </Reference>\r
89     <Reference Include="System.Data" />\r
90     <Reference Include="System.Deployment" />\r
91     <Reference Include="System.Drawing" />\r
92     <Reference Include="System.Messaging" />\r
93     <Reference Include="System.Windows.Forms" />\r
94     <Reference Include="System.Xml" />\r
95   </ItemGroup>\r
96   <ItemGroup>\r
97     <Compile Include="frmActivityWindow.cs">\r
98       <SubType>Form</SubType>\r
99     </Compile>\r
100     <Compile Include="frmActivityWindow.Designer.cs">\r
101       <DependentUpon>frmActivityWindow.cs</DependentUpon>\r
102     </Compile>\r
103     <Compile Include="frmAbout.cs">\r
104       <SubType>Form</SubType>\r
105     </Compile>\r
106     <Compile Include="frmAbout.Designer.cs">\r
107       <DependentUpon>frmAbout.cs</DependentUpon>\r
108     </Compile>\r
109     <Compile Include="frmDownload.cs">\r
110       <SubType>Form</SubType>\r
111     </Compile>\r
112     <Compile Include="frmDownload.Designer.cs">\r
113       <DependentUpon>frmDownload.cs</DependentUpon>\r
114     </Compile>\r
115     <Compile Include="frmDvdInfo.cs">\r
116       <SubType>Form</SubType>\r
117     </Compile>\r
118     <Compile Include="frmDvdInfo.Designer.cs">\r
119       <DependentUpon>frmDvdInfo.cs</DependentUpon>\r
120     </Compile>\r
121     <Compile Include="frmMain.cs">\r
122       <SubType>Form</SubType>\r
123     </Compile>\r
124     <Compile Include="frmMain.Designer.cs">\r
125       <DependentUpon>frmMain.cs</DependentUpon>\r
126     </Compile>\r
127     <Compile Include="frmOptions.cs">\r
128       <SubType>Form</SubType>\r
129     </Compile>\r
130     <Compile Include="frmOptions.Designer.cs">\r
131       <DependentUpon>frmOptions.cs</DependentUpon>\r
132     </Compile>\r
133     <Compile Include="frmQueue.cs">\r
134       <SubType>Form</SubType>\r
135     </Compile>\r
136     <Compile Include="frmQueue.Designer.cs">\r
137       <DependentUpon>frmQueue.cs</DependentUpon>\r
138     </Compile>\r
139     <Compile Include="frmUpdater.cs">\r
140       <SubType>Form</SubType>\r
141     </Compile>\r
142     <Compile Include="frmUpdater.Designer.cs">\r
143       <DependentUpon>frmUpdater.cs</DependentUpon>\r
144     </Compile>\r
145     <Compile Include="Functions\Common.cs" />\r
146     <Compile Include="Functions\RssReader.cs" />\r
147     <Compile Include="Functions\CLI.cs" />\r
148     <Compile Include="Functions\QueryParser.cs" />\r
149     <Compile Include="Parsing\AudioTrack.cs" />\r
150     <Compile Include="Parsing\Chapter.cs" />\r
151     <Compile Include="Parsing\DVD.cs" />\r
152     <Compile Include="Parsing\Parser.cs" />\r
153     <Compile Include="Parsing\Subtitle.cs" />\r
154     <Compile Include="Parsing\Title.cs" />\r
155     <Compile Include="Program.cs" />\r
156     <Compile Include="Properties\AssemblyInfo.cs" />\r
157     <EmbeddedResource Include="frmActivityWindow.resx">\r
158       <DependentUpon>frmActivityWindow.cs</DependentUpon>\r
159       <SubType>Designer</SubType>\r
160     </EmbeddedResource>\r
161     <EmbeddedResource Include="frmAbout.resx">\r
162       <SubType>Designer</SubType>\r
163       <DependentUpon>frmAbout.cs</DependentUpon>\r
164     </EmbeddedResource>\r
165     <EmbeddedResource Include="frmDownload.resx">\r
166       <SubType>Designer</SubType>\r
167       <DependentUpon>frmDownload.cs</DependentUpon>\r
168     </EmbeddedResource>\r
169     <EmbeddedResource Include="frmDvdInfo.resx">\r
170       <SubType>Designer</SubType>\r
171       <DependentUpon>frmDvdInfo.cs</DependentUpon>\r
172     </EmbeddedResource>\r
173     <EmbeddedResource Include="frmMain.resx">\r
174       <SubType>Designer</SubType>\r
175       <DependentUpon>frmMain.cs</DependentUpon>\r
176     </EmbeddedResource>\r
177     <EmbeddedResource Include="frmOptions.resx">\r
178       <SubType>Designer</SubType>\r
179       <DependentUpon>frmOptions.cs</DependentUpon>\r
180     </EmbeddedResource>\r
181     <EmbeddedResource Include="frmQueue.resx">\r
182       <SubType>Designer</SubType>\r
183       <DependentUpon>frmQueue.cs</DependentUpon>\r
184     </EmbeddedResource>\r
185     <EmbeddedResource Include="frmUpdater.resx">\r
186       <SubType>Designer</SubType>\r
187       <DependentUpon>frmUpdater.cs</DependentUpon>\r
188     </EmbeddedResource>\r
189     <EmbeddedResource Include="Properties\Resources.resx">\r
190       <Generator>ResXFileCodeGenerator</Generator>\r
191       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
192       <SubType>Designer</SubType>\r
193     </EmbeddedResource>\r
194     <EmbeddedResource Include="frmReadDVD.resx">\r
195       <SubType>Designer</SubType>\r
196       <DependentUpon>frmReadDVD.cs</DependentUpon>\r
197     </EmbeddedResource>\r
198     <EmbeddedResource Include="frmSplashScreen.resx">\r
199       <SubType>Designer</SubType>\r
200       <DependentUpon>frmSplashScreen.cs</DependentUpon>\r
201     </EmbeddedResource>\r
202     <Compile Include="Properties\Resources.Designer.cs">\r
203       <AutoGen>True</AutoGen>\r
204       <DependentUpon>Resources.resx</DependentUpon>\r
205       <DesignTime>True</DesignTime>\r
206     </Compile>\r
207     <None Include="app.config" />\r
208     <None Include="Properties\Settings.settings">\r
209       <Generator>SettingsSingleFileGenerator</Generator>\r
210       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
211     </None>\r
212     <Compile Include="Properties\Settings.Designer.cs">\r
213       <AutoGen>True</AutoGen>\r
214       <DependentUpon>Settings.settings</DependentUpon>\r
215       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
216     </Compile>\r
217     <Compile Include="frmReadDVD.cs">\r
218       <SubType>Form</SubType>\r
219     </Compile>\r
220     <Compile Include="frmReadDVD.Designer.cs">\r
221       <DependentUpon>frmReadDVD.cs</DependentUpon>\r
222     </Compile>\r
223     <Compile Include="frmSplashScreen.cs">\r
224       <SubType>Form</SubType>\r
225     </Compile>\r
226     <Compile Include="frmSplashScreen.Designer.cs">\r
227       <DependentUpon>frmSplashScreen.cs</DependentUpon>\r
228     </Compile>\r
229   </ItemGroup>\r
230   <ItemGroup>\r
231     <Content Include="handbrakepineapple.ico" />\r
232     <None Include="Resources\logo64.png" />\r
233     <None Include="Resources\logo128.png" />\r
234     <None Include="Resources\ActivityWindow.png" />\r
235     <None Include="Resources\AddToQueue.png" />\r
236     <Content Include="Resources\Output_Small.png" />\r
237     <None Include="Resources\Pause.png" />\r
238     <None Include="Resources\Play.png" />\r
239     <Content Include="Resources\Pref_Small.png" />\r
240     <Content Include="Resources\Queue.png" />\r
241     <Content Include="Resources\Queue_Small.png" />\r
242     <None Include="Resources\SplashScreen.jpg" />\r
243     <None Include="Resources\Remove.png" />\r
244     <None Include="Resources\Movies.png" />\r
245     <None Include="Resources\info.png" />\r
246     <None Include="Resources\History.png" />\r
247     <None Include="Resources\Help.png" />\r
248     <None Include="Resources\General Preferences.png" />\r
249     <None Include="Resources\Emoticon.png" />\r
250     <None Include="Resources\Disc.png" />\r
251     <None Include="Resources\Delete.png" />\r
252     <None Include="Resources\Burn.png" />\r
253   </ItemGroup>\r
254   <ItemGroup>\r
255     <COMReference Include="AxMSComctlLib">\r
256       <Guid>{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}</Guid>\r
257       <VersionMajor>2</VersionMajor>\r
258       <VersionMinor>0</VersionMinor>\r
259       <Lcid>0</Lcid>\r
260       <WrapperTool>aximp</WrapperTool>\r
261       <Isolated>False</Isolated>\r
262     </COMReference>\r
263   </ItemGroup>\r
264   <ItemGroup>\r
265     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">\r
266       <Visible>False</Visible>\r
267       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>\r
268       <Install>false</Install>\r
269     </BootstrapperPackage>\r
270     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">\r
271       <Visible>False</Visible>\r
272       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>\r
273       <Install>false</Install>\r
274     </BootstrapperPackage>\r
275     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">\r
276       <Visible>False</Visible>\r
277       <ProductName>.NET Framework 3.5</ProductName>\r
278       <Install>true</Install>\r
279     </BootstrapperPackage>\r
280     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
281       <Visible>False</Visible>\r
282       <ProductName>Windows Installer 3.1</ProductName>\r
283       <Install>true</Install>\r
284     </BootstrapperPackage>\r
285   </ItemGroup>\r
286   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
287   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
288        Other similar extension points exist, see Microsoft.Common.targets.\r
289   <Target Name="BeforeBuild">\r
290   </Target>\r
291   <Target Name="AfterBuild">\r
292   </Target>\r
293   -->\r
294 </Project>