-
Notifications
You must be signed in to change notification settings - Fork 44
/
FileContextCore.sln
43 lines (43 loc) · 2.5 KB
/
FileContextCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileContextCore", "FileContextCore\FileContextCore.csproj", "{F8A3A7CB-1F80-4021-B3BB-88919CB1B005}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{B6D2852A-973B-47F7-A390-7A1A5203E5F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASPNETDemo", "ASPNETDemo\ASPNETDemo.csproj", "{8E6BFB30-5AF1-46EF-81B7-A8200616E45A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CascadeExample", "CascadeExample\CascadeExample.csproj", "{3D51BF95-B38E-4221-AAAE-5D093FD163DA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8A3A7CB-1F80-4021-B3BB-88919CB1B005}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8A3A7CB-1F80-4021-B3BB-88919CB1B005}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8A3A7CB-1F80-4021-B3BB-88919CB1B005}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8A3A7CB-1F80-4021-B3BB-88919CB1B005}.Release|Any CPU.Build.0 = Release|Any CPU
{B6D2852A-973B-47F7-A390-7A1A5203E5F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6D2852A-973B-47F7-A390-7A1A5203E5F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6D2852A-973B-47F7-A390-7A1A5203E5F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6D2852A-973B-47F7-A390-7A1A5203E5F4}.Release|Any CPU.Build.0 = Release|Any CPU
{8E6BFB30-5AF1-46EF-81B7-A8200616E45A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E6BFB30-5AF1-46EF-81B7-A8200616E45A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E6BFB30-5AF1-46EF-81B7-A8200616E45A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E6BFB30-5AF1-46EF-81B7-A8200616E45A}.Release|Any CPU.Build.0 = Release|Any CPU
{3D51BF95-B38E-4221-AAAE-5D093FD163DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D51BF95-B38E-4221-AAAE-5D093FD163DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D51BF95-B38E-4221-AAAE-5D093FD163DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D51BF95-B38E-4221-AAAE-5D093FD163DA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {827E36FE-ACBB-4ACD-8291-68BBF8A4E21D}
EndGlobalSection
EndGlobal