-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathFastPix3D.sln
39 lines (39 loc) · 2.07 KB
/
FastPix3D.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Math", "Math\Math.vcxitems", "{262F29E5-5A2B-4101-9B1D-83E1A1EA7C26}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Interop", "Interop\Interop.vcxitems", "{AA1404C4-B35B-4826-A024-EC917A42295E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Example", "Example\Example.vcxproj", "{9C31B43B-7F7D-47A8-B6EA-57B91A93DB39}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FastPix3D", "FastPix3D\FastPix3D.vcxitems", "{D8B148AA-A494-43E2-BFDD-48727EEA71CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C31B43B-7F7D-47A8-B6EA-57B91A93DB39}.Debug|x64.ActiveCfg = Debug|x64
{9C31B43B-7F7D-47A8-B6EA-57B91A93DB39}.Debug|x64.Build.0 = Debug|x64
{9C31B43B-7F7D-47A8-B6EA-57B91A93DB39}.Release|x64.ActiveCfg = Release|x64
{9C31B43B-7F7D-47A8-B6EA-57B91A93DB39}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5D5B532-1CC1-4496-ACA3-C12BF67DADD0}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Math\Math.vcxitems*{262f29e5-5a2b-4101-9b1d-83e1a1ea7c26}*SharedItemsImports = 9
FastPix3D\FastPix3D.vcxitems*{9c31b43b-7f7d-47a8-b6ea-57b91a93db39}*SharedItemsImports = 4
Interop\Interop.vcxitems*{9c31b43b-7f7d-47a8-b6ea-57b91a93db39}*SharedItemsImports = 4
Math\Math.vcxitems*{9c31b43b-7f7d-47a8-b6ea-57b91a93db39}*SharedItemsImports = 4
Interop\Interop.vcxitems*{aa1404c4-b35b-4826-a024-ec917a42295e}*SharedItemsImports = 9
FastPix3D\FastPix3D.vcxitems*{d8b148aa-a494-43e2-bfdd-48727eea71ce}*SharedItemsImports = 9
EndGlobalSection
EndGlobal