OSDN Git Service

SharpDX3.xに移行した
[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="Print\ComInterface.cs" />
116     <Compile Include="Print\D2DPrintPreviewRender.cs" />
117     <Compile Include="Print\D2DPrintRender.cs" />
118     <Compile Include="Print\DocumentSource.cs" />
119     <Compile Include="Print\PrintOptionBuilder.cs" />
120     <Compile Include="Properties\AssemblyInfo.cs" />
121     <EmbeddedResource Include="Properties\FooEditEngine.UWP.rd.xml" />
122   </ItemGroup>
123   <ItemGroup>
124     <Page Include="Themes\Generic.xaml">
125       <Generator>MSBuild:Compile</Generator>
126       <SubType>Designer</SubType>
127     </Page>
128   </ItemGroup>
129   <ItemGroup>
130     <Reference Include="SharpDX, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
131       <SpecificVersion>False</SpecificVersion>
132       <HintPath>..\..\Libs\StoreApp\SharpDX.dll</HintPath>
133     </Reference>
134     <Reference Include="SharpDX.Direct2D1, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
135       <SpecificVersion>False</SpecificVersion>
136       <HintPath>..\..\Libs\StoreApp\SharpDX.Direct2D1.dll</HintPath>
137     </Reference>
138     <Reference Include="SharpDX.Direct3D11, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
139       <SpecificVersion>False</SpecificVersion>
140       <HintPath>..\..\Libs\StoreApp\SharpDX.Direct3D11.dll</HintPath>
141     </Reference>
142     <Reference Include="SharpDX.DXGI, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
143       <SpecificVersion>False</SpecificVersion>
144       <HintPath>..\..\Libs\StoreApp\SharpDX.DXGI.dll</HintPath>
145     </Reference>
146     <Reference Include="SharpDX.Mathematics, Version=3.0.2.0, Culture=neutral, PublicKeyToken=b4dcf0f35e5521f1, processorArchitecture=MSIL">
147       <SpecificVersion>False</SpecificVersion>
148       <HintPath>..\..\Libs\StoreApp\SharpDX.Mathematics.dll</HintPath>
149     </Reference>
150   </ItemGroup>
151   <Import Project="..\..\Core\Core.projitems" Label="Shared" />
152   <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
153     <VisualStudioVersion>14.0</VisualStudioVersion>
154   </PropertyGroup>
155   <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
156   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
157        Other similar extension points exist, see Microsoft.Common.targets.
158   <Target Name="BeforeBuild">
159   </Target>
160   <Target Name="AfterBuild">
161   </Target>
162   -->
163 </Project>