OSDN Git Service

Change the fifo size from being statically tuned for a Mac Pro with 4 CPUs to dynamic...
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrakeCS.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>8.0.50727</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   </PropertyGroup>\r
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
18     <DebugSymbols>true</DebugSymbols>\r
19     <DebugType>full</DebugType>\r
20     <Optimize>true</Optimize>\r
21     <OutputPath>bin\Debug\</OutputPath>\r
22     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
23     <ErrorReport>prompt</ErrorReport>\r
24     <WarningLevel>4</WarningLevel>\r
25     <LangVersion>default</LangVersion>\r
26     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
27     <NoStdLib>false</NoStdLib>\r
28     <DocumentationFile>\r
29     </DocumentationFile>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
32     <DebugType>pdbonly</DebugType>\r
33     <Optimize>true</Optimize>\r
34     <OutputPath>bin\Release\</OutputPath>\r
35     <DefineConstants>TRACE</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>\r
39     <UseVSHostingProcess>false</UseVSHostingProcess>\r
40     <DocumentationFile>bin\Release\Handbrake.XML</DocumentationFile>\r
41   </PropertyGroup>\r
42   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
43     <PlatformTarget>x86</PlatformTarget>\r
44     <OutputPath>bin\x86\Debug\</OutputPath>\r
45   </PropertyGroup>\r
46   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
47     <PlatformTarget>x86</PlatformTarget>\r
48     <OutputPath>bin\x86\Release\</OutputPath>\r
49     <UseVSHostingProcess>false</UseVSHostingProcess>\r
50   </PropertyGroup>\r
51   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Build|AnyCPU' ">\r
52     <OutputPath>bin\Build\</OutputPath>\r
53     <DefineConstants>TRACE</DefineConstants>\r
54     <DebugType>pdbonly</DebugType>\r
55     <PlatformTarget>AnyCPU</PlatformTarget>\r
56     <ErrorReport>prompt</ErrorReport>\r
57   </PropertyGroup>\r
58   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Build|x86' ">\r
59     <OutputPath>bin\x86\Build\</OutputPath>\r
60     <PlatformTarget>x86</PlatformTarget>\r
61   </PropertyGroup>\r
62   <ItemGroup>\r
63     <Reference Include="System" />\r
64     <Reference Include="System.Data" />\r
65     <Reference Include="System.Deployment" />\r
66     <Reference Include="System.Drawing" />\r
67     <Reference Include="System.Windows.Forms" />\r
68     <Reference Include="System.Xml" />\r
69   </ItemGroup>\r
70   <ItemGroup>\r
71     <Compile Include="frmAbout.cs">\r
72       <SubType>Form</SubType>\r
73     </Compile>\r
74     <Compile Include="frmAbout.Designer.cs">\r
75       <DependentUpon>frmAbout.cs</DependentUpon>\r
76     </Compile>\r
77     <Compile Include="frmDvdInfo.cs">\r
78       <SubType>Form</SubType>\r
79     </Compile>\r
80     <Compile Include="frmDvdInfo.Designer.cs">\r
81       <DependentUpon>frmDvdInfo.cs</DependentUpon>\r
82     </Compile>\r
83     <Compile Include="frmMain.cs">\r
84       <SubType>Form</SubType>\r
85     </Compile>\r
86     <Compile Include="frmMain.Designer.cs">\r
87       <DependentUpon>frmMain.cs</DependentUpon>\r
88     </Compile>\r
89     <Compile Include="frmOptions.cs">\r
90       <SubType>Form</SubType>\r
91     </Compile>\r
92     <Compile Include="frmOptions.Designer.cs">\r
93       <DependentUpon>frmOptions.cs</DependentUpon>\r
94     </Compile>\r
95     <Compile Include="frmQuickStart.cs">\r
96       <SubType>Form</SubType>\r
97     </Compile>\r
98     <Compile Include="frmQuickStart.Designer.cs">\r
99       <DependentUpon>frmQuickStart.cs</DependentUpon>\r
100     </Compile>\r
101     <Compile Include="Functions\CLI.cs" />\r
102     <Compile Include="Parsing\AudioTrack.cs" />\r
103     <Compile Include="Parsing\Chapter.cs" />\r
104     <Compile Include="Parsing\DVD.cs" />\r
105     <Compile Include="Parsing\Parser.cs" />\r
106     <Compile Include="Parsing\Subtitle.cs" />\r
107     <Compile Include="Parsing\Title.cs" />\r
108     <Compile Include="Program.cs" />\r
109     <Compile Include="Properties\AssemblyInfo.cs" />\r
110     <EmbeddedResource Include="frmAbout.resx">\r
111       <SubType>Designer</SubType>\r
112       <DependentUpon>frmAbout.cs</DependentUpon>\r
113     </EmbeddedResource>\r
114     <EmbeddedResource Include="frmDvdInfo.resx">\r
115       <SubType>Designer</SubType>\r
116       <DependentUpon>frmDvdInfo.cs</DependentUpon>\r
117     </EmbeddedResource>\r
118     <EmbeddedResource Include="frmMain.resx">\r
119       <SubType>Designer</SubType>\r
120       <DependentUpon>frmMain.cs</DependentUpon>\r
121     </EmbeddedResource>\r
122     <EmbeddedResource Include="frmOptions.resx">\r
123       <SubType>Designer</SubType>\r
124       <DependentUpon>frmOptions.cs</DependentUpon>\r
125     </EmbeddedResource>\r
126     <EmbeddedResource Include="frmQuickStart.resx">\r
127       <SubType>Designer</SubType>\r
128       <DependentUpon>frmQuickStart.cs</DependentUpon>\r
129     </EmbeddedResource>\r
130     <EmbeddedResource Include="Properties\Resources.resx">\r
131       <Generator>ResXFileCodeGenerator</Generator>\r
132       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
133       <SubType>Designer</SubType>\r
134     </EmbeddedResource>\r
135     <EmbeddedResource Include="frmQueue.resx">\r
136       <SubType>Designer</SubType>\r
137       <DependentUpon>frmQueue.cs</DependentUpon>\r
138     </EmbeddedResource>\r
139     <EmbeddedResource Include="frmReadDVD.resx">\r
140       <SubType>Designer</SubType>\r
141       <DependentUpon>frmReadDVD.cs</DependentUpon>\r
142     </EmbeddedResource>\r
143     <EmbeddedResource Include="frmSplashScreen.resx">\r
144       <SubType>Designer</SubType>\r
145       <DependentUpon>frmSplashScreen.cs</DependentUpon>\r
146     </EmbeddedResource>\r
147     <Compile Include="Properties\Resources.Designer.cs">\r
148       <AutoGen>True</AutoGen>\r
149       <DependentUpon>Resources.resx</DependentUpon>\r
150       <DesignTime>True</DesignTime>\r
151     </Compile>\r
152     <None Include="app.config" />\r
153     <None Include="Properties\Settings.settings">\r
154       <Generator>SettingsSingleFileGenerator</Generator>\r
155       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
156     </None>\r
157     <Compile Include="Properties\Settings.Designer.cs">\r
158       <AutoGen>True</AutoGen>\r
159       <DependentUpon>Settings.settings</DependentUpon>\r
160       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
161     </Compile>\r
162     <Compile Include="frmQueue.cs">\r
163       <SubType>Form</SubType>\r
164     </Compile>\r
165     <Compile Include="frmQueue.Designer.cs">\r
166       <DependentUpon>frmQueue.cs</DependentUpon>\r
167     </Compile>\r
168     <Compile Include="frmReadDVD.cs">\r
169       <SubType>Form</SubType>\r
170     </Compile>\r
171     <Compile Include="frmReadDVD.Designer.cs">\r
172       <DependentUpon>frmReadDVD.cs</DependentUpon>\r
173     </Compile>\r
174     <Compile Include="frmSplashScreen.cs">\r
175       <SubType>Form</SubType>\r
176     </Compile>\r
177     <Compile Include="frmSplashScreen.Designer.cs">\r
178       <DependentUpon>frmSplashScreen.cs</DependentUpon>\r
179     </Compile>\r
180   </ItemGroup>\r
181   <ItemGroup>\r
182     <Content Include="handbrakepineapple.ico" />\r
183     <Content Include="Resources\Output_Small.png" />\r
184     <Content Include="Resources\Pref_Small.png" />\r
185     <Content Include="Resources\Queue.png" />\r
186     <Content Include="Resources\Queue_Small.png" />\r
187     <None Include="Resources\SplashScreen.jpg" />\r
188     <None Include="Resources\Remove.png" />\r
189     <None Include="Resources\Movies.png" />\r
190     <None Include="Resources\info.png" />\r
191     <None Include="Resources\History.png" />\r
192     <None Include="Resources\Help.png" />\r
193     <None Include="Resources\General Preferences.png" />\r
194     <None Include="Resources\Emoticon.png" />\r
195     <None Include="Resources\Disc.png" />\r
196     <None Include="Resources\Delete.png" />\r
197     <None Include="Resources\Burn.png" />\r
198   </ItemGroup>\r
199   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
200   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
201        Other similar extension points exist, see Microsoft.Common.targets.\r
202   <Target Name="BeforeBuild">\r
203   </Target>\r
204   <Target Name="AfterBuild">\r
205   </Target>\r
206   -->\r
207 </Project>