-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathScriptor.sln
54 lines (54 loc) · 3.14 KB
/
Scriptor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scriptor", "Scriptor\Scriptor.csproj", "{A966524D-BF65-4F48-B405-7F6E379B00B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scriptor.AspExtensions", "Scriptor.AspExtensions\Scriptor.AspExtensions.csproj", "{040A0999-BE34-4173-9D59-D3CE6F04999A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D42B71F1-7164-4588-815D-85007A79BA4E}"
ProjectSection(SolutionItems) = preProject
README.MD = README.MD
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{B72AF9A1-1075-40A7-B007-1DCD76A90C43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Scriptor.Test", "Scriptor.Test\Scriptor.Test.csproj", "{E57544CD-D37E-4C28-8C29-4A715852E8CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scriptor.AspExtensions.Test", "Scriptor.AspExtensions.Test\Scriptor.AspExtensions.Test.csproj", "{EB0E71B8-095A-486D-ABBE-F438AFB5FFB0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A966524D-BF65-4F48-B405-7F6E379B00B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A966524D-BF65-4F48-B405-7F6E379B00B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A966524D-BF65-4F48-B405-7F6E379B00B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A966524D-BF65-4F48-B405-7F6E379B00B5}.Release|Any CPU.Build.0 = Release|Any CPU
{040A0999-BE34-4173-9D59-D3CE6F04999A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{040A0999-BE34-4173-9D59-D3CE6F04999A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{040A0999-BE34-4173-9D59-D3CE6F04999A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{040A0999-BE34-4173-9D59-D3CE6F04999A}.Release|Any CPU.Build.0 = Release|Any CPU
{E57544CD-D37E-4C28-8C29-4A715852E8CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E57544CD-D37E-4C28-8C29-4A715852E8CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E57544CD-D37E-4C28-8C29-4A715852E8CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E57544CD-D37E-4C28-8C29-4A715852E8CB}.Release|Any CPU.Build.0 = Release|Any CPU
{EB0E71B8-095A-486D-ABBE-F438AFB5FFB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB0E71B8-095A-486D-ABBE-F438AFB5FFB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB0E71B8-095A-486D-ABBE-F438AFB5FFB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB0E71B8-095A-486D-ABBE-F438AFB5FFB0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E57544CD-D37E-4C28-8C29-4A715852E8CB} = {B72AF9A1-1075-40A7-B007-1DCD76A90C43}
{EB0E71B8-095A-486D-ABBE-F438AFB5FFB0} = {B72AF9A1-1075-40A7-B007-1DCD76A90C43}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {01F09EE4-F852-4112-9244-BC2FC2671251}
EndGlobalSection
EndGlobal