OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrake.ApplicationServices / HandBrake.ApplicationServices.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.21022</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{087A2BA8-BAC2-4577-A46F-07FF9D420016}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>HandBrake.ApplicationServices</RootNamespace>\r
12     <AssemblyName>HandBrake.ApplicationServices</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>bin\Debug\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <DebugType>pdbonly</DebugType>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>bin\Release\</OutputPath>\r
29     <DefineConstants>TRACE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'NightlyBuild|AnyCPU' ">\r
34     <OutputPath>bin\NightlyBuild\</OutputPath>\r
35     <DefineConstants>TRACE</DefineConstants>\r
36     <Optimize>true</Optimize>\r
37     <DebugType>pdbonly</DebugType>\r
38     <PlatformTarget>AnyCPU</PlatformTarget>\r
39     <ErrorReport>prompt</ErrorReport>\r
40   </PropertyGroup>\r
41   <ItemGroup>\r
42     <Reference Include="Growl.Connector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=980c2339411be384, processorArchitecture=MSIL">\r
43       <SpecificVersion>False</SpecificVersion>\r
44       <HintPath>..\libraries\Growl.Connector.dll</HintPath>\r
45     </Reference>\r
46     <Reference Include="Growl.CoreLibrary, Version=2.0.0.0, Culture=neutral, PublicKeyToken=13e59d82e007b064, processorArchitecture=MSIL">\r
47       <SpecificVersion>False</SpecificVersion>\r
48       <HintPath>..\libraries\Growl.CoreLibrary.dll</HintPath>\r
49     </Reference>\r
50     <Reference Include="Microsoft.WindowsAPICodePack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">\r
51       <SpecificVersion>False</SpecificVersion>\r
52       <HintPath>..\libraries\Microsoft.WindowsAPICodePack.dll</HintPath>\r
53     </Reference>\r
54     <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">\r
55       <SpecificVersion>False</SpecificVersion>\r
56       <HintPath>..\libraries\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>\r
57     </Reference>\r
58     <Reference Include="System" />\r
59     <Reference Include="System.Core">\r
60       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
61     </Reference>\r
62     <Reference Include="System.Drawing" />\r
63     <Reference Include="System.Windows.Forms" />\r
64     <Reference Include="System.Xml.Linq">\r
65       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
66     </Reference>\r
67     <Reference Include="System.Data.DataSetExtensions">\r
68       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
69     </Reference>\r
70     <Reference Include="System.Data" />\r
71     <Reference Include="System.Xml" />\r
72   </ItemGroup>\r
73   <ItemGroup>\r
74     <Compile Include="EncodeProgressEventArgs.cs" />\r
75     <Compile Include="frmExceptionWindow.cs">\r
76       <SubType>Form</SubType>\r
77     </Compile>\r
78     <Compile Include="frmExceptionWindow.Designer.cs">\r
79       <DependentUpon>frmExceptionWindow.cs</DependentUpon>\r
80     </Compile>\r
81     <Compile Include="Functions\Logging.cs" />\r
82     <Compile Include="Functions\GrowlCommunicator.cs" />\r
83     <Compile Include="Functions\Main.cs" />\r
84     <Compile Include="Functions\System.cs" />\r
85     <Compile Include="Functions\Win32.cs" />\r
86     <Compile Include="Functions\Win7.cs" />\r
87     <Compile Include="Init.cs" />\r
88     <Compile Include="Model\Cropping.cs" />\r
89     <Compile Include="Model\Job.cs" />\r
90     <Compile Include="Model\SubtitleType.cs" />\r
91     <Compile Include="Parsing\AudioTrack.cs" />\r
92     <Compile Include="Parsing\Chapter.cs" />\r
93     <Compile Include="Parsing\DVD.cs" />\r
94     <Compile Include="Parsing\Parser.cs" />\r
95     <Compile Include="Parsing\Subtitle.cs" />\r
96     <Compile Include="Parsing\Title.cs" />\r
97     <Compile Include="Properties\AssemblyInfo.cs" />\r
98     <Compile Include="Properties\Resources.Designer.cs">\r
99       <AutoGen>True</AutoGen>\r
100       <DesignTime>True</DesignTime>\r
101       <DependentUpon>Resources.resx</DependentUpon>\r
102     </Compile>\r
103     <Compile Include="Properties\Settings.Designer.cs">\r
104       <AutoGen>True</AutoGen>\r
105       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
106       <DependentUpon>Settings.settings</DependentUpon>\r
107     </Compile>\r
108     <Compile Include="Services\Encode.cs" />\r
109     <Compile Include="Services\Interfaces\IEncode.cs" />\r
110     <Compile Include="Services\Interfaces\IQueue.cs" />\r
111     <Compile Include="Services\Interfaces\IScan.cs" />\r
112     <Compile Include="Services\Queue.cs" />\r
113     <Compile Include="Services\Scan.cs" />\r
114   </ItemGroup>\r
115   <ItemGroup>\r
116     <None Include="app.config" />\r
117     <None Include="Properties\Settings.settings">\r
118       <Generator>SettingsSingleFileGenerator</Generator>\r
119       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
120     </None>\r
121   </ItemGroup>\r
122   <ItemGroup>\r
123     <EmbeddedResource Include="frmExceptionWindow.resx">\r
124       <DependentUpon>frmExceptionWindow.cs</DependentUpon>\r
125       <SubType>Designer</SubType>\r
126     </EmbeddedResource>\r
127     <EmbeddedResource Include="Properties\Resources.resx">\r
128       <Generator>PublicResXFileCodeGenerator</Generator>\r
129       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
130       <SubType>Designer</SubType>\r
131     </EmbeddedResource>\r
132   </ItemGroup>\r
133   <ItemGroup>\r
134     <EmbeddedResource Include="Resources\logo64.png" />\r
135   </ItemGroup>\r
136   <ItemGroup>\r
137     <EmbeddedResource Include="Resources\ErrorX.png" />\r
138   </ItemGroup>\r
139   <ItemGroup>\r
140     <None Include="Properties\AssemblyInfo.cs.tmpl" />\r
141     <EmbeddedResource Include="Resources\copy.png" />\r
142   </ItemGroup>\r
143   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
144   <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.3\Microsoft.StyleCop.targets" />\r
145   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
146        Other similar extension points exist, see Microsoft.Common.targets.\r
147   <Target Name="BeforeBuild">\r
148   </Target>\r
149   <Target Name="AfterBuild">\r
150   </Target>\r
151   -->\r
152   <PropertyGroup>\r
153     <PreBuildEvent>\r
154       subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"\r
155       subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"\r
156     </PreBuildEvent>\r
157   </PropertyGroup>\r
158 </Project>