OSDN Git Service

019b8ff4c0b347a87a74649cdb8affb4620145a1
[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,ENABLE_AUTMATION</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,ENABLE_AUTMATION</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, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
44       <HintPath>..\packages\SharpDX.3.0.2\lib\net45\SharpDX.dll</HintPath>
45     </Reference>
46     <Reference Include="SharpDX.Direct2D1, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
47       <HintPath>..\packages\SharpDX.Direct2D1.3.0.2\lib\net45\SharpDX.Direct2D1.dll</HintPath>
48     </Reference>
49     <Reference Include="SharpDX.Direct3D11, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
50       <HintPath>..\packages\SharpDX.Direct3D11.3.0.2\lib\net45\SharpDX.Direct3D11.dll</HintPath>
51     </Reference>
52     <Reference Include="SharpDX.DXGI, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
53       <HintPath>..\packages\SharpDX.DXGI.3.0.2\lib\net45\SharpDX.DXGI.dll</HintPath>
54     </Reference>
55     <Reference Include="SharpDX.Mathematics, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
56       <HintPath>..\packages\SharpDX.Mathematics.3.0.2\lib\net45\SharpDX.Mathematics.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="AutoCompleteBox.cs" />
79     <Compile Include="Direct2D\D2DRender.cs" />
80     <Compile Include="Direct2D\NativeMethods.cs" />
81     <Compile Include="FooPrintText.cs" />
82     <Compile Include="FooTextBox.cs" />
83     <Compile Include="FooTextBoxCommands.cs" />
84     <Compile Include="Properties\AssemblyInfo.cs">
85       <SubType>Code</SubType>
86     </Compile>
87     <AppDesigner Include="Properties\" />
88     <Compile Include="WPF\CustomTextSource.cs" />
89     <Compile Include="WPF\FontRendering.cs" />
90     <Compile Include="WPF\GenericTextProperties.cs" />
91     <Compile Include="WPF\TextLayout.cs" />
92     <Compile Include="WPF\WPFRender.cs" />
93   </ItemGroup>
94   <ItemGroup>
95     <ProjectReference Include="..\..\DotNetTextStore\DotNetTextStore.csproj">
96       <Project>{453c491e-ef3a-41ad-a725-8855c1cb2c84}</Project>
97       <Name>DotNetTextStore</Name>
98     </ProjectReference>
99   </ItemGroup>
100   <ItemGroup>
101     <None Include="packages.config" />
102   </ItemGroup>
103   <Import Project="..\..\Core\Core.projitems" Label="Shared" />
104   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
106        Other similar extension points exist, see Microsoft.Common.targets.
107   <Target Name="BeforeBuild">
108   </Target>
109   <Target Name="AfterBuild">
110   </Target>
111   -->
112 </Project>