OSDN Git Service

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