-
Notifications
You must be signed in to change notification settings - Fork 0
/
script_injection.sln
48 lines (48 loc) · 2.82 KB
/
script_injection.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScriptInjection", "ScriptInjection\ScriptInjection.csproj", "{A84BB251-B279-40B8-B369-333F6AEAFD71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests_ScriptInjection", "Tests_ScriptInjection\Tests_ScriptInjection.csproj", "{F7138462-58C1-4371-BF31-725BD18016D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProject_ServerSide", "TestProject_ServerSide\TestProject_ServerSide.csproj", "{172B119A-1B6F-4EB5-97AD-CFF760C099A5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProject_ClientSide", "TestProject_ClientSide\TestProject_ClientSide.csproj", "{29960BFB-7148-49A9-A455-BBB8DD0159FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{36738B16-1039-4B7F-ADB4-4046E6A67681}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A84BB251-B279-40B8-B369-333F6AEAFD71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A84BB251-B279-40B8-B369-333F6AEAFD71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A84BB251-B279-40B8-B369-333F6AEAFD71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A84BB251-B279-40B8-B369-333F6AEAFD71}.Release|Any CPU.Build.0 = Release|Any CPU
{F7138462-58C1-4371-BF31-725BD18016D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7138462-58C1-4371-BF31-725BD18016D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7138462-58C1-4371-BF31-725BD18016D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7138462-58C1-4371-BF31-725BD18016D9}.Release|Any CPU.Build.0 = Release|Any CPU
{172B119A-1B6F-4EB5-97AD-CFF760C099A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{172B119A-1B6F-4EB5-97AD-CFF760C099A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{172B119A-1B6F-4EB5-97AD-CFF760C099A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{172B119A-1B6F-4EB5-97AD-CFF760C099A5}.Release|Any CPU.Build.0 = Release|Any CPU
{29960BFB-7148-49A9-A455-BBB8DD0159FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29960BFB-7148-49A9-A455-BBB8DD0159FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29960BFB-7148-49A9-A455-BBB8DD0159FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29960BFB-7148-49A9-A455-BBB8DD0159FC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D2C7E79-4DED-45B6-8F11-55E2CA67D344}
EndGlobalSection
EndGlobal