Skip to content

Commit 071ce62

Browse files
committed
samples/3D/HoloLensModelViewer: Sample E3D model viewer for UWP/HoloLens
1 parent e4800fd commit 071ce62

14 files changed

+1463
-0
lines changed
1.4 KB
Loading
7.52 KB
Loading
2.87 KB
Loading
1.61 KB
Loading
1.42 KB
Loading
3.13 KB
Loading
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29911.84
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HoloLensModelViewer", "HoloLensModelViewer.vcxproj", "{AFF38973-8374-415C-86F2-558C248C730F}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|ARM = Debug|ARM
11+
Debug|ARM64 = Debug|ARM64
12+
Debug|x64 = Debug|x64
13+
Debug|x86 = Debug|x86
14+
Release|ARM = Release|ARM
15+
Release|ARM64 = Release|ARM64
16+
Release|x64 = Release|x64
17+
Release|x86 = Release|x86
18+
EndGlobalSection
19+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
20+
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|ARM.ActiveCfg = Debug|ARM
21+
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|ARM.Build.0 = Debug|ARM
22+
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|ARM.Deploy.0 = Debug|ARM
23+
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|ARM64.ActiveCfg = Debug|ARM64
24+
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|ARM64.Build.0 = Debug|ARM64
25+
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|ARM64.Deploy.0 = Debug|ARM64
26+
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|x64.ActiveCfg = Debug|x64
27+
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|x64.Build.0 = Debug|x64
28+
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|x64.Deploy.0 = Debug|x64
29+
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|x86.ActiveCfg = Debug|Win32
30+
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|x86.Build.0 = Debug|Win32
31+
{AFF38973-8374-415C-86F2-558C248C730F}.Debug|x86.Deploy.0 = Debug|Win32
32+
{AFF38973-8374-415C-86F2-558C248C730F}.Release|ARM.ActiveCfg = Release|ARM
33+
{AFF38973-8374-415C-86F2-558C248C730F}.Release|ARM.Build.0 = Release|ARM
34+
{AFF38973-8374-415C-86F2-558C248C730F}.Release|ARM.Deploy.0 = Release|ARM
35+
{AFF38973-8374-415C-86F2-558C248C730F}.Release|ARM64.ActiveCfg = Release|ARM64
36+
{AFF38973-8374-415C-86F2-558C248C730F}.Release|ARM64.Build.0 = Release|ARM64
37+
{AFF38973-8374-415C-86F2-558C248C730F}.Release|ARM64.Deploy.0 = Release|ARM64
38+
{AFF38973-8374-415C-86F2-558C248C730F}.Release|x64.ActiveCfg = Release|x64
39+
{AFF38973-8374-415C-86F2-558C248C730F}.Release|x64.Build.0 = Release|x64
40+
{AFF38973-8374-415C-86F2-558C248C730F}.Release|x64.Deploy.0 = Release|x64
41+
{AFF38973-8374-415C-86F2-558C248C730F}.Release|x86.ActiveCfg = Release|Win32
42+
{AFF38973-8374-415C-86F2-558C248C730F}.Release|x86.Build.0 = Release|Win32
43+
{AFF38973-8374-415C-86F2-558C248C730F}.Release|x86.Deploy.0 = Release|Win32
44+
EndGlobalSection
45+
GlobalSection(SolutionProperties) = preSolution
46+
HideSolutionNode = FALSE
47+
EndGlobalSection
48+
GlobalSection(ExtensibilityGlobals) = postSolution
49+
SolutionGuid = {D1585234-F662-4650-A177-AC8FBC7E6149}
50+
EndGlobalSection
51+
EndGlobal

samples/3D/HoloLensModelViewer/HoloLensModelViewer.vcxproj

Lines changed: 416 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<Package
4+
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
5+
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
6+
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
7+
IgnorableNamespaces="uap mp">
8+
9+
<Identity Name="cc88d84c-fd68-4b43-9a19-1ae6f5e4270e"
10+
Publisher="CN=Jerome"
11+
Version="1.0.3.0" />
12+
13+
<mp:PhoneIdentity PhoneProductId="cc88d84c-fd68-4b43-9a19-1ae6f5e4270e" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
14+
15+
<Properties>
16+
<DisplayName>HoloLensModelViewer</DisplayName>
17+
<PublisherDisplayName>Jerome</PublisherDisplayName>
18+
<Logo>Assets\StoreLogo.png</Logo>
19+
</Properties>
20+
21+
<Dependencies>
22+
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.18362.0" />
23+
</Dependencies>
24+
25+
<Resources>
26+
<Resource Language="x-generate"/>
27+
</Resources>
28+
29+
<Applications>
30+
<Application Id="App"
31+
Executable="$targetnametoken$.exe"
32+
EntryPoint="HoloLensModelViewer.AppView">
33+
<uap:VisualElements
34+
DisplayName="HoloLensModelViewer"
35+
Square150x150Logo="Assets\Square150x150Logo.png"
36+
Square44x44Logo="Assets\Square44x44Logo.png"
37+
Description="HoloLensModelViewer"
38+
BackgroundColor="#464646">
39+
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" />
40+
<uap:SplashScreen Image="Assets\SplashScreen.png" />
41+
</uap:VisualElements>
42+
</Application>
43+
</Applications>
44+
</Package>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ImportGroup Label="PropertySheets" />
4+
<PropertyGroup Label="UserMacros" />
5+
<!--
6+
To customize common C++/WinRT project properties:
7+
* right-click the project node
8+
* expand the Common Properties item
9+
* select the C++/WinRT property page
10+
11+
For more advanced scenarios, and complete documentation, please see:
12+
https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/nuget
13+
-->
14+
<PropertyGroup />
15+
<ItemDefinitionGroup />
16+
</Project>

0 commit comments

Comments
 (0)