-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathGraphicsCortex.sln
45 lines (45 loc) · 2.81 KB
/
GraphicsCortex.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
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CortexEditor", "CortexEditor\CortexEditor.vcxproj", "{412E2584-2D91-B428-D616-EDDEC25880AB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CTReconstructor", "CTReconstructor\CTReconstructor.vcxproj", "{1904A6F8-858F-13BD-8EA0-96B1FAAA6FBD}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CTReconstructorApp", "CTReconstructorApp\CTReconstructorApp.vcxproj", "{DA5C2601-C640-E756-2FA1-E1A91BA4D1D8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsCortex", "GraphicsCortex\GraphicsCortex.vcxproj", "{CB8BE4B9-B759-D8BF-A0ED-48E68C5AB424}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GraphicsCortexApp", "GraphicsCortexApp\GraphicsCortexApp.vcxproj", "{4C1F0D6C-B835-0B02-01AD-96236D02DC89}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageCortex", "ImageCortex\ImageCortex.vcxproj", "{BD7219E0-2928-92D5-B21C-8CAC1ED188D9}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ipclib", "ipclib\ipclib.vcxproj", "{188AEF04-042C-1ADB-EDE6-2D2FD927A12B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ipclibcs", "ipclibcs\ipclibcs.csproj", "{4E7DFAFE-3A4A-550A-6363-43B24F8F8A98}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{412E2584-2D91-B428-D616-EDDEC25880AB}.Release|x64.ActiveCfg = Release|x64
{412E2584-2D91-B428-D616-EDDEC25880AB}.Release|x64.Build.0 = Release|x64
{1904A6F8-858F-13BD-8EA0-96B1FAAA6FBD}.Release|x64.ActiveCfg = Release|x64
{1904A6F8-858F-13BD-8EA0-96B1FAAA6FBD}.Release|x64.Build.0 = Release|x64
{DA5C2601-C640-E756-2FA1-E1A91BA4D1D8}.Release|x64.ActiveCfg = Release|x64
{DA5C2601-C640-E756-2FA1-E1A91BA4D1D8}.Release|x64.Build.0 = Release|x64
{CB8BE4B9-B759-D8BF-A0ED-48E68C5AB424}.Release|x64.ActiveCfg = Release|x64
{CB8BE4B9-B759-D8BF-A0ED-48E68C5AB424}.Release|x64.Build.0 = Release|x64
{4C1F0D6C-B835-0B02-01AD-96236D02DC89}.Release|x64.ActiveCfg = Release|x64
{4C1F0D6C-B835-0B02-01AD-96236D02DC89}.Release|x64.Build.0 = Release|x64
{BD7219E0-2928-92D5-B21C-8CAC1ED188D9}.Release|x64.ActiveCfg = Release|x64
{BD7219E0-2928-92D5-B21C-8CAC1ED188D9}.Release|x64.Build.0 = Release|x64
{188AEF04-042C-1ADB-EDE6-2D2FD927A12B}.Release|x64.ActiveCfg = Release|x64
{188AEF04-042C-1ADB-EDE6-2D2FD927A12B}.Release|x64.Build.0 = Release|x64
{4E7DFAFE-3A4A-550A-6363-43B24F8F8A98}.Release|x64.ActiveCfg = Release|x64
{4E7DFAFE-3A4A-550A-6363-43B24F8F8A98}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal