OSDN Git Service

c338ed0210a8d046b4c78303e51c12e3dcebcd90
[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="4.0" 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>v4.0</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <FileUpgradeFlags>\r
16     </FileUpgradeFlags>\r
17     <OldToolsVersion>3.5</OldToolsVersion>\r
18     <UpgradeBackupLocation />\r
19     <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r
20   </PropertyGroup>\r
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
22     <DebugSymbols>true</DebugSymbols>\r
23     <DebugType>full</DebugType>\r
24     <Optimize>false</Optimize>\r
25     <OutputPath>bin\Debug\</OutputPath>\r
26     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29     <PlatformTarget>AnyCPU</PlatformTarget>\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   </PropertyGroup>\r
39   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'NightlyBuild|AnyCPU' ">\r
40     <OutputPath>bin\NightlyBuild\</OutputPath>\r
41     <DefineConstants>TRACE</DefineConstants>\r
42     <Optimize>true</Optimize>\r
43     <DebugType>pdbonly</DebugType>\r
44     <PlatformTarget>AnyCPU</PlatformTarget>\r
45     <ErrorReport>prompt</ErrorReport>\r
46   </PropertyGroup>\r
47   <ItemGroup>\r
48     <Reference Include="Growl.Connector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=980c2339411be384, processorArchitecture=MSIL">\r
49       <SpecificVersion>False</SpecificVersion>\r
50       <HintPath>..\libraries\Growl.Connector.dll</HintPath>\r
51     </Reference>\r
52     <Reference Include="Growl.CoreLibrary, Version=2.0.0.0, Culture=neutral, PublicKeyToken=13e59d82e007b064, processorArchitecture=MSIL">\r
53       <SpecificVersion>False</SpecificVersion>\r
54       <HintPath>..\libraries\Growl.CoreLibrary.dll</HintPath>\r
55     </Reference>\r
56     <Reference Include="HandBrakeInterop">\r
57       <HintPath>..\libraries\HandBrakeInterop.dll</HintPath>\r
58     </Reference>\r
59     <Reference Include="Microsoft.WindowsAPICodePack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">\r
60       <SpecificVersion>False</SpecificVersion>\r
61       <HintPath>..\libraries\Microsoft.WindowsAPICodePack.dll</HintPath>\r
62     </Reference>\r
63     <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">\r
64       <SpecificVersion>False</SpecificVersion>\r
65       <HintPath>..\libraries\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>\r
66     </Reference>\r
67     <Reference Include="PresentationCore" />\r
68     <Reference Include="PresentationFramework" />\r
69     <Reference Include="System" />\r
70     <Reference Include="System.Core">\r
71       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
72     </Reference>\r
73     <Reference Include="System.Drawing" />\r
74     <Reference Include="System.Windows.Forms" />\r
75     <Reference Include="System.Xml.Linq">\r
76       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
77     </Reference>\r
78     <Reference Include="System.Data.DataSetExtensions">\r
79       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
80     </Reference>\r
81     <Reference Include="System.Data" />\r
82     <Reference Include="System.Xml" />\r
83     <Reference Include="WindowsBase" />\r
84   </ItemGroup>\r
85   <ItemGroup>\r
86     <Compile Include="EventArgs\EncodeCompletedEventArgs.cs" />\r
87     <Compile Include="EventArgs\EncodeProgressEventArgs.cs" />\r
88     <Compile Include="EventArgs\QueueProgressEventArgs.cs" />\r
89     <Compile Include="EventArgs\ScanCompletedEventArgs.cs" />\r
90     <Compile Include="EventArgs\ScanProgressEventArgs.cs" />\r
91     <Compile Include="Functions\Converters.cs" />\r
92     <Compile Include="Functions\EnumHelper.cs" />\r
93     <Compile Include="Functions\GrowlCommunicator.cs" />\r
94     <Compile Include="Functions\PlistHelper.cs" />\r
95     <Compile Include="Functions\System.cs" />\r
96     <Compile Include="Functions\Win32.cs" />\r
97     <Compile Include="Functions\Win7.cs" />\r
98     <Compile Include="Init.cs" />\r
99     <Compile Include="Model\DriveInformation.cs" />\r
100     <Compile Include="Model\Encoding\AudioTrack.cs" />\r
101     <Compile Include="Model\Encoding\Anamorphic.cs" />\r
102     <Compile Include="Model\Encoding\AudioEncoder.cs" />\r
103     <Compile Include="Model\Encoding\Mixdown.cs" />\r
104     <Compile Include="Model\Encoding\PointToPointMode.cs" />\r
105     <Compile Include="Model\Encoding\Cropping.cs" />\r
106     <Compile Include="Model\EncodeTask.cs" />\r
107     <Compile Include="Model\Encoding\Decomb.cs" />\r
108     <Compile Include="Model\Encoding\Deinterlace.cs" />\r
109     <Compile Include="Model\Encoding\Denoise.cs" />\r
110     <Compile Include="Model\Encoding\Detelecine.cs" />\r
111     <Compile Include="Model\Encoding\OutputFormat.cs" />\r
112     <Compile Include="Model\Encoding\SubtitleTrack.cs" />\r
113     <Compile Include="Model\Encoding\VideoEncoder.cs" />\r
114     <Compile Include="Model\Encoding\VideoEncodeMode.cs" />\r
115     <Compile Include="Model\Preset.cs" />\r
116     <Compile Include="Model\QueueTask.cs" />\r
117     <Compile Include="Model\Encoding\SubtitleType.cs" />\r
118     <Compile Include="Parsing\AudioTrack.cs" />\r
119     <Compile Include="Parsing\Chapter.cs" />\r
120     <Compile Include="Parsing\Source.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="Properties\AssemblyInfo.cs" />\r
125     <Compile Include="Properties\Resources.Designer.cs">\r
126       <AutoGen>True</AutoGen>\r
127       <DesignTime>True</DesignTime>\r
128       <DependentUpon>Resources.resx</DependentUpon>\r
129     </Compile>\r
130     <Compile Include="Services\Encode.cs" />\r
131     <Compile Include="Services\Interfaces\IEncode.cs" />\r
132     <Compile Include="Services\Interfaces\IQueueManager.cs" />\r
133     <Compile Include="Services\Interfaces\IQueueProcessor.cs" />\r
134     <Compile Include="Services\Interfaces\IScan.cs" />\r
135     <Compile Include="Services\Interfaces\IPresetService.cs" />\r
136     <Compile Include="Services\LibScan.cs" />\r
137     <Compile Include="Services\PresetService.cs" />\r
138     <Compile Include="Services\QueueManager.cs" />\r
139     <Compile Include="Services\QueueProcessor.cs" />\r
140     <Compile Include="Services\ScanService.cs" />\r
141     <Compile Include="Utilities\PlistUtility.cs" />\r
142     <Compile Include="Utilities\QueryParserUtility.cs" />\r
143     <Compile Include="Utilities\UtilityService.cs" />\r
144   </ItemGroup>\r
145   <ItemGroup>\r
146     <None Include="app.config" />\r
147   </ItemGroup>\r
148   <ItemGroup>\r
149     <None Include="Properties\AssemblyInfo.cs.tmpl" />\r
150   </ItemGroup>\r
151   <ItemGroup>\r
152     <EmbeddedResource Include="Properties\Resources.resx">\r
153       <Generator>ResXFileCodeGenerator</Generator>\r
154       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
155     </EmbeddedResource>\r
156   </ItemGroup>\r
157   <ItemGroup>\r
158     <None Include="Resources\logo64.png" />\r
159   </ItemGroup>\r
160   <ItemGroup>\r
161     <ProjectReference Include="..\HandBrake.Framework\HandBrake.Framework.csproj">\r
162       <Project>{49AD42C1-BF9B-4D78-A644-020878FAADE6}</Project>\r
163       <Name>HandBrake.Framework</Name>\r
164     </ProjectReference>\r
165   </ItemGroup>\r
166   <ItemGroup />\r
167   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
168   <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.4\Microsoft.StyleCop.targets" />\r
169   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
170        Other similar extension points exist, see Microsoft.Common.targets.\r
171   <Target Name="BeforeBuild">\r
172   </Target>\r
173   <Target Name="AfterBuild">\r
174   </Target>\r
175   -->\r
176   <PropertyGroup>\r
177     <PreBuildEvent>\r
178       subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"\r
179       subwcrev.exe "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"\r
180     </PreBuildEvent>\r
181   </PropertyGroup>\r
182 </Project>