-
Notifications
You must be signed in to change notification settings - Fork 0
/
smpaint.sln
66 lines (66 loc) · 3.64 KB
/
smpaint.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "smpaint", "smpaint\smpaint.vcxproj", "{BEC3A493-0BBB-44D9-93B1-38C6B8032EA0}"
ProjectSection(ProjectDependencies) = postProject
{B60243E5-07D2-42AF-878E-E76DA604FBA5} = {B60243E5-07D2-42AF-878E-E76DA604FBA5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "smpcolorizer", "smpcolorizer\smpcolorizer.vcxproj", "{C9D50371-B6FA-4851-BCC6-9FB3E9EB877B}"
ProjectSection(ProjectDependencies) = postProject
{B60243E5-07D2-42AF-878E-E76DA604FBA5} = {B60243E5-07D2-42AF-878E-E76DA604FBA5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mirrorreflect", "mirrorreflect\mirrorreflect.vcxproj", "{EEE75E91-F017-454E-8F13-732827620E6D}"
ProjectSection(ProjectDependencies) = postProject
{B60243E5-07D2-42AF-878E-E76DA604FBA5} = {B60243E5-07D2-42AF-878E-E76DA604FBA5}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "point", "point\point.vcxproj", "{B60243E5-07D2-42AF-878E-E76DA604FBA5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "shapescaler", "shapescaler\shapescaler.vcxproj", "{A6BD762E-1000-41BF-B4B5-8D96F491638F}"
ProjectSection(ProjectDependencies) = postProject
{B60243E5-07D2-42AF-878E-E76DA604FBA5} = {B60243E5-07D2-42AF-878E-E76DA604FBA5}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Элементы решения", "Элементы решения", "{86866725-A329-4198-AE9C-184304820BF7}"
ProjectSection(SolutionItems) = preProject
CMakeLists.txt = CMakeLists.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BEC3A493-0BBB-44D9-93B1-38C6B8032EA0}.Debug|x64.ActiveCfg = Debug|x64
{BEC3A493-0BBB-44D9-93B1-38C6B8032EA0}.Debug|x64.Build.0 = Debug|x64
{BEC3A493-0BBB-44D9-93B1-38C6B8032EA0}.Release|x64.ActiveCfg = Release|x64
{BEC3A493-0BBB-44D9-93B1-38C6B8032EA0}.Release|x64.Build.0 = Release|x64
{C9D50371-B6FA-4851-BCC6-9FB3E9EB877B}.Debug|x64.ActiveCfg = Debug|x64
{C9D50371-B6FA-4851-BCC6-9FB3E9EB877B}.Debug|x64.Build.0 = Debug|x64
{C9D50371-B6FA-4851-BCC6-9FB3E9EB877B}.Release|x64.ActiveCfg = Release|x64
{C9D50371-B6FA-4851-BCC6-9FB3E9EB877B}.Release|x64.Build.0 = Release|x64
{EEE75E91-F017-454E-8F13-732827620E6D}.Debug|x64.ActiveCfg = Debug|x64
{EEE75E91-F017-454E-8F13-732827620E6D}.Debug|x64.Build.0 = Debug|x64
{EEE75E91-F017-454E-8F13-732827620E6D}.Release|x64.ActiveCfg = Release|x64
{EEE75E91-F017-454E-8F13-732827620E6D}.Release|x64.Build.0 = Release|x64
{B60243E5-07D2-42AF-878E-E76DA604FBA5}.Debug|x64.ActiveCfg = Debug|x64
{B60243E5-07D2-42AF-878E-E76DA604FBA5}.Debug|x64.Build.0 = Debug|x64
{B60243E5-07D2-42AF-878E-E76DA604FBA5}.Release|x64.ActiveCfg = Release|x64
{B60243E5-07D2-42AF-878E-E76DA604FBA5}.Release|x64.Build.0 = Release|x64
{A6BD762E-1000-41BF-B4B5-8D96F491638F}.Debug|x64.ActiveCfg = Debug|x64
{A6BD762E-1000-41BF-B4B5-8D96F491638F}.Debug|x64.Build.0 = Debug|x64
{A6BD762E-1000-41BF-B4B5-8D96F491638F}.Release|x64.ActiveCfg = Release|x64
{A6BD762E-1000-41BF-B4B5-8D96F491638F}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {88C67091-13DD-4A07-9A76-C4B694A7E5DE}
EndGlobalSection
EndGlobal