OSDN Git Service

56ce4748531f7b7898df87c69504b9fde16813ca
[fooeditengine/FooEditEngine.git] / Metro / FooEditEngine / FooEditEngine.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.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     <ProductVersion>8.0.30703</ProductVersion>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{AC23EBF4-4CD0-43EA-9808-0E6DCD12E791}</ProjectGuid>
10     <OutputType>Library</OutputType>
11     <AppDesignerFolder>Properties</AppDesignerFolder>
12     <RootNamespace>FooEditEngine</RootNamespace>
13     <AssemblyName>FooEditEngine.Metro</AssemblyName>
14     <DefaultLanguage>ja-JP</DefaultLanguage>
15     <FileAlignment>512</FileAlignment>
16     <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17     <TargetPlatformVersion>8.1</TargetPlatformVersion>
18     <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
19     <TargetFrameworkVersion />
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <Optimize>false</Optimize>
25     <OutputPath>bin\Debug\</OutputPath>
26     <DefineConstants>TRACE;DEBUG;NETFX_CORE,METRO,ENABLE_AUTMATION</DefineConstants>
27     <ErrorReport>prompt</ErrorReport>
28     <WarningLevel>4</WarningLevel>
29     <DocumentationFile>bin\Debug\FooEditEngine.Metro.XML</DocumentationFile>
30   </PropertyGroup>
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32     <DebugType>pdbonly</DebugType>
33     <Optimize>true</Optimize>
34     <OutputPath>bin\Release\</OutputPath>
35     <DefineConstants>TRACE;NETFX_CORE,METRO,ENABLE_AUTMATION</DefineConstants>
36     <ErrorReport>prompt</ErrorReport>
37     <WarningLevel>4</WarningLevel>
38     <DocumentationFile>bin\Release\FooEditEngine.Metro.XML</DocumentationFile>
39   </PropertyGroup>
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
41     <DebugSymbols>true</DebugSymbols>
42     <OutputPath>bin\ARM\Debug\</OutputPath>
43     <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
44     <NoWarn>;2008</NoWarn>
45     <DebugType>full</DebugType>
46     <PlatformTarget>ARM</PlatformTarget>
47     <UseVSHostingProcess>false</UseVSHostingProcess>
48     <ErrorReport>prompt</ErrorReport>
49     <Prefer32Bit>true</Prefer32Bit>
50   </PropertyGroup>
51   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
52     <OutputPath>bin\ARM\Release\</OutputPath>
53     <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
54     <Optimize>true</Optimize>
55     <NoWarn>;2008</NoWarn>
56     <DebugType>pdbonly</DebugType>
57     <PlatformTarget>ARM</PlatformTarget>
58     <UseVSHostingProcess>false</UseVSHostingProcess>
59     <ErrorReport>prompt</ErrorReport>
60     <Prefer32Bit>true</Prefer32Bit>
61   </PropertyGroup>
62   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
63     <DebugSymbols>true</DebugSymbols>
64     <OutputPath>bin\x64\Debug\</OutputPath>
65     <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
66     <NoWarn>;2008</NoWarn>
67     <DebugType>full</DebugType>
68     <PlatformTarget>x64</PlatformTarget>
69     <UseVSHostingProcess>false</UseVSHostingProcess>
70     <ErrorReport>prompt</ErrorReport>
71     <Prefer32Bit>true</Prefer32Bit>
72   </PropertyGroup>
73   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
74     <OutputPath>bin\x64\Release\</OutputPath>
75     <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
76     <Optimize>true</Optimize>
77     <NoWarn>;2008</NoWarn>
78     <DebugType>pdbonly</DebugType>
79     <PlatformTarget>x64</PlatformTarget>
80     <UseVSHostingProcess>false</UseVSHostingProcess>
81     <ErrorReport>prompt</ErrorReport>
82     <Prefer32Bit>true</Prefer32Bit>
83   </PropertyGroup>
84   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
85     <DebugSymbols>true</DebugSymbols>
86     <OutputPath>bin\x86\Debug\</OutputPath>
87     <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
88     <NoWarn>;2008</NoWarn>
89     <DebugType>full</DebugType>
90     <PlatformTarget>x86</PlatformTarget>
91     <UseVSHostingProcess>false</UseVSHostingProcess>
92     <ErrorReport>prompt</ErrorReport>
93     <Prefer32Bit>true</Prefer32Bit>
94   </PropertyGroup>
95   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
96     <OutputPath>bin\x86\Release\</OutputPath>
97     <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
98     <Optimize>true</Optimize>
99     <NoWarn>;2008</NoWarn>
100     <DebugType>pdbonly</DebugType>
101     <PlatformTarget>x86</PlatformTarget>
102     <UseVSHostingProcess>false</UseVSHostingProcess>
103     <ErrorReport>prompt</ErrorReport>
104     <Prefer32Bit>true</Prefer32Bit>
105   </PropertyGroup>
106   <ItemGroup>
107     <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
108     <Page Include="Themes\Generic.xaml">
109       <Generator>MSBuild:Compile</Generator>
110       <SubType>Designer</SubType>
111     </Page>
112   </ItemGroup>
113   <ItemGroup>
114     <Compile Include="Direct2D\D2DRender.cs" />
115     <Compile Include="Direct2D\D2DRenderBase.cs" />
116     <Compile Include="FooPrintText.cs" />
117     <Compile Include="FooTextBox.cs" />
118     <Compile Include="GripperManager.cs" />
119     <Compile Include="Print\ComInterface.cs" />
120     <Compile Include="Print\D2DPrintRender.cs" />
121     <Compile Include="Print\DocumentSource.cs" />
122     <Compile Include="Print\D2DPrintPreviewRender.cs" />
123     <Compile Include="Print\PrintOptionBuilder.cs" />
124     <Compile Include="Properties\AssemblyInfo.cs" />
125   </ItemGroup>
126   <ItemGroup>
127     <Reference Include="SharpDX">
128       <HintPath>..\Libs\SharpDX.dll</HintPath>
129     </Reference>
130     <Reference Include="SharpDX.Direct2D1">
131       <HintPath>..\Libs\SharpDX.Direct2D1.dll</HintPath>
132     </Reference>
133     <Reference Include="SharpDX.Direct3D11">
134       <HintPath>..\Libs\SharpDX.Direct3D11.dll</HintPath>
135     </Reference>
136     <Reference Include="SharpDX.DXGI">
137       <HintPath>..\Libs\SharpDX.DXGI.dll</HintPath>
138     </Reference>
139   </ItemGroup>
140   <ItemGroup>
141     <PRIResource Include="strings\en-US\Resources.resw" />
142   </ItemGroup>
143   <ItemGroup>
144     <PRIResource Include="strings\ja-JP\Resources.resw" />
145   </ItemGroup>
146   <ItemGroup>
147     <ProjectReference Include="..\..\DotNetTextStore\DotNetTextStore.Metro.csproj">
148       <Project>{453c491e-ef3a-41ad-a725-8855c1cb2c84}</Project>
149       <Name>DotNetTextStore.Metro</Name>
150     </ProjectReference>
151   </ItemGroup>
152   <Import Project="..\..\Core\Core.projitems" Label="Shared" />
153   <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
154     <VisualStudioVersion>12.0</VisualStudioVersion>
155   </PropertyGroup>
156   <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
157   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
158        Other similar extension points exist, see Microsoft.Common.targets.
159   <Target Name="BeforeBuild">
160   </Target>
161   <Target Name="AfterBuild">
162   </Target>
163   -->
164 </Project>