-
Notifications
You must be signed in to change notification settings - Fork 0
/
Win8-JS-presentation.jsproj
103 lines (103 loc) · 5.26 KB
/
Win8-JS-presentation.jsproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x86">
<Configuration>Debug</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x86">
<Configuration>Release</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>55dca811-7bd8-4be0-b108-d2f27bef8ef9</ProjectGuid>
</PropertyGroup>
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '11.0'">
<VisualStudioVersion>11.0</VisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).Default.props" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).props" />
<PropertyGroup>
<TargetPlatformIdentifier>Windows</TargetPlatformIdentifier>
<TargetPlatformVersion>8.0</TargetPlatformVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<PackageCertificateKeyFile>Win8-JS-presentation_TemporaryKey.pfx</PackageCertificateKeyFile>
</PropertyGroup>
<ItemGroup>
<AppxManifest Include="package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
<Content Include="images\logo.png" />
<Content Include="images\smalllogo.png" />
<Content Include="images\splashscreen.png" />
<Content Include="images\storelogo.png" />
<Content Include="index.html" />
<Content Include="presentation\.sass-cache\9c6ecccf0cc9b3122e375535c783922d6933cd0a\_link-colors.scssc" />
<Content Include="presentation\.sass-cache\b472e300bd5175552923d332090b2046789ca922\normalize.scssc" />
<Content Include="presentation\.sass-cache\b472e300bd5175552923d332090b2046789ca922\style.scssc" />
<Content Include="presentation\.sass-cache\eb1894e892fc2442ac77302719e0bc624deee1ef\_link-colors.scssc" />
<Content Include="presentation\config.rb" />
<Content Include="presentation\css\normalize.css" />
<Content Include="presentation\css\style.css" />
<Content Include="presentation\images\hero.png" />
<Content Include="presentation\images\list-bullet.png" />
<Content Include="presentation\images\metrosexual-socks.png" />
<Content Include="presentation\images\movember.png" />
<Content Include="presentation\images\screen-sizes.jpg" />
<Content Include="presentation\images\start-menu.png" />
<Content Include="presentation\images\thank-you.png" />
<Content Include="presentation\images\things-i-did-not-like.png" />
<Content Include="presentation\images\things-i-liked.png" />
<Content Include="presentation\images\twitter.png" />
<Content Include="presentation\images\verdict.png" />
<Content Include="presentation\js\jquery-1.8.2.min.js" />
<Content Include="presentation\js\jquery.easing.1.3.js" />
<Content Include="presentation\js\jquery.scrolldeck.js" />
<Content Include="presentation\js\jquery.scrollorama.js" />
<Content Include="presentation\js\jquery.scrollTo-1.4.3.1.min.js" />
<Content Include="presentation\sass\normalize.scss" />
<Content Include="presentation\sass\style.scss" />
<None Include="Win8-JS-presentation_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<SDKReference Include="Microsoft.WinJS.1.0, Version=1.0" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\$(WMSJSProjectDirectory)\Microsoft.VisualStudio.$(WMSJSProject).targets" />
<!-- To modify your build process, add your task inside one of the targets below then uncomment
that target and the DisableFastUpToDateCheck PropertyGroup.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
<PropertyGroup>
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
</PropertyGroup>
-->
</Project>