OSDN Git Service

初コミット
[fooeditengine/FooEditEngine.git] / Windows / 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>{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.5</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   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="SharpDX">
41       <HintPath>..\..\Libs\SharpDX.dll</HintPath>
42     </Reference>
43     <Reference Include="SharpDX.Direct2D1">
44       <HintPath>..\..\Libs\SharpDX.Direct2D1.dll</HintPath>
45     </Reference>
46     <Reference Include="SharpDX.DXGI">
47       <HintPath>..\..\Libs\SharpDX.DXGI.dll</HintPath>
48     </Reference>
49     <Reference Include="System" />
50     <Reference Include="System.Drawing" />
51     <Reference Include="System.Windows.Forms" />
52   </ItemGroup>
53   <ItemGroup>
54     <Compile Include="..\..\Common\CollectionDebugView.cs">
55       <Link>CollectionDebugView.cs</Link>
56     </Compile>
57     <Compile Include="..\..\Common\Controller.cs">
58       <Link>Controller.cs</Link>
59     </Compile>
60     <Compile Include="..\..\Common\Direct2D\CustomTextRenderer.cs">
61       <Link>CustomTextRenderer.cs</Link>
62     </Compile>
63     <Compile Include="..\..\Common\Direct2D\D2DRenderCommon.cs">
64       <Link>D2DRenderCommon.cs</Link>
65     </Compile>
66     <Compile Include="..\..\Common\Direct2D\DrawingEffect.cs">
67       <Link>DrawingEffect.cs</Link>
68     </Compile>
69     <Compile Include="..\..\Common\Direct2D\InlineChar.cs">
70       <Link>InlineChar.cs</Link>
71     </Compile>
72     <Compile Include="..\..\Common\Direct2D\MarkerFactory.cs">
73       <Link>MarkerFactory.cs</Link>
74     </Compile>
75     <Compile Include="..\..\Common\Direct2D\MultiSet.cs">
76       <Link>MultiSet.cs</Link>
77     </Compile>
78     <Compile Include="..\..\Common\Direct2D\MyTextLayout.cs">
79       <Link>MyTextLayout.cs</Link>
80     </Compile>
81     <Compile Include="..\..\Common\Document.cs">
82       <Link>Document.cs</Link>
83     </Compile>
84     <Compile Include="..\..\Common\EditView.cs">
85       <Link>EditView.cs</Link>
86     </Compile>
87     <Compile Include="..\..\Common\FoldingCollection.cs">
88       <Link>FoldingCollection.cs</Link>
89     </Compile>
90     <Compile Include="..\..\Common\GapBuffer+Enumerator.cs">
91       <Link>GapBuffer+Enumerator.cs</Link>
92     </Compile>
93     <Compile Include="..\..\Common\GapBuffer.cs">
94       <Link>GapBuffer.cs</Link>
95     </Compile>
96     <Compile Include="..\..\Common\IFoldingStrategy.cs">
97       <Link>IFoldingStrategy.cs</Link>
98     </Compile>
99     <Compile Include="..\..\Common\IHilighter.cs">
100       <Link>IHilighter.cs</Link>
101     </Compile>
102     <Compile Include="..\..\Common\ITextRender.cs">
103       <Link>ITextRender.cs</Link>
104     </Compile>
105     <Compile Include="..\..\Common\LineToIndex.cs">
106       <Link>LineToIndex.cs</Link>
107     </Compile>
108     <Compile Include="..\..\Common\MarkerCollection.cs">
109       <Link>MarkerCollection.cs</Link>
110     </Compile>
111     <Compile Include="..\..\Common\PrintableView.cs">
112       <Link>PrintableView.cs</Link>
113     </Compile>
114     <Compile Include="..\..\Common\Range.cs">
115       <Link>Range.cs</Link>
116     </Compile>
117     <Compile Include="..\..\Common\RangeCollection.cs">
118       <Link>RangeCollection.cs</Link>
119     </Compile>
120     <Compile Include="..\..\Common\RangeTree.cs">
121       <Link>RangeTree.cs</Link>
122     </Compile>
123     <Compile Include="..\..\Common\RangeTreeNode.cs">
124       <Link>RangeTreeNode.cs</Link>
125     </Compile>
126     <Compile Include="..\..\Common\ResourceManager.cs">
127       <Link>ResourceManager.cs</Link>
128     </Compile>
129     <Compile Include="..\..\Common\SelectCollection.cs">
130       <Link>SelectCollection.cs</Link>
131     </Compile>
132     <Compile Include="..\..\Common\StringBuffer.cs">
133       <Link>StringBuffer.cs</Link>
134     </Compile>
135     <Compile Include="..\..\Common\TextPoint.cs">
136       <Link>TextPoint.cs</Link>
137     </Compile>
138     <Compile Include="..\..\Common\UndoCommands.cs">
139       <Link>UndoCommands.cs</Link>
140     </Compile>
141     <Compile Include="..\..\Common\UndoManager.cs">
142       <Link>UndoManager.cs</Link>
143     </Compile>
144     <Compile Include="..\..\Common\Util.cs">
145       <Link>Util.cs</Link>
146     </Compile>
147     <Compile Include="..\..\Common\ViewBase.cs">
148       <Link>ViewBase.cs</Link>
149     </Compile>
150     <Compile Include="D2DTextRender.cs" />
151     <Compile Include="FooPrintText.cs" />
152     <Compile Include="FooTextBox.cs">
153       <SubType>Component</SubType>
154     </Compile>
155     <Compile Include="PrintableTextRender.cs" />
156     <Compile Include="Properties\AssemblyInfo.cs" />
157     <Compile Include="WinIME.cs" />
158   </ItemGroup>
159   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
160   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
161        Other similar extension points exist, see Microsoft.Common.targets.
162   <Target Name="BeforeBuild">
163   </Target>
164   <Target Name="AfterBuild">
165   </Target>
166   -->
167 </Project>