OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / interop / HandBrakeInterop.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>{F0A61F62-2C3B-4A87-AFF4-0C4256253DA1}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>HandBrake.Interop</RootNamespace>\r
12     <AssemblyName>HandBrakeInterop</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <FileUpgradeFlags>\r
16     </FileUpgradeFlags>\r
17     <UpgradeBackupLocation>\r
18     </UpgradeBackupLocation>\r
19     <OldToolsVersion>3.5</OldToolsVersion>\r
20     <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r
21     <PublishUrl>publish\</PublishUrl>\r
22     <Install>true</Install>\r
23     <InstallFrom>Disk</InstallFrom>\r
24     <UpdateEnabled>false</UpdateEnabled>\r
25     <UpdateMode>Foreground</UpdateMode>\r
26     <UpdateInterval>7</UpdateInterval>\r
27     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
28     <UpdatePeriodically>false</UpdatePeriodically>\r
29     <UpdateRequired>false</UpdateRequired>\r
30     <MapFileExtensions>true</MapFileExtensions>\r
31     <ApplicationRevision>0</ApplicationRevision>\r
32     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
33     <IsWebBootstrapper>false</IsWebBootstrapper>\r
34     <UseApplicationTrust>false</UseApplicationTrust>\r
35     <BootstrapperEnabled>true</BootstrapperEnabled>\r
36   </PropertyGroup>\r
37   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
38     <DebugSymbols>true</DebugSymbols>\r
39     <DebugType>full</DebugType>\r
40     <Optimize>false</Optimize>\r
41     <OutputPath>bin\Debug\</OutputPath>\r
42     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
43     <ErrorReport>prompt</ErrorReport>\r
44     <WarningLevel>4</WarningLevel>\r
45     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
46     <PlatformTarget>x86</PlatformTarget>\r
47   </PropertyGroup>\r
48   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
49     <DebugType>pdbonly</DebugType>\r
50     <Optimize>true</Optimize>\r
51     <OutputPath>bin\Release\</OutputPath>\r
52     <DefineConstants>TRACE</DefineConstants>\r
53     <ErrorReport>prompt</ErrorReport>\r
54     <WarningLevel>4</WarningLevel>\r
55     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>\r
56     <PlatformTarget>x86</PlatformTarget>\r
57   </PropertyGroup>\r
58   <ItemGroup>\r
59     <Reference Include="PresentationCore">\r
60       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
61     </Reference>\r
62     <Reference Include="System" />\r
63     <Reference Include="System.Core">\r
64       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
65     </Reference>\r
66     <Reference Include="System.Drawing" />\r
67     <Reference Include="System.Xml.Linq">\r
68       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
69     </Reference>\r
70     <Reference Include="System.Data.DataSetExtensions">\r
71       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
72     </Reference>\r
73     <Reference Include="System.Data" />\r
74     <Reference Include="System.Xml" />\r
75     <Reference Include="WindowsBase">\r
76       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
77     </Reference>\r
78   </ItemGroup>\r
79   <ItemGroup>\r
80     <Compile Include="DisplayStringAttribute.cs" />\r
81     <Compile Include="EncodeProgressEventArgs.cs" />\r
82     <Compile Include="HandBrakeInstance.cs" />\r
83     <Compile Include="HbLib.cs" />\r
84     <Compile Include="InteropUtilities.cs" />\r
85     <Compile Include="Language.cs" />\r
86     <Compile Include="LanguageCodes.cs" />\r
87     <Compile Include="MessageLoggedEventArgs.cs" />\r
88     <Compile Include="Model\Cropping.cs" />\r
89     <Compile Include="Model\EncodeJob.cs" />\r
90     <Compile Include="Model\Encoding\Anamorphic.cs" />\r
91     <Compile Include="Model\Encoding\AudioEncoder.cs" />\r
92     <Compile Include="Model\Encoding\AudioEncoding.cs" />\r
93     <Compile Include="Model\Encoding\Decomb.cs" />\r
94     <Compile Include="Model\Encoding\Deinterlace.cs" />\r
95     <Compile Include="Model\Encoding\Denoise.cs" />\r
96     <Compile Include="Model\Encoding\Detelecine.cs" />\r
97     <Compile Include="Model\Encoding\EncodingProfile.cs" />\r
98     <Compile Include="Model\Encoding\Mixdown.cs" />\r
99     <Compile Include="Model\Encoding\OutputExtension.cs" />\r
100     <Compile Include="Model\Encoding\OutputFormat.cs" />\r
101     <Compile Include="Model\Encoding\VideoEncoder.cs" />\r
102     <Compile Include="Model\Encoding\VideoEncodeRateType.cs" />\r
103     <Compile Include="Model\SourceSubtitle.cs" />\r
104     <Compile Include="Model\SourceType.cs" />\r
105     <Compile Include="Model\SrtSubtitle.cs" />\r
106     <Compile Include="Model\Subtitles.cs" />\r
107     <Compile Include="NativeList.cs" />\r
108     <Compile Include="Properties\AssemblyInfo.cs" />\r
109     <Compile Include="ScanProgressEventArgs.cs" />\r
110     <Compile Include="SourceData\AudioTrack.cs" />\r
111     <Compile Include="SourceData\Chapter.cs" />\r
112     <Compile Include="SourceData\Subtitle.cs" />\r
113     <Compile Include="SourceData\SubtitleType.cs" />\r
114     <Compile Include="SourceData\Title.cs" />\r
115   </ItemGroup>\r
116   <ItemGroup>\r
117     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
118       <Visible>False</Visible>\r
119       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
120       <Install>false</Install>\r
121     </BootstrapperPackage>\r
122     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
123       <Visible>False</Visible>\r
124       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
125       <Install>true</Install>\r
126     </BootstrapperPackage>\r
127     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">\r
128       <Visible>False</Visible>\r
129       <ProductName>Windows Installer 3.1</ProductName>\r
130       <Install>true</Install>\r
131     </BootstrapperPackage>\r
132   </ItemGroup>\r
133   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
134   <Import Project="$(ProgramFiles)\MSBuild\Microsoft\StyleCop\v4.3\Microsoft.StyleCop.targets" />\r
135   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
136        Other similar extension points exist, see Microsoft.Common.targets.\r
137   <Target Name="BeforeBuild">\r
138   </Target>\r
139   <Target Name="AfterBuild">\r
140   </Target>\r
141   -->\r
142 </Project>