-
Notifications
You must be signed in to change notification settings - Fork 0
/
ColorfulTone.sln
45 lines (45 loc) · 2.46 KB
/
ColorfulTone.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
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ColorfulTone", "ColorfulTone\ColorfulTone.vcxproj", "{BC87828F-65DA-4F1A-AC7D-C0D2E6B53742}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "System", "System\System.vcxitems", "{689157D6-CF42-413A-A0FB-A42E800A3ED3}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DevTools", "DevTools\DevTools.vcxproj", "{465E336A-DAD0-4CC8-8C65-2A0F6FC75CAB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NotesViewer", "NotesViewer\NotesViewer.vcxproj", "{CE6EBAF9-5016-4669-802D-C880CE844926}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC87828F-65DA-4F1A-AC7D-C0D2E6B53742}.Debug|x64.ActiveCfg = Debug|x64
{BC87828F-65DA-4F1A-AC7D-C0D2E6B53742}.Debug|x64.Build.0 = Debug|x64
{BC87828F-65DA-4F1A-AC7D-C0D2E6B53742}.Release|x64.ActiveCfg = Release|x64
{BC87828F-65DA-4F1A-AC7D-C0D2E6B53742}.Release|x64.Build.0 = Release|x64
{465E336A-DAD0-4CC8-8C65-2A0F6FC75CAB}.Debug|x64.ActiveCfg = Debug|x64
{465E336A-DAD0-4CC8-8C65-2A0F6FC75CAB}.Debug|x64.Build.0 = Debug|x64
{465E336A-DAD0-4CC8-8C65-2A0F6FC75CAB}.Release|x64.ActiveCfg = Release|x64
{465E336A-DAD0-4CC8-8C65-2A0F6FC75CAB}.Release|x64.Build.0 = Release|x64
{CE6EBAF9-5016-4669-802D-C880CE844926}.Debug|x64.ActiveCfg = Debug|x64
{CE6EBAF9-5016-4669-802D-C880CE844926}.Debug|x64.Build.0 = Debug|x64
{CE6EBAF9-5016-4669-802D-C880CE844926}.Release|x64.ActiveCfg = Release|x64
{CE6EBAF9-5016-4669-802D-C880CE844926}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {ED4C16F3-35E4-46A3-ABEB-614AD105263F}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
System\System.vcxitems*{465e336a-dad0-4cc8-8c65-2a0f6fc75cab}*SharedItemsImports = 4
System\System.vcxitems*{689157d6-cf42-413a-a0fb-a42e800a3ed3}*SharedItemsImports = 9
System\System.vcxitems*{bc87828f-65da-4f1a-ac7d-c0d2e6b53742}*SharedItemsImports = 4
System\System.vcxitems*{ce6ebaf9-5016-4669-802d-c880ce844926}*SharedItemsImports = 4
EndGlobalSection
EndGlobal