forked from Activision/USDShellExtension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUsdShellExtension.sln
More file actions
82 lines (82 loc) · 4.75 KB
/
UsdShellExtension.sln
File metadata and controls
82 lines (82 loc) · 4.75 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1209
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UsdPreviewHandlerPython", "UsdPreviewHandlerPython\UsdPreviewHandlerPython.vcxproj", "{248F687E-4028-4243-87B8-2312F57BE8A5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UsdPreviewLocalServer", "UsdPreviewHandlerServer\UsdPreviewLocalServer.vcxproj", "{279AFA6D-6E35-4798-BA63-8A7E15D11185}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UsdShellExtension", "UsdShellExtension\UsdShellExtension.vcxproj", "{9974380D-C9C6-4CF4-8AA2-7D564EB8C4E8}"
ProjectSection(ProjectDependencies) = postProject
{279AFA6D-6E35-4798-BA63-8A7E15D11185} = {279AFA6D-6E35-4798-BA63-8A7E15D11185}
{248F687E-4028-4243-87B8-2312F57BE8A5} = {248F687E-4028-4243-87B8-2312F57BE8A5}
{EA717BDA-3304-439B-BEC8-408D9CE9F3FB} = {EA717BDA-3304-439B-BEC8-408D9CE9F3FB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UsdSdkToolsLocalServer", "UsdSdkToolsServer\UsdSdkToolsLocalServer.vcxproj", "{EA717BDA-3304-439B-BEC8-408D9CE9F3FB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UsdPythonToolsLocalServer", "UsdPythonToolsServer\UsdPythonToolsLocalServer.vcxproj", "{6AD79C79-3A9D-4C39-B028-C45072541C28}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F2EEFD0F-82FF-4404-94E5-CD2F3837BDA9}"
ProjectSection(SolutionItems) = preProject
atviversion.h = atviversion.h
BUILDING.md = BUILDING.md
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UsdShellExtensionInstaller", "UsdShellExtensionInstaller\UsdShellExtensionInstaller.vcxproj", "{1390252A-71E2-4C4E-B874-301909F40CBA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Property Sheets", "Property Sheets", "{8889FDB0-64A4-4AB7-A539-D3328F0846E9}"
ProjectSection(SolutionItems) = preProject
atviversion.props = atviversion.props
boost.props = boost.props
nsis.props = nsis.props
python.props = python.props
usd-monolithic.props = usd-monolithic.props
usd-shared.props = usd-shared.props
usd.props = usd.props
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EventViewerMessages", "shared\EventViewerMessages.vcxproj", "{F12E597B-B731-4F5A-BEC3-980D20159320}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{248F687E-4028-4243-87B8-2312F57BE8A5}.Debug|x64.ActiveCfg = Debug|x64
{248F687E-4028-4243-87B8-2312F57BE8A5}.Debug|x64.Build.0 = Debug|x64
{248F687E-4028-4243-87B8-2312F57BE8A5}.Release|x64.ActiveCfg = Release|x64
{248F687E-4028-4243-87B8-2312F57BE8A5}.Release|x64.Build.0 = Release|x64
{279AFA6D-6E35-4798-BA63-8A7E15D11185}.Debug|x64.ActiveCfg = Debug|x64
{279AFA6D-6E35-4798-BA63-8A7E15D11185}.Debug|x64.Build.0 = Debug|x64
{279AFA6D-6E35-4798-BA63-8A7E15D11185}.Release|x64.ActiveCfg = Release|x64
{279AFA6D-6E35-4798-BA63-8A7E15D11185}.Release|x64.Build.0 = Release|x64
{9974380D-C9C6-4CF4-8AA2-7D564EB8C4E8}.Debug|x64.ActiveCfg = Debug|x64
{9974380D-C9C6-4CF4-8AA2-7D564EB8C4E8}.Debug|x64.Build.0 = Debug|x64
{9974380D-C9C6-4CF4-8AA2-7D564EB8C4E8}.Release|x64.ActiveCfg = Release|x64
{9974380D-C9C6-4CF4-8AA2-7D564EB8C4E8}.Release|x64.Build.0 = Release|x64
{EA717BDA-3304-439B-BEC8-408D9CE9F3FB}.Debug|x64.ActiveCfg = Debug|x64
{EA717BDA-3304-439B-BEC8-408D9CE9F3FB}.Debug|x64.Build.0 = Debug|x64
{EA717BDA-3304-439B-BEC8-408D9CE9F3FB}.Release|x64.ActiveCfg = Release|x64
{EA717BDA-3304-439B-BEC8-408D9CE9F3FB}.Release|x64.Build.0 = Release|x64
{6AD79C79-3A9D-4C39-B028-C45072541C28}.Debug|x64.ActiveCfg = Debug|x64
{6AD79C79-3A9D-4C39-B028-C45072541C28}.Debug|x64.Build.0 = Debug|x64
{6AD79C79-3A9D-4C39-B028-C45072541C28}.Release|x64.ActiveCfg = Release|x64
{6AD79C79-3A9D-4C39-B028-C45072541C28}.Release|x64.Build.0 = Release|x64
{1390252A-71E2-4C4E-B874-301909F40CBA}.Debug|x64.ActiveCfg = Debug|x64
{1390252A-71E2-4C4E-B874-301909F40CBA}.Release|x64.ActiveCfg = Release|x64
{F12E597B-B731-4F5A-BEC3-980D20159320}.Debug|x64.ActiveCfg = Debug|x64
{F12E597B-B731-4F5A-BEC3-980D20159320}.Debug|x64.Build.0 = Debug|x64
{F12E597B-B731-4F5A-BEC3-980D20159320}.Release|x64.ActiveCfg = Release|x64
{F12E597B-B731-4F5A-BEC3-980D20159320}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4AEC1C0-464E-4B29-B0FA-8841731E8735}
EndGlobalSection
EndGlobal