1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|ARM">
5 <Configuration>Debug</Configuration>
6 <Platform>ARM</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|Win32">
9 <Configuration>Debug</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|x64">
13 <Configuration>Debug</Configuration>
14 <Platform>x64</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|ARM">
17 <Configuration>Release</Configuration>
18 <Platform>ARM</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release|Win32">
21 <Configuration>Release</Configuration>
22 <Platform>Win32</Platform>
23 </ProjectConfiguration>
24 <ProjectConfiguration Include="Release|x64">
25 <Configuration>Release</Configuration>
26 <Platform>x64</Platform>
27 </ProjectConfiguration>
29 <PropertyGroup Label="Globals">
30 <ProjectGuid>{1f30ad3f-a41d-4580-b7cb-bd7a7c92de5e}</ProjectGuid>
31 <RootNamespace>TestShell</RootNamespace>
32 <DefaultLanguage>en-US</DefaultLanguage>
33 <VCTargetsPath Condition="'$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and '$(VisualStudioVersion)' == ''">$(VCTargetsPath11)</VCTargetsPath>
34 <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
35 <AppContainerApplication>true</AppContainerApplication>
37 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
39 <ConfigurationType>Application</ConfigurationType>
40 <UseDebugLibraries>true</UseDebugLibraries>
41 <PlatformToolset>v110</PlatformToolset>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <UseDebugLibraries>true</UseDebugLibraries>
46 <PlatformToolset>v110</PlatformToolset>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
49 <ConfigurationType>Application</ConfigurationType>
50 <UseDebugLibraries>true</UseDebugLibraries>
51 <PlatformToolset>v110</PlatformToolset>
53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
54 <ConfigurationType>Application</ConfigurationType>
55 <UseDebugLibraries>false</UseDebugLibraries>
56 <WholeProgramOptimization>true</WholeProgramOptimization>
57 <PlatformToolset>v110</PlatformToolset>
59 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
60 <ConfigurationType>Application</ConfigurationType>
61 <UseDebugLibraries>false</UseDebugLibraries>
62 <WholeProgramOptimization>true</WholeProgramOptimization>
63 <PlatformToolset>v110</PlatformToolset>
65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
66 <ConfigurationType>Application</ConfigurationType>
67 <UseDebugLibraries>false</UseDebugLibraries>
68 <WholeProgramOptimization>true</WholeProgramOptimization>
69 <PlatformToolset>v110</PlatformToolset>
71 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
72 <ImportGroup Label="ExtensionSettings">
74 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
75 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
77 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
78 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
80 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
81 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
83 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
84 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
86 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
87 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
89 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
90 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
92 <PropertyGroup Label="UserMacros" />
94 <PackageCertificateKeyFile>TestShell_TemporaryKey.pfx</PackageCertificateKeyFile>
96 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
98 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
100 </ItemDefinitionGroup>
101 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
103 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
105 </ItemDefinitionGroup>
106 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
108 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
109 <AdditionalIncludeDirectories>..\..\..\..\Source\Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
111 </ItemDefinitionGroup>
112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
114 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
115 <AdditionalIncludeDirectories>..\..\..\..\Source\Core;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
117 </ItemDefinitionGroup>
118 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
120 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
122 </ItemDefinitionGroup>
123 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
125 <AdditionalOptions>/bigobj %(AdditionalOptions)</AdditionalOptions>
127 </ItemDefinitionGroup>
129 <ClInclude Include="pch.h" />
130 <ClInclude Include="App.xaml.h">
131 <DependentUpon>App.xaml</DependentUpon>
133 <ClInclude Include="MainPage.xaml.h">
134 <DependentUpon>MainPage.xaml</DependentUpon>
138 <ApplicationDefinition Include="App.xaml">
139 <SubType>Designer</SubType>
140 </ApplicationDefinition>
141 <Page Include="Common\StandardStyles.xaml">
142 <SubType>Designer</SubType>
144 <Page Include="MainPage.xaml">
145 <SubType>Designer</SubType>
149 <AppxManifest Include="Package.appxmanifest">
150 <SubType>Designer</SubType>
152 <None Include="TestShell_TemporaryKey.pfx" />
155 <Image Include="Assets\Logo.png" />
156 <Image Include="Assets\SmallLogo.png" />
157 <Image Include="Assets\StoreLogo.png" />
158 <Image Include="Assets\SplashScreen.png" />
161 <ClCompile Include="..\..\..\..\Source\Tests\Threads1\ThreadsTest1.cpp">
162 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">main=ThreadsTest1_main;%(PreprocessorDefinitions)</PreprocessorDefinitions>
163 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">main=ThreadsTest1_main;%(PreprocessorDefinitions)</PreprocessorDefinitions>
164 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
165 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
166 </PrecompiledHeaderFile>
167 <PrecompiledHeaderOutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
168 </PrecompiledHeaderOutputFile>
169 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
170 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
171 </PrecompiledHeaderFile>
172 <PrecompiledHeaderOutputFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
173 </PrecompiledHeaderOutputFile>
175 <ClCompile Include="..\..\..\..\Source\Tests\Time1\TimeTest1.cpp">
176 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">main=TimeTest1_main;%(PreprocessorDefinitions)</PreprocessorDefinitions>
177 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">main=TimeTest1_main;%(PreprocessorDefinitions)</PreprocessorDefinitions>
178 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
179 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
180 </PrecompiledHeaderFile>
181 <PrecompiledHeaderOutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
182 </PrecompiledHeaderOutputFile>
183 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
184 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
185 </PrecompiledHeaderFile>
186 <PrecompiledHeaderOutputFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
187 </PrecompiledHeaderOutputFile>
189 <ClCompile Include="App.xaml.cpp">
190 <DependentUpon>App.xaml</DependentUpon>
192 <ClCompile Include="MainPage.xaml.cpp">
193 <DependentUpon>MainPage.xaml</DependentUpon>
195 <ClCompile Include="pch.cpp">
196 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
197 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
198 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">Create</PrecompiledHeader>
199 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">Create</PrecompiledHeader>
200 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
201 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
205 <ProjectReference Include="..\Neptune\Neptune.vcxproj">
206 <Project>{4d304d49-41f5-48c2-bc88-898af70f421c}</Project>
209 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
210 <ImportGroup Label="ExtensionTargets">