OSDN Git Service

Document.Stateプロパティを廃止した
[fooeditengine/FooEditEngine.git] / Metro / Test / Test.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     <ProjectGuid>{D5A54EBE-15AC-48E9-819B-99314266B683}</ProjectGuid>
8     <OutputType>AppContainerExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>Test</RootNamespace>
11     <AssemblyName>Test</AssemblyName>
12     <DefaultLanguage>ja-JP</DefaultLanguage>
13     <FileAlignment>512</FileAlignment>
14     <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15     <PackageCertificateKeyFile>Test_TemporaryKey.pfx</PackageCertificateKeyFile>
16     <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
17     <TargetPlatformVersion>8.1</TargetPlatformVersion>
18     <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
19     <TargetFrameworkVersion />
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22     <PlatformTarget>AnyCPU</PlatformTarget>
23     <DebugSymbols>true</DebugSymbols>
24     <DebugType>full</DebugType>
25     <Optimize>false</Optimize>
26     <OutputPath>bin\Debug\</OutputPath>
27     <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30   </PropertyGroup>
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32     <PlatformTarget>AnyCPU</PlatformTarget>
33     <DebugType>pdbonly</DebugType>
34     <Optimize>true</Optimize>
35     <OutputPath>bin\Release\</OutputPath>
36     <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
37     <ErrorReport>prompt</ErrorReport>
38     <WarningLevel>4</WarningLevel>
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     <Compile Include="..\..\Common\Test\CharFoldingMethod.cs">
108       <Link>CharFoldingMethod.cs</Link>
109     </Compile>
110     <Compile Include="..\..\Common\Test\XmlHilighter.cs">
111       <Link>XmlHilighter.cs</Link>
112     </Compile>
113     <Compile Include="App.xaml.cs">
114       <DependentUpon>App.xaml</DependentUpon>
115     </Compile>
116     <Compile Include="AppSettings.cs" />
117     <Compile Include="MainPage.xaml.cs">
118       <DependentUpon>MainPage.xaml</DependentUpon>
119     </Compile>
120     <Compile Include="Properties\AssemblyInfo.cs" />
121     <Compile Include="SettingsFlyout.xaml.cs">
122       <DependentUpon>SettingsFlyout.xaml</DependentUpon>
123     </Compile>
124   </ItemGroup>
125   <ItemGroup>
126     <AppxManifest Include="Package.appxmanifest">
127       <SubType>Designer</SubType>
128     </AppxManifest>
129   </ItemGroup>
130   <ItemGroup>
131     <Content Include="Assets\Logo.png" />
132     <Content Include="Assets\SmallLogo.png" />
133     <Content Include="Assets\SplashScreen.png" />
134     <Content Include="Assets\StoreLogo.png" />
135   </ItemGroup>
136   <ItemGroup>
137     <ApplicationDefinition Include="App.xaml">
138       <Generator>MSBuild:Compile</Generator>
139       <SubType>Designer</SubType>
140     </ApplicationDefinition>
141     <Page Include="Common\StandardStyles.xaml">
142       <Generator>MSBuild:Compile</Generator>
143       <SubType>Designer</SubType>
144     </Page>
145     <Page Include="MainPage.xaml">
146       <Generator>MSBuild:Compile</Generator>
147       <SubType>Designer</SubType>
148     </Page>
149     <Page Include="SettingsFlyout.xaml">
150       <SubType>Designer</SubType>
151       <Generator>MSBuild:Compile</Generator>
152     </Page>
153   </ItemGroup>
154   <ItemGroup>
155     <ProjectReference Include="..\FooEditEngine\FooEditEngine.csproj">
156       <Project>{ac23ebf4-4cd0-43ea-9808-0e6dcd12e791}</Project>
157       <Name>FooEditEngine</Name>
158     </ProjectReference>
159   </ItemGroup>
160   <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
161     <VisualStudioVersion>12.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>