OSDN Git Service

行を生成するメソッドをLineToIndexTableに移動した
[fooeditengine/FooEditEngine.git] / Windows / FooEditEngine / FooEditEngine.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.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>{4A78E675-764C-46FB-B539-B0C0F367F670}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>FooEditEngine.Windows</RootNamespace>
12     <AssemblyName>FooEditEngine.Windows</AssemblyName>
13     <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <TargetFrameworkProfile />
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\Debug\</OutputPath>
22     <DefineConstants>TRACE;DEBUG;WINFORM</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
26     <DocumentationFile>bin\Debug\FooEditEngine.Windows.XML</DocumentationFile>
27     <Prefer32Bit>false</Prefer32Bit>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <Optimize>true</Optimize>
32     <OutputPath>bin\Release\</OutputPath>
33     <DefineConstants>TRACE;WINFORM</DefineConstants>
34     <ErrorReport>prompt</ErrorReport>
35     <WarningLevel>4</WarningLevel>
36     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
37     <Prefer32Bit>false</Prefer32Bit>
38     <DocumentationFile>bin\Release\FooEditEngine.Windows.XML</DocumentationFile>
39   </PropertyGroup>
40   <ItemGroup>
41     <Reference Include="System" />
42     <Reference Include="System.Drawing" />
43     <Reference Include="System.Windows.Forms" />
44   </ItemGroup>
45   <ItemGroup>
46     <Compile Include="AutoCompleteBox.cs" />
47     <Compile Include="D2DTextRender.cs" />
48     <Compile Include="FooPrintText.cs" />
49     <Compile Include="FooTextBox.cs">
50       <SubType>Component</SubType>
51     </Compile>
52     <Compile Include="PrintableTextRender.cs" />
53     <Compile Include="Properties\AssemblyInfo.cs" />
54     <Compile Include="WinIME.cs" />
55   </ItemGroup>
56   <ItemGroup>
57     <PackageReference Include="Nito.AsyncEx">
58       <Version>5.1.0</Version>
59     </PackageReference>
60     <PackageReference Include="SharpDX.Direct2D1">
61       <Version>4.0.1</Version>
62     </PackageReference>
63     <PackageReference Include="SharpDX.Direct3D11">
64       <Version>4.0.1</Version>
65     </PackageReference>
66     <PackageReference Include="SharpDX.Mathematics">
67       <Version>4.0.1</Version>
68     </PackageReference>
69   </ItemGroup>
70   <ItemGroup>
71     <None Include="FooEditEngine.nuspec" />
72   </ItemGroup>
73   <Import Project="..\..\Core\Core.projitems" Label="Shared" />
74   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
75   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
76        Other similar extension points exist, see Microsoft.Common.targets.
77   <Target Name="BeforeBuild">
78   </Target>
79   <Target Name="AfterBuild">
80   </Target>
81   -->
82 </Project>