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     <DocumentationFile>bin\Release\FooEditEngine.Windows.XML</DocumentationFile>
39   </PropertyGroup>
40   <ItemGroup>
41     <Reference Include="SharpDX">
42       <HintPath>..\..\Libs\SharpDX.dll</HintPath>
43     </Reference>
44     <Reference Include="SharpDX.Direct2D1">
45       <HintPath>..\..\Libs\SharpDX.Direct2D1.dll</HintPath>
46     </Reference>
47     <Reference Include="SharpDX.DXGI">
48       <HintPath>..\..\Libs\SharpDX.DXGI.dll</HintPath>
49     </Reference>
50     <Reference Include="System" />
51     <Reference Include="System.Drawing" />
52     <Reference Include="System.Windows.Forms" />
53   </ItemGroup>
54   <ItemGroup>
55     <Compile Include="D2DTextRender.cs" />
56     <Compile Include="FooPrintText.cs" />
57     <Compile Include="FooTextBox.cs">
58       <SubType>Component</SubType>
59     </Compile>
60     <Compile Include="PrintableTextRender.cs" />
61     <Compile Include="Properties\AssemblyInfo.cs" />
62     <Compile Include="WinIME.cs" />
63   </ItemGroup>
64   <Import Project="..\..\Core\Core.projitems" Label="Shared" />
65   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
67        Other similar extension points exist, see Microsoft.Common.targets.
68   <Target Name="BeforeBuild">
69   </Target>
70   <Target Name="AfterBuild">
71   </Target>
72   -->
73 </Project>