OSDN Git Service

行を生成するメソッドをLineToIndexTableに移動した
[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     <PackageCertificateThumbprint>EA35893B9079E8FF7C38A44C19AD824F8A9E3DDC</PackageCertificateThumbprint>
21   </PropertyGroup>
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23     <PlatformTarget>AnyCPU</PlatformTarget>
24     <DebugSymbols>true</DebugSymbols>
25     <DebugType>full</DebugType>
26     <Optimize>false</Optimize>
27     <OutputPath>bin\Debug\</OutputPath>
28     <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
29     <ErrorReport>prompt</ErrorReport>
30     <WarningLevel>4</WarningLevel>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33     <PlatformTarget>AnyCPU</PlatformTarget>
34     <DebugType>pdbonly</DebugType>
35     <Optimize>true</Optimize>
36     <OutputPath>bin\Release\</OutputPath>
37     <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
38     <ErrorReport>prompt</ErrorReport>
39     <WarningLevel>4</WarningLevel>
40   </PropertyGroup>
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
42     <DebugSymbols>true</DebugSymbols>
43     <OutputPath>bin\ARM\Debug\</OutputPath>
44     <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
45     <NoWarn>;2008</NoWarn>
46     <DebugType>full</DebugType>
47     <PlatformTarget>ARM</PlatformTarget>
48     <UseVSHostingProcess>false</UseVSHostingProcess>
49     <ErrorReport>prompt</ErrorReport>
50     <Prefer32Bit>true</Prefer32Bit>
51   </PropertyGroup>
52   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
53     <OutputPath>bin\ARM\Release\</OutputPath>
54     <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
55     <Optimize>true</Optimize>
56     <NoWarn>;2008</NoWarn>
57     <DebugType>pdbonly</DebugType>
58     <PlatformTarget>ARM</PlatformTarget>
59     <UseVSHostingProcess>false</UseVSHostingProcess>
60     <ErrorReport>prompt</ErrorReport>
61     <Prefer32Bit>true</Prefer32Bit>
62   </PropertyGroup>
63   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
64     <DebugSymbols>true</DebugSymbols>
65     <OutputPath>bin\x64\Debug\</OutputPath>
66     <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
67     <NoWarn>;2008</NoWarn>
68     <DebugType>full</DebugType>
69     <PlatformTarget>x64</PlatformTarget>
70     <UseVSHostingProcess>false</UseVSHostingProcess>
71     <ErrorReport>prompt</ErrorReport>
72     <Prefer32Bit>true</Prefer32Bit>
73   </PropertyGroup>
74   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
75     <OutputPath>bin\x64\Release\</OutputPath>
76     <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
77     <Optimize>true</Optimize>
78     <NoWarn>;2008</NoWarn>
79     <DebugType>pdbonly</DebugType>
80     <PlatformTarget>x64</PlatformTarget>
81     <UseVSHostingProcess>false</UseVSHostingProcess>
82     <ErrorReport>prompt</ErrorReport>
83     <Prefer32Bit>true</Prefer32Bit>
84   </PropertyGroup>
85   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
86     <DebugSymbols>true</DebugSymbols>
87     <OutputPath>bin\x86\Debug\</OutputPath>
88     <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>
89     <NoWarn>;2008</NoWarn>
90     <DebugType>full</DebugType>
91     <PlatformTarget>x86</PlatformTarget>
92     <UseVSHostingProcess>false</UseVSHostingProcess>
93     <ErrorReport>prompt</ErrorReport>
94     <Prefer32Bit>true</Prefer32Bit>
95   </PropertyGroup>
96   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
97     <OutputPath>bin\x86\Release\</OutputPath>
98     <DefineConstants>TRACE;NETFX_CORE</DefineConstants>
99     <Optimize>true</Optimize>
100     <NoWarn>;2008</NoWarn>
101     <DebugType>pdbonly</DebugType>
102     <PlatformTarget>x86</PlatformTarget>
103     <UseVSHostingProcess>false</UseVSHostingProcess>
104     <ErrorReport>prompt</ErrorReport>
105     <Prefer32Bit>true</Prefer32Bit>
106   </PropertyGroup>
107   <ItemGroup>
108     <Compile Include="App.xaml.cs">
109       <DependentUpon>App.xaml</DependentUpon>
110     </Compile>
111     <Compile Include="AppSettings.cs" />
112     <Compile Include="MainPage.xaml.cs">
113       <DependentUpon>MainPage.xaml</DependentUpon>
114     </Compile>
115     <Compile Include="Properties\AssemblyInfo.cs" />
116     <Compile Include="SettingsFlyout.xaml.cs">
117       <DependentUpon>SettingsFlyout.xaml</DependentUpon>
118     </Compile>
119   </ItemGroup>
120   <ItemGroup>
121     <AppxManifest Include="Package.appxmanifest">
122       <SubType>Designer</SubType>
123     </AppxManifest>
124   </ItemGroup>
125   <ItemGroup>
126     <Content Include="Assets\Logo.png" />
127     <Content Include="Assets\SmallLogo.png" />
128     <Content Include="Assets\SplashScreen.png" />
129     <Content Include="Assets\StoreLogo.png" />
130   </ItemGroup>
131   <ItemGroup>
132     <ApplicationDefinition Include="App.xaml">
133       <Generator>MSBuild:Compile</Generator>
134       <SubType>Designer</SubType>
135     </ApplicationDefinition>
136     <Page Include="Common\StandardStyles.xaml">
137       <Generator>MSBuild:Compile</Generator>
138       <SubType>Designer</SubType>
139     </Page>
140     <Page Include="MainPage.xaml">
141       <Generator>MSBuild:Compile</Generator>
142       <SubType>Designer</SubType>
143     </Page>
144     <Page Include="SettingsFlyout.xaml">
145       <SubType>Designer</SubType>
146       <Generator>MSBuild:Compile</Generator>
147     </Page>
148   </ItemGroup>
149   <ItemGroup>
150     <ProjectReference Include="..\FooEditEngine\FooEditEngine.csproj">
151       <Project>{ac23ebf4-4cd0-43ea-9808-0e6dcd12e791}</Project>
152       <Name>FooEditEngine</Name>
153     </ProjectReference>
154   </ItemGroup>
155   <ItemGroup>
156     <None Include="Test_TemporaryKey.pfx" />
157   </ItemGroup>
158   <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
159     <VisualStudioVersion>12.0</VisualStudioVersion>
160   </PropertyGroup>
161   <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
162   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
163        Other similar extension points exist, see Microsoft.Common.targets.
164   <Target Name="BeforeBuild">
165   </Target>
166   <Target Name="AfterBuild">
167   </Target>
168   -->
169 </Project>