OSDN Git Service

bfdf2153ee8c4a18851b68e4bcc8afffc2daf6a4
[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>\r
41     </DocumentationFile>\r
42   </PropertyGroup>\r
43   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
44     <PlatformTarget>x86</PlatformTarget>\r
45     <OutputPath>bin\x86\Debug\</OutputPath>\r
46   </PropertyGroup>\r
47   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
48     <PlatformTarget>x86</PlatformTarget>\r
49     <OutputPath>bin\x86\Release\</OutputPath>\r
50     <UseVSHostingProcess>false</UseVSHostingProcess>\r
51   </PropertyGroup>\r
52   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Build|AnyCPU' ">\r
53     <OutputPath>bin\Build\</OutputPath>\r
54     <DefineConstants>TRACE</DefineConstants>\r
55     <DebugType>pdbonly</DebugType>\r
56     <PlatformTarget>AnyCPU</PlatformTarget>\r
57     <ErrorReport>prompt</ErrorReport>\r
58   </PropertyGroup>\r
59   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Build|x86' ">\r
60     <OutputPath>bin\x86\Build\</OutputPath>\r
61     <PlatformTarget>x86</PlatformTarget>\r
62   </PropertyGroup>\r
63   <ItemGroup>\r
64     <Reference Include="System" />\r
65     <Reference Include="System.Data" />\r
66     <Reference Include="System.Deployment" />\r
67     <Reference Include="System.Drawing" />\r
68     <Reference Include="System.Windows.Forms" />\r
69     <Reference Include="System.Xml" />\r
70   </ItemGroup>\r
71   <ItemGroup>\r
72     <Compile Include="frmAbout.cs">\r
73       <SubType>Form</SubType>\r
74     </Compile>\r
75     <Compile Include="frmAbout.Designer.cs">\r
76       <DependentUpon>frmAbout.cs</DependentUpon>\r
77     </Compile>\r
78     <Compile Include="frmDownload.cs">\r
79       <SubType>Form</SubType>\r
80     </Compile>\r
81     <Compile Include="frmDownload.Designer.cs">\r
82       <DependentUpon>frmDownload.cs</DependentUpon>\r
83     </Compile>\r
84     <Compile Include="frmDvdInfo.cs">\r
85       <SubType>Form</SubType>\r
86     </Compile>\r
87     <Compile Include="frmDvdInfo.Designer.cs">\r
88       <DependentUpon>frmDvdInfo.cs</DependentUpon>\r
89     </Compile>\r
90     <Compile Include="frmMain.cs">\r
91       <SubType>Form</SubType>\r
92     </Compile>\r
93     <Compile Include="frmMain.Designer.cs">\r
94       <DependentUpon>frmMain.cs</DependentUpon>\r
95     </Compile>\r
96     <Compile Include="frmOptions.cs">\r
97       <SubType>Form</SubType>\r
98     </Compile>\r
99     <Compile Include="frmOptions.Designer.cs">\r
100       <DependentUpon>frmOptions.cs</DependentUpon>\r
101     </Compile>\r
102     <Compile Include="frmQueue.cs">\r
103       <SubType>Form</SubType>\r
104     </Compile>\r
105     <Compile Include="frmQueue.Designer.cs">\r
106       <DependentUpon>frmQueue.cs</DependentUpon>\r
107     </Compile>\r
108     <Compile Include="frmUpdater.cs">\r
109       <SubType>Form</SubType>\r
110     </Compile>\r
111     <Compile Include="frmUpdater.Designer.cs">\r
112       <DependentUpon>frmUpdater.cs</DependentUpon>\r
113     </Compile>\r
114     <Compile Include="Functions\Common.cs" />\r
115     <Compile Include="Functions\RssReader.cs" />\r
116     <Compile Include="Functions\CLI.cs" />\r
117     <Compile Include="Functions\QueryParser.cs" />\r
118     <Compile Include="Parsing\AudioTrack.cs" />\r
119     <Compile Include="Parsing\Chapter.cs" />\r
120     <Compile Include="Parsing\DVD.cs" />\r
121     <Compile Include="Parsing\Parser.cs" />\r
122     <Compile Include="Parsing\Subtitle.cs" />\r
123     <Compile Include="Parsing\Title.cs" />\r
124     <Compile Include="Program.cs" />\r
125     <Compile Include="Properties\AssemblyInfo.cs" />\r
126     <EmbeddedResource Include="frmAbout.resx">\r
127       <SubType>Designer</SubType>\r
128       <DependentUpon>frmAbout.cs</DependentUpon>\r
129     </EmbeddedResource>\r
130     <EmbeddedResource Include="frmDownload.resx">\r
131       <SubType>Designer</SubType>\r
132       <DependentUpon>frmDownload.cs</DependentUpon>\r
133     </EmbeddedResource>\r
134     <EmbeddedResource Include="frmDvdInfo.resx">\r
135       <SubType>Designer</SubType>\r
136       <DependentUpon>frmDvdInfo.cs</DependentUpon>\r
137     </EmbeddedResource>\r
138     <EmbeddedResource Include="frmMain.resx">\r
139       <SubType>Designer</SubType>\r
140       <DependentUpon>frmMain.cs</DependentUpon>\r
141     </EmbeddedResource>\r
142     <EmbeddedResource Include="frmOptions.resx">\r
143       <SubType>Designer</SubType>\r
144       <DependentUpon>frmOptions.cs</DependentUpon>\r
145     </EmbeddedResource>\r
146     <EmbeddedResource Include="frmQueue.resx">\r
147       <SubType>Designer</SubType>\r
148       <DependentUpon>frmQueue.cs</DependentUpon>\r
149     </EmbeddedResource>\r
150     <EmbeddedResource Include="frmUpdater.resx">\r
151       <SubType>Designer</SubType>\r
152       <DependentUpon>frmUpdater.cs</DependentUpon>\r
153     </EmbeddedResource>\r
154     <EmbeddedResource Include="Properties\Resources.resx">\r
155       <Generator>ResXFileCodeGenerator</Generator>\r
156       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
157       <SubType>Designer</SubType>\r
158     </EmbeddedResource>\r
159     <EmbeddedResource Include="frmReadDVD.resx">\r
160       <SubType>Designer</SubType>\r
161       <DependentUpon>frmReadDVD.cs</DependentUpon>\r
162     </EmbeddedResource>\r
163     <EmbeddedResource Include="frmSplashScreen.resx">\r
164       <SubType>Designer</SubType>\r
165       <DependentUpon>frmSplashScreen.cs</DependentUpon>\r
166     </EmbeddedResource>\r
167     <Compile Include="Properties\Resources.Designer.cs">\r
168       <AutoGen>True</AutoGen>\r
169       <DependentUpon>Resources.resx</DependentUpon>\r
170       <DesignTime>True</DesignTime>\r
171     </Compile>\r
172     <None Include="app.config" />\r
173     <None Include="Properties\Settings.settings">\r
174       <Generator>SettingsSingleFileGenerator</Generator>\r
175       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
176     </None>\r
177     <Compile Include="Properties\Settings.Designer.cs">\r
178       <AutoGen>True</AutoGen>\r
179       <DependentUpon>Settings.settings</DependentUpon>\r
180       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
181     </Compile>\r
182     <Compile Include="frmReadDVD.cs">\r
183       <SubType>Form</SubType>\r
184     </Compile>\r
185     <Compile Include="frmReadDVD.Designer.cs">\r
186       <DependentUpon>frmReadDVD.cs</DependentUpon>\r
187     </Compile>\r
188     <Compile Include="frmSplashScreen.cs">\r
189       <SubType>Form</SubType>\r
190     </Compile>\r
191     <Compile Include="frmSplashScreen.Designer.cs">\r
192       <DependentUpon>frmSplashScreen.cs</DependentUpon>\r
193     </Compile>\r
194   </ItemGroup>\r
195   <ItemGroup>\r
196     <Content Include="handbrakepineapple.ico" />\r
197     <None Include="Resources\logo64.png" />\r
198     <None Include="Resources\logo128.png" />\r
199     <None Include="Resources\ActivityWindow.png" />\r
200     <Content Include="Resources\Output_Small.png" />\r
201     <None Include="Resources\Pause.png" />\r
202     <None Include="Resources\Play.png" />\r
203     <Content Include="Resources\Pref_Small.png" />\r
204     <Content Include="Resources\Queue.png" />\r
205     <Content Include="Resources\Queue_Small.png" />\r
206     <None Include="Resources\SplashScreen.jpg" />\r
207     <None Include="Resources\Remove.png" />\r
208     <None Include="Resources\Movies.png" />\r
209     <None Include="Resources\info.png" />\r
210     <None Include="Resources\History.png" />\r
211     <None Include="Resources\Help.png" />\r
212     <None Include="Resources\General Preferences.png" />\r
213     <None Include="Resources\Emoticon.png" />\r
214     <None Include="Resources\Disc.png" />\r
215     <None Include="Resources\Delete.png" />\r
216     <None Include="Resources\Burn.png" />\r
217   </ItemGroup>\r
218   <ItemGroup>\r
219     <COMReference Include="AxMSComctlLib">\r
220       <Guid>{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}</Guid>\r
221       <VersionMajor>2</VersionMajor>\r
222       <VersionMinor>0</VersionMinor>\r
223       <Lcid>0</Lcid>\r
224       <WrapperTool>aximp</WrapperTool>\r
225       <Isolated>False</Isolated>\r
226     </COMReference>\r
227     <COMReference Include="MSComctlLib">\r
228       <Guid>{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}</Guid>\r
229       <VersionMajor>2</VersionMajor>\r
230       <VersionMinor>0</VersionMinor>\r
231       <Lcid>0</Lcid>\r
232       <WrapperTool>primary</WrapperTool>\r
233       <Isolated>False</Isolated>\r
234     </COMReference>\r
235     <COMReference Include="stdole">\r
236       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>\r
237       <VersionMajor>2</VersionMajor>\r
238       <VersionMinor>0</VersionMinor>\r
239       <Lcid>0</Lcid>\r
240       <WrapperTool>primary</WrapperTool>\r
241       <Isolated>False</Isolated>\r
242     </COMReference>\r
243   </ItemGroup>\r
244   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
245   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
246        Other similar extension points exist, see Microsoft.Common.targets.\r
247   <Target Name="BeforeBuild">\r
248   </Target>\r
249   <Target Name="AfterBuild">\r
250   </Target>\r
251   -->\r
252 </Project>