-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCCview.sln
More file actions
37 lines (37 loc) · 2.04 KB
/
Copy pathCCview.sln
File metadata and controls
37 lines (37 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36310.24
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CCview.Core", "src\CCview.Core\CCview.Core.csproj", "{E0505A97-038A-43F1-B895-9E66E040A371}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CCview.CLI", "src\CCview.CLI\CCview.CLI.csproj", "{3A88F5DD-F847-4705-92D2-F49E32B3B2AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CCview.Assets", "src\CCview.Assets\CCview.Assets.csproj", "{DE1297D5-AB0F-4861-BC70-1B553D449CBE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0505A97-038A-43F1-B895-9E66E040A371}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0505A97-038A-43F1-B895-9E66E040A371}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0505A97-038A-43F1-B895-9E66E040A371}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0505A97-038A-43F1-B895-9E66E040A371}.Release|Any CPU.Build.0 = Release|Any CPU
{3A88F5DD-F847-4705-92D2-F49E32B3B2AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A88F5DD-F847-4705-92D2-F49E32B3B2AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A88F5DD-F847-4705-92D2-F49E32B3B2AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A88F5DD-F847-4705-92D2-F49E32B3B2AD}.Release|Any CPU.Build.0 = Release|Any CPU
{DE1297D5-AB0F-4861-BC70-1B553D449CBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE1297D5-AB0F-4861-BC70-1B553D449CBE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE1297D5-AB0F-4861-BC70-1B553D449CBE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE1297D5-AB0F-4861-BC70-1B553D449CBE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {767DD8EC-D2A0-48FE-B2D3-9047A49493C5}
EndGlobalSection
EndGlobal