OSDN Git Service

UWP版テキストボックスを作った
[fooeditengine/FooEditEngine.git] / UWP / FooEditEngine.UWP / FooEditEngine.UWP.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{CD4DB9CC-9113-482B-8BBE-74E1B4032981}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>FooEditEngine</RootNamespace>
11     <AssemblyName>FooEditEngine.UWP</AssemblyName>
12     <DefaultLanguage>ja-JP</DefaultLanguage>
13     <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14     <TargetPlatformVersion>10.0.14393.0</TargetPlatformVersion>
15     <TargetPlatformMinVersion>10.0.10586.0</TargetPlatformMinVersion>
16     <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
17     <FileAlignment>512</FileAlignment>
18     <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21     <PlatformTarget>AnyCPU</PlatformTarget>
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <Optimize>false</Optimize>
25     <OutputPath>bin\Debug\</OutputPath>
26     <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;ENABLE_AUTMATION</DefineConstants>
27     <ErrorReport>prompt</ErrorReport>
28     <WarningLevel>4</WarningLevel>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31     <PlatformTarget>AnyCPU</PlatformTarget>
32     <DebugType>pdbonly</DebugType>
33     <Optimize>true</Optimize>
34     <OutputPath>bin\Release\</OutputPath>
35     <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;ENABLE_AUTMATION</DefineConstants>
36     <ErrorReport>prompt</ErrorReport>
37     <WarningLevel>4</WarningLevel>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
40     <PlatformTarget>x86</PlatformTarget>
41     <DebugSymbols>true</DebugSymbols>
42     <OutputPath>bin\x86\Debug\</OutputPath>
43     <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;ENABLE_AUTMATION</DefineConstants>
44     <NoWarn>;2008</NoWarn>
45     <DebugType>full</DebugType>
46     <PlatformTarget>x86</PlatformTarget>
47     <UseVSHostingProcess>false</UseVSHostingProcess>
48     <ErrorReport>prompt</ErrorReport>
49   </PropertyGroup>
50   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
51     <PlatformTarget>x86</PlatformTarget>
52     <OutputPath>bin\x86\Release\</OutputPath>
53     <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;ENABLE_AUTMATION</DefineConstants>
54     <Optimize>true</Optimize>
55     <NoWarn>;2008</NoWarn>
56     <DebugType>pdbonly</DebugType>
57     <PlatformTarget>x86</PlatformTarget>
58     <UseVSHostingProcess>false</UseVSHostingProcess>
59     <ErrorReport>prompt</ErrorReport>
60   </PropertyGroup>
61   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
62     <PlatformTarget>ARM</PlatformTarget>
63     <DebugSymbols>true</DebugSymbols>
64     <OutputPath>bin\ARM\Debug\</OutputPath>
65     <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;ENABLE_AUTMATION</DefineConstants>
66     <NoWarn>;2008</NoWarn>
67     <DebugType>full</DebugType>
68     <PlatformTarget>ARM</PlatformTarget>
69     <UseVSHostingProcess>false</UseVSHostingProcess>
70     <ErrorReport>prompt</ErrorReport>
71   </PropertyGroup>
72   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
73     <PlatformTarget>ARM</PlatformTarget>
74     <OutputPath>bin\ARM\Release\</OutputPath>
75     <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;ENABLE_AUTMATION</DefineConstants>
76     <Optimize>true</Optimize>
77     <NoWarn>;2008</NoWarn>
78     <DebugType>pdbonly</DebugType>
79     <PlatformTarget>ARM</PlatformTarget>
80     <UseVSHostingProcess>false</UseVSHostingProcess>
81     <ErrorReport>prompt</ErrorReport>
82   </PropertyGroup>
83   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
84     <PlatformTarget>x64</PlatformTarget>
85     <DebugSymbols>true</DebugSymbols>
86     <OutputPath>bin\x64\Debug\</OutputPath>
87     <DefineConstants>TRACE;DEBUG;NETFX_CORE;WINDOWS_UWP;</DefineConstants>
88     <NoWarn>;2008</NoWarn>
89     <DebugType>full</DebugType>
90     <PlatformTarget>x64</PlatformTarget>
91     <UseVSHostingProcess>false</UseVSHostingProcess>
92     <ErrorReport>prompt</ErrorReport>
93   </PropertyGroup>
94   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
95     <PlatformTarget>x64</PlatformTarget>
96     <OutputPath>bin\x64\Release\</OutputPath>
97     <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;ENABLE_AUTMATION</DefineConstants>
98     <Optimize>true</Optimize>
99     <NoWarn>;2008</NoWarn>
100     <DebugType>pdbonly</DebugType>
101     <PlatformTarget>x64</PlatformTarget>
102     <UseVSHostingProcess>false</UseVSHostingProcess>
103     <ErrorReport>prompt</ErrorReport>
104   </PropertyGroup>
105   <ItemGroup>
106     <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
107     <None Include="project.json" />
108     <PRIResource Include="strings\ja-JP\Resources.resw" />
109     <PRIResource Include="strings\en-US\Resources.resw" />
110   </ItemGroup>
111   <ItemGroup>
112     <Compile Include="Direct2D\D2DRender.cs" />
113     <Compile Include="Direct2D\D2DRenderBase.cs" />
114     <Compile Include="FooTextBox.cs" />
115     <Compile Include="Properties\AssemblyInfo.cs" />
116     <EmbeddedResource Include="Properties\FooEditEngine.UWP.rd.xml" />
117   </ItemGroup>
118   <ItemGroup>
119     <Page Include="Themes\Generic.xaml">
120       <Generator>MSBuild:Compile</Generator>
121       <SubType>Designer</SubType>
122     </Page>
123   </ItemGroup>
124   <ItemGroup />
125   <ItemGroup>
126     <Reference Include="SharpDX">
127       <HintPath>..\Libs\SharpDX.dll</HintPath>
128     </Reference>
129     <Reference Include="SharpDX.Direct2D1">
130       <HintPath>..\Libs\SharpDX.Direct2D1.dll</HintPath>
131     </Reference>
132     <Reference Include="SharpDX.Direct3D11">
133       <HintPath>..\Libs\SharpDX.Direct3D11.dll</HintPath>
134     </Reference>
135     <Reference Include="SharpDX.DXGI">
136       <HintPath>..\Libs\SharpDX.DXGI.dll</HintPath>
137     </Reference>
138   </ItemGroup>
139   <Import Project="..\..\Core\Core.projitems" Label="Shared" />
140   <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
141     <VisualStudioVersion>14.0</VisualStudioVersion>
142   </PropertyGroup>
143   <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
144   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
145        Other similar extension points exist, see Microsoft.Common.targets.
146   <Target Name="BeforeBuild">
147   </Target>
148   <Target Name="AfterBuild">
149   </Target>
150   -->
151 </Project>