OSDN Git Service

added new parsing code to parse cli output into objects
[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   </PropertyGroup>\r
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
15     <DebugSymbols>true</DebugSymbols>\r
16     <DebugType>full</DebugType>\r
17     <Optimize>false</Optimize>\r
18     <OutputPath>bin\Debug\</OutputPath>\r
19     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
20     <ErrorReport>prompt</ErrorReport>\r
21     <WarningLevel>4</WarningLevel>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
24     <DebugType>pdbonly</DebugType>\r
25     <Optimize>true</Optimize>\r
26     <OutputPath>bin\Release\</OutputPath>\r
27     <DefineConstants>TRACE</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <ItemGroup>\r
32     <Reference Include="System" />\r
33     <Reference Include="System.Data" />\r
34     <Reference Include="System.Deployment" />\r
35     <Reference Include="System.Drawing" />\r
36     <Reference Include="System.Windows.Forms" />\r
37     <Reference Include="System.Xml" />\r
38   </ItemGroup>\r
39   <ItemGroup>\r
40     <Compile Include="frmAbout.cs">\r
41       <SubType>Form</SubType>\r
42     </Compile>\r
43     <Compile Include="frmAbout.Designer.cs">\r
44       <DependentUpon>frmAbout.cs</DependentUpon>\r
45     </Compile>\r
46     <Compile Include="frmDVDData.cs">\r
47       <SubType>Form</SubType>\r
48     </Compile>\r
49     <Compile Include="frmDVDData.Designer.cs">\r
50       <DependentUpon>frmDVDData.cs</DependentUpon>\r
51     </Compile>\r
52     <Compile Include="frmMain.cs">\r
53       <SubType>Form</SubType>\r
54     </Compile>\r
55     <Compile Include="frmMain.Designer.cs">\r
56       <DependentUpon>frmMain.cs</DependentUpon>\r
57     </Compile>\r
58     <Compile Include="frmOptions.cs">\r
59       <SubType>Form</SubType>\r
60     </Compile>\r
61     <Compile Include="frmOptions.Designer.cs">\r
62       <DependentUpon>frmOptions.cs</DependentUpon>\r
63     </Compile>\r
64     <Compile Include="Parsing\AudioTrack.cs" />\r
65     <Compile Include="Parsing\Chapter.cs" />\r
66     <Compile Include="Parsing\DVD.cs" />\r
67     <Compile Include="Parsing\Subtitle.cs" />\r
68     <Compile Include="Parsing\Title.cs" />\r
69     <Compile Include="Program.cs" />\r
70     <Compile Include="Properties\AssemblyInfo.cs" />\r
71     <EmbeddedResource Include="frmAbout.resx">\r
72       <SubType>Designer</SubType>\r
73       <DependentUpon>frmAbout.cs</DependentUpon>\r
74     </EmbeddedResource>\r
75     <EmbeddedResource Include="frmDVDData.resx">\r
76       <SubType>Designer</SubType>\r
77       <DependentUpon>frmDVDData.cs</DependentUpon>\r
78     </EmbeddedResource>\r
79     <EmbeddedResource Include="frmMain.resx">\r
80       <SubType>Designer</SubType>\r
81       <DependentUpon>frmMain.cs</DependentUpon>\r
82     </EmbeddedResource>\r
83     <EmbeddedResource Include="frmOptions.resx">\r
84       <SubType>Designer</SubType>\r
85       <DependentUpon>frmOptions.cs</DependentUpon>\r
86     </EmbeddedResource>\r
87     <EmbeddedResource Include="Properties\Resources.resx">\r
88       <Generator>ResXFileCodeGenerator</Generator>\r
89       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
90       <SubType>Designer</SubType>\r
91     </EmbeddedResource>\r
92     <EmbeddedResource Include="frmQueue.resx">\r
93       <SubType>Designer</SubType>\r
94       <DependentUpon>frmQueue.cs</DependentUpon>\r
95     </EmbeddedResource>\r
96     <EmbeddedResource Include="frmReadDVD.resx">\r
97       <SubType>Designer</SubType>\r
98       <DependentUpon>frmReadDVD.cs</DependentUpon>\r
99     </EmbeddedResource>\r
100     <EmbeddedResource Include="frmSelectDVD.resx">\r
101       <SubType>Designer</SubType>\r
102       <DependentUpon>frmSelectDVD.cs</DependentUpon>\r
103     </EmbeddedResource>\r
104     <EmbeddedResource Include="frmSplashScreen.resx">\r
105       <SubType>Designer</SubType>\r
106       <DependentUpon>frmSplashScreen.cs</DependentUpon>\r
107     </EmbeddedResource>\r
108     <EmbeddedResource Include="frmUpdate.resx">\r
109       <SubType>Designer</SubType>\r
110       <DependentUpon>frmUpdate.cs</DependentUpon>\r
111     </EmbeddedResource>\r
112     <Compile Include="Properties\Resources.Designer.cs">\r
113       <AutoGen>True</AutoGen>\r
114       <DependentUpon>Resources.resx</DependentUpon>\r
115       <DesignTime>True</DesignTime>\r
116     </Compile>\r
117     <None Include="app.config" />\r
118     <None Include="Properties\Settings.settings">\r
119       <Generator>SettingsSingleFileGenerator</Generator>\r
120       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
121     </None>\r
122     <Compile Include="Properties\Settings.Designer.cs">\r
123       <AutoGen>True</AutoGen>\r
124       <DependentUpon>Settings.settings</DependentUpon>\r
125       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
126     </Compile>\r
127     <Compile Include="frmQueue.cs">\r
128       <SubType>Form</SubType>\r
129     </Compile>\r
130     <Compile Include="frmQueue.Designer.cs">\r
131       <DependentUpon>frmQueue.cs</DependentUpon>\r
132     </Compile>\r
133     <Compile Include="frmReadDVD.cs">\r
134       <SubType>Form</SubType>\r
135     </Compile>\r
136     <Compile Include="frmReadDVD.Designer.cs">\r
137       <DependentUpon>frmReadDVD.cs</DependentUpon>\r
138     </Compile>\r
139     <Compile Include="frmSelectDVD.cs">\r
140       <SubType>Form</SubType>\r
141     </Compile>\r
142     <Compile Include="frmSelectDVD.Designer.cs">\r
143       <DependentUpon>frmSelectDVD.cs</DependentUpon>\r
144     </Compile>\r
145     <Compile Include="frmSplashScreen.cs">\r
146       <SubType>Form</SubType>\r
147     </Compile>\r
148     <Compile Include="frmSplashScreen.Designer.cs">\r
149       <DependentUpon>frmSplashScreen.cs</DependentUpon>\r
150     </Compile>\r
151     <Compile Include="frmUpdate.cs">\r
152       <SubType>Form</SubType>\r
153     </Compile>\r
154     <Compile Include="frmUpdate.Designer.cs">\r
155       <DependentUpon>frmUpdate.cs</DependentUpon>\r
156     </Compile>\r
157   </ItemGroup>\r
158   <ItemGroup>\r
159     <Content Include="handbrakepineapple.ico" />\r
160   </ItemGroup>\r
161   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
162   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
163        Other similar extension points exist, see Microsoft.Common.targets.\r
164   <Target Name="BeforeBuild">\r
165   </Target>\r
166   <Target Name="AfterBuild">\r
167   </Target>\r
168   -->\r
169 </Project>