OSDN Git Service

4163531c014923d8142643ea9c99df60a3b525ec
[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=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
44       <HintPath>..\packages\SharpDX.4.0.1\lib\net45\SharpDX.dll</HintPath>
45     </Reference>
46     <Reference Include="SharpDX.Direct2D1, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
47       <HintPath>..\packages\SharpDX.Direct2D1.4.0.1\lib\net45\SharpDX.Direct2D1.dll</HintPath>
48     </Reference>
49     <Reference Include="SharpDX.Direct3D11, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
50       <HintPath>..\packages\SharpDX.Direct3D11.4.0.1\lib\net45\SharpDX.Direct3D11.dll</HintPath>
51     </Reference>
52     <Reference Include="SharpDX.Direct3D9, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
53       <HintPath>..\packages\SharpDX.Direct3D9.4.0.1\lib\net45\SharpDX.Direct3D9.dll</HintPath>
54     </Reference>
55     <Reference Include="SharpDX.DXGI, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
56       <HintPath>..\packages\SharpDX.DXGI.4.0.1\lib\net45\SharpDX.DXGI.dll</HintPath>
57     </Reference>
58     <Reference Include="SharpDX.Mathematics, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
59       <HintPath>..\packages\SharpDX.Mathematics.4.0.1\lib\net45\SharpDX.Mathematics.dll</HintPath>
60     </Reference>
61     <Reference Include="System" />
62     <Reference Include="System.Drawing" />
63     <Reference Include="System.Printing" />
64     <Reference Include="System.Xaml">
65       <RequiredTargetFramework>4.0</RequiredTargetFramework>
66     </Reference>
67     <Reference Include="UIAutomationClient" />
68     <Reference Include="UIAutomationProvider" />
69     <Reference Include="UIAutomationTypes" />
70     <Reference Include="WindowsBase" />
71     <Reference Include="PresentationCore" />
72     <Reference Include="PresentationFramework" />
73   </ItemGroup>
74   <ItemGroup>
75     <Page Include="Themes\Generic.xaml">
76       <Generator>MSBuild:Compile</Generator>
77       <SubType>Designer</SubType>
78     </Page>
79   </ItemGroup>
80   <ItemGroup>
81     <Compile Include="AutoCompleteBox.cs" />
82     <Compile Include="Direct2D\D2DRender.cs" />
83     <Compile Include="Direct2D\NativeMethods.cs" />
84     <Compile Include="FooPrintText.cs" />
85     <Compile Include="FooTextBox.cs" />
86     <Compile Include="FooTextBoxCommands.cs" />
87     <Compile Include="Properties\AssemblyInfo.cs">
88       <SubType>Code</SubType>
89     </Compile>
90     <AppDesigner Include="Properties\" />
91     <Compile Include="WPF\CustomTextSource.cs" />
92     <Compile Include="WPF\FontRendering.cs" />
93     <Compile Include="WPF\GenericTextProperties.cs" />
94     <Compile Include="WPF\TextLayout.cs" />
95     <Compile Include="WPF\WPFRender.cs" />
96   </ItemGroup>
97   <ItemGroup>
98     <ProjectReference Include="..\..\DotNetTextStore\DotNetTextStore.csproj">
99       <Project>{453c491e-ef3a-41ad-a725-8855c1cb2c84}</Project>
100       <Name>DotNetTextStore</Name>
101     </ProjectReference>
102   </ItemGroup>
103   <ItemGroup>
104     <None Include="app.config" />
105     <None Include="packages.config" />
106   </ItemGroup>
107   <Import Project="..\..\Core\Core.projitems" Label="Shared" />
108   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
110        Other similar extension points exist, see Microsoft.Common.targets.
111   <Target Name="BeforeBuild">
112   </Target>
113   <Target Name="AfterBuild">
114   </Target>
115   -->
116 </Project>