OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrakeWPF / HandBrakeWPF.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)' == '' ">x86</Platform>\r
6     <ProductVersion>8.0.30703</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{DADE66CB-0E12-4959-ADE5-0ACD31D27C59}</ProjectGuid>\r
9     <OutputType>WinExe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>HandBrakeWPF</RootNamespace>\r
12     <AssemblyName>HandBrakeWPF</AssemblyName>\r
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
14     <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r
15     <FileAlignment>512</FileAlignment>\r
16     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>\r
17     <WarningLevel>4</WarningLevel>\r
18   </PropertyGroup>\r
19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
20     <PlatformTarget>x86</PlatformTarget>\r
21     <DebugSymbols>true</DebugSymbols>\r
22     <DebugType>full</DebugType>\r
23     <Optimize>false</Optimize>\r
24     <OutputPath>bin\Debug\</OutputPath>\r
25     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
26     <ErrorReport>prompt</ErrorReport>\r
27     <WarningLevel>4</WarningLevel>\r
28   </PropertyGroup>\r
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
30     <PlatformTarget>x86</PlatformTarget>\r
31     <DebugType>pdbonly</DebugType>\r
32     <Optimize>true</Optimize>\r
33     <OutputPath>bin\Release\</OutputPath>\r
34     <DefineConstants>TRACE</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37   </PropertyGroup>\r
38   <ItemGroup>\r
39     <Reference Include="Caliburn.Core">\r
40       <HintPath>..\libraries\caliburn\Caliburn.Core.dll</HintPath>\r
41     </Reference>\r
42     <Reference Include="Caliburn.ModelFramework">\r
43       <HintPath>..\libraries\caliburn\Caliburn.ModelFramework.dll</HintPath>\r
44     </Reference>\r
45     <Reference Include="Caliburn.PresentationFramework">\r
46       <HintPath>..\libraries\caliburn\Caliburn.PresentationFramework.dll</HintPath>\r
47     </Reference>\r
48     <Reference Include="Microsoft.Practices.ServiceLocation">\r
49       <HintPath>..\libraries\caliburn\Microsoft.Practices.ServiceLocation.dll</HintPath>\r
50     </Reference>\r
51     <Reference Include="System" />\r
52     <Reference Include="System.Data" />\r
53     <Reference Include="System.Xml" />\r
54     <Reference Include="Microsoft.CSharp" />\r
55     <Reference Include="System.Core" />\r
56     <Reference Include="System.Xml.Linq" />\r
57     <Reference Include="System.Data.DataSetExtensions" />\r
58     <Reference Include="System.Xaml">\r
59       <RequiredTargetFramework>4.0</RequiredTargetFramework>\r
60     </Reference>\r
61     <Reference Include="WindowsBase" />\r
62     <Reference Include="PresentationCore" />\r
63     <Reference Include="PresentationFramework" />\r
64   </ItemGroup>\r
65   <ItemGroup>\r
66     <ApplicationDefinition Include="App.xaml">\r
67       <Generator>MSBuild:Compile</Generator>\r
68       <SubType>Designer</SubType>\r
69     </ApplicationDefinition>\r
70     <Compile Include="App.xaml.cs">\r
71       <DependentUpon>App.xaml</DependentUpon>\r
72       <SubType>Code</SubType>\r
73     </Compile>\r
74     <Compile Include="ViewModels\MainViewModel.cs" />\r
75     <Compile Include="Views\MainView.xaml.cs">\r
76       <DependentUpon>MainView.xaml</DependentUpon>\r
77     </Compile>\r
78   </ItemGroup>\r
79   <ItemGroup>\r
80     <Compile Include="Properties\AssemblyInfo.cs">\r
81       <SubType>Code</SubType>\r
82     </Compile>\r
83     <Compile Include="Properties\Resources.Designer.cs">\r
84       <AutoGen>True</AutoGen>\r
85       <DesignTime>True</DesignTime>\r
86       <DependentUpon>Resources.resx</DependentUpon>\r
87     </Compile>\r
88     <Compile Include="Properties\Settings.Designer.cs">\r
89       <AutoGen>True</AutoGen>\r
90       <DependentUpon>Settings.settings</DependentUpon>\r
91       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
92     </Compile>\r
93     <EmbeddedResource Include="Properties\Resources.resx">\r
94       <Generator>ResXFileCodeGenerator</Generator>\r
95       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
96     </EmbeddedResource>\r
97     <None Include="Properties\Settings.settings">\r
98       <Generator>SettingsSingleFileGenerator</Generator>\r
99       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
100     </None>\r
101     <AppDesigner Include="Properties\" />\r
102   </ItemGroup>\r
103   <ItemGroup>\r
104     <Page Include="Views\MainView.xaml">\r
105       <SubType>Designer</SubType>\r
106       <Generator>MSBuild:Compile</Generator>\r
107     </Page>\r
108   </ItemGroup>\r
109   <ItemGroup>\r
110     <Folder Include="Model\" />\r
111   </ItemGroup>\r
112   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
113   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
114        Other similar extension points exist, see Microsoft.Common.targets.\r
115   <Target Name="BeforeBuild">\r
116   </Target>\r
117   <Target Name="AfterBuild">\r
118   </Target>\r
119   -->\r
120 </Project>