-
Notifications
You must be signed in to change notification settings - Fork 2
/
Sarcasm.sln
66 lines (66 loc) · 3.76 KB
/
Sarcasm.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.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground", "Playground\Playground.csproj", "{65B89830-A608-40DC-96AF-D87C30FED087}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sarcasm", "Sarcasm\Sarcasm.csproj", "{A02FB9DE-B174-4438-83AF-034F8004C724}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sarcasm.UnitTest", "Sarcasm.UnitTest\Sarcasm.UnitTest.csproj", "{F0AEF19D-DA8E-49F7-BAA6-AA636BE48F82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MiniPL", "MiniPL\MiniPL.csproj", "{30C09358-F048-417B-9DF6-75D51CA96349}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{AC0608C7-181C-49F0-AB19-28187C6ACAA6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{4962E38A-C8F6-43B8-BC1B-6C19C7340471}"
ProjectSection(SolutionItems) = preProject
Scripts\AddOrUpdateLicenseInfoOnSourceFiles.ps1 = Scripts\AddOrUpdateLicenseInfoOnSourceFiles.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "License", "License", "{0791E093-96C6-4F4A-BE26-DEAEE2648109}"
ProjectSection(SolutionItems) = preProject
License\COPYING.LESSER.txt = License\COPYING.LESSER.txt
License\COPYING.txt = License\COPYING.txt
License\License.txt = License\License.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sarcasmizer", "Sarcasmizer\Sarcasmizer.csproj", "{2614618C-7627-46AD-AD0C-EAA1A883A914}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65B89830-A608-40DC-96AF-D87C30FED087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65B89830-A608-40DC-96AF-D87C30FED087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65B89830-A608-40DC-96AF-D87C30FED087}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65B89830-A608-40DC-96AF-D87C30FED087}.Release|Any CPU.Build.0 = Release|Any CPU
{A02FB9DE-B174-4438-83AF-034F8004C724}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A02FB9DE-B174-4438-83AF-034F8004C724}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A02FB9DE-B174-4438-83AF-034F8004C724}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A02FB9DE-B174-4438-83AF-034F8004C724}.Release|Any CPU.Build.0 = Release|Any CPU
{F0AEF19D-DA8E-49F7-BAA6-AA636BE48F82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0AEF19D-DA8E-49F7-BAA6-AA636BE48F82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0AEF19D-DA8E-49F7-BAA6-AA636BE48F82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0AEF19D-DA8E-49F7-BAA6-AA636BE48F82}.Release|Any CPU.Build.0 = Release|Any CPU
{30C09358-F048-417B-9DF6-75D51CA96349}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30C09358-F048-417B-9DF6-75D51CA96349}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30C09358-F048-417B-9DF6-75D51CA96349}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30C09358-F048-417B-9DF6-75D51CA96349}.Release|Any CPU.Build.0 = Release|Any CPU
{2614618C-7627-46AD-AD0C-EAA1A883A914}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2614618C-7627-46AD-AD0C-EAA1A883A914}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2614618C-7627-46AD-AD0C-EAA1A883A914}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2614618C-7627-46AD-AD0C-EAA1A883A914}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63B34347-0BED-400C-9333-BFF0E81A9AED}
EndGlobalSection
EndGlobal