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