OSDN Git Service

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