OSDN Git Service

ライブラリーを更新した
[fooeditengine/FooEditEngine.git] / UWP / FooEditEngine.UWP / FooEditEngine.UWP.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.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>{02CD8CE7-70E0-48CC-89A9-8863BF006DC7}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>FooEditEngine.UWP</RootNamespace>
11     <AssemblyName>FooEditEngine.UWP</AssemblyName>
12     <DefaultLanguage>ja-JP</DefaultLanguage>
13     <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
14     <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.17763.0</TargetPlatformVersion>
15     <TargetPlatformMinVersion>10.0.16299.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>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</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</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>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</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</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>DEBUG;TRACE;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</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   <PropertyGroup>
106     <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
107   </PropertyGroup>
108   <ItemGroup>
109     <Compile Include="AutoCompleteBox.cs" />
110     <Compile Include="Direct2D\D2DRender.cs" />
111     <Compile Include="Direct2D\D2DRenderBase.cs" />
112     <Compile Include="FooTextBox.cs" />
113     <Compile Include="Print\ComInterface.cs" />
114     <Compile Include="Print\D2DPrintPreviewRender.cs" />
115     <Compile Include="Print\D2DPrintRender.cs" />
116     <Compile Include="Print\DocumentSource.cs" />
117     <Compile Include="Print\PrintOptionBuilder.cs" />
118     <Compile Include="Properties\AssemblyInfo.cs" />
119     <EmbeddedResource Include="Properties\FooEditEngine.UWP.rd.xml" />
120   </ItemGroup>
121   <ItemGroup>
122     <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
123       <Version>6.2.8</Version>
124     </PackageReference>
125     <PackageReference Include="Nito.AsyncEx">
126       <Version>5.1.0</Version>
127     </PackageReference>
128     <PackageReference Include="SharpDX">
129       <Version>4.0.1</Version>
130     </PackageReference>
131     <PackageReference Include="SharpDX.Direct2D1">
132       <Version>4.0.1</Version>
133     </PackageReference>
134     <PackageReference Include="SharpDX.Direct3D11">
135       <Version>4.0.1</Version>
136     </PackageReference>
137     <PackageReference Include="SharpDX.DXGI">
138       <Version>4.0.1</Version>
139     </PackageReference>
140     <PackageReference Include="SharpDX.Mathematics">
141       <Version>4.0.1</Version>
142     </PackageReference>
143   </ItemGroup>
144   <ItemGroup>
145     <Page Include="Themes\Generic.xaml">
146       <Generator>MSBuild:Compile</Generator>
147       <SubType>Designer</SubType>
148     </Page>
149   </ItemGroup>
150   <ItemGroup>
151     <PRIResource Include="strings\en-US\Resources.resw" />
152   </ItemGroup>
153   <ItemGroup>
154     <PRIResource Include="strings\ja-JP\Resources.resw" />
155   </ItemGroup>
156   <ItemGroup>
157     <None Include="FooEditEngine.UWP.nuspec" />
158   </ItemGroup>
159   <Import Project="..\..\Core\Core.projitems" Label="Shared" />
160   <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
161     <VisualStudioVersion>14.0</VisualStudioVersion>
162   </PropertyGroup>
163   <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
164   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
165        Other similar extension points exist, see Microsoft.Common.targets.
166   <Target Name="BeforeBuild">
167   </Target>
168   <Target Name="AfterBuild">
169   </Target>
170   -->
171 </Project>