OSDN Git Service

コア部分を共通プロジェクト化した
[fooeditengine/FooEditEngine.git] / WPF / FooEditEngine / FooEditEngine.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{DF4749AD-66F4-44F3-B0E4-84214CB48BA8}</ProjectGuid>
9     <OutputType>library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>FooEditEngine.WPF</RootNamespace>
12     <AssemblyName>FooEditEngine.WPF</AssemblyName>
13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14     <TargetFrameworkProfile>
15     </TargetFrameworkProfile>
16     <FileAlignment>512</FileAlignment>
17     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
18     <WarningLevel>4</WarningLevel>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21     <DebugSymbols>true</DebugSymbols>
22     <DebugType>full</DebugType>
23     <Optimize>false</Optimize>
24     <OutputPath>bin\Debug\</OutputPath>
25     <DefineConstants>TRACE;DEBUG;WPF</DefineConstants>
26     <ErrorReport>prompt</ErrorReport>
27     <WarningLevel>4</WarningLevel>
28     <DocumentationFile>bin\Debug\FooEditEngine.WPF.XML</DocumentationFile>
29     <Prefer32Bit>false</Prefer32Bit>
30   </PropertyGroup>
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32     <DebugType>pdbonly</DebugType>
33     <Optimize>true</Optimize>
34     <OutputPath>bin\Release\</OutputPath>
35     <DefineConstants>TRACE;WPF</DefineConstants>
36     <ErrorReport>prompt</ErrorReport>
37     <WarningLevel>4</WarningLevel>
38     <Prefer32Bit>false</Prefer32Bit>
39     <DocumentationFile>bin\Release\FooEditEngine.WPF.XML</DocumentationFile>
40   </PropertyGroup>
41   <ItemGroup>
42     <Reference Include="ReachFramework" />
43     <Reference Include="SharpDX">
44       <HintPath>..\..\Libs\SharpDX.dll</HintPath>
45     </Reference>
46     <Reference Include="SharpDX.Direct2D1">
47       <HintPath>..\..\Libs\SharpDX.Direct2D1.dll</HintPath>
48     </Reference>
49     <Reference Include="SharpDX.Direct3D10">
50       <HintPath>..\..\Libs\SharpDX.Direct3D10.dll</HintPath>
51     </Reference>
52     <Reference Include="SharpDX.Direct3D9">
53       <HintPath>..\..\Libs\SharpDX.Direct3D9.dll</HintPath>
54     </Reference>
55     <Reference Include="SharpDX.DXGI">
56       <HintPath>..\..\Libs\SharpDX.DXGI.dll</HintPath>
57     </Reference>
58     <Reference Include="System" />
59     <Reference Include="System.Drawing" />
60     <Reference Include="System.Printing" />
61     <Reference Include="System.Xaml">
62       <RequiredTargetFramework>4.0</RequiredTargetFramework>
63     </Reference>
64     <Reference Include="UIAutomationClient" />
65     <Reference Include="UIAutomationProvider" />
66     <Reference Include="UIAutomationTypes" />
67     <Reference Include="WindowsBase" />
68     <Reference Include="PresentationCore" />
69     <Reference Include="PresentationFramework" />
70   </ItemGroup>
71   <ItemGroup>
72     <Page Include="Themes\Generic.xaml">
73       <Generator>MSBuild:Compile</Generator>
74       <SubType>Designer</SubType>
75     </Page>
76   </ItemGroup>
77   <ItemGroup>
78     <Compile Include="Direct2D\D2DRender.cs" />
79     <Compile Include="Direct2D\NativeMethods.cs" />
80     <Compile Include="FooPrintText.cs" />
81     <Compile Include="FooTextBox.cs" />
82     <Compile Include="FooTextBoxCommands.cs" />
83     <Compile Include="Properties\AssemblyInfo.cs">
84       <SubType>Code</SubType>
85     </Compile>
86     <AppDesigner Include="Properties\" />
87     <Compile Include="WPF\CustomTextSource.cs" />
88     <Compile Include="WPF\FontRendering.cs" />
89     <Compile Include="WPF\GenericTextProperties.cs" />
90     <Compile Include="WPF\TextLayout.cs" />
91     <Compile Include="WPF\WPFRender.cs" />
92   </ItemGroup>
93   <ItemGroup>
94     <ProjectReference Include="..\..\DotNetTextStore\DotNetTextStore.csproj">
95       <Project>{453c491e-ef3a-41ad-a725-8855c1cb2c84}</Project>
96       <Name>DotNetTextStore</Name>
97     </ProjectReference>
98   </ItemGroup>
99   <Import Project="..\..\Core\Core.projitems" Label="Shared" />
100   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
102        Other similar extension points exist, see Microsoft.Common.targets.
103   <Target Name="BeforeBuild">
104   </Target>
105   <Target Name="AfterBuild">
106   </Target>
107   -->
108 </Project>