This repository was archived by the owner on May 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAgent.Web.sln
More file actions
43 lines (43 loc) · 2.13 KB
/
Agent.Web.sln
File metadata and controls
43 lines (43 loc) · 2.13 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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Agent.Web.NET20", "src\Agent.Web.NET20\Agent.Web.NET20.csproj", "{B15EB772-5642-43AC-8F80-20A8C9D1EE34}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dependencies", "dependencies", "{E44ADE17-1E0A-407D-A4AA-DE5593FDA934}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2635A4C4-96BF-4C0F-99A2-B13ED9D9EC5E}"
ProjectSection(SolutionItems) = preProject
Gibraltar.Agent.Web.DotSettings = Gibraltar.Agent.Web.DotSettings
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Agent.Web.NET45", "src\Agent.Web.NET45\Agent.Web.NET45.csproj", "{EE408E08-273B-4CD3-A59B-073AE754E0DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B15EB772-5642-43AC-8F80-20A8C9D1EE34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B15EB772-5642-43AC-8F80-20A8C9D1EE34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B15EB772-5642-43AC-8F80-20A8C9D1EE34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B15EB772-5642-43AC-8F80-20A8C9D1EE34}.Release|Any CPU.Build.0 = Release|Any CPU
{EE408E08-273B-4CD3-A59B-073AE754E0DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE408E08-273B-4CD3-A59B-073AE754E0DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE408E08-273B-4CD3-A59B-073AE754E0DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE408E08-273B-4CD3-A59B-073AE754E0DF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5007CB1-802E-4D00-BB4E-4E9C794DC9D3}
EndGlobalSection
EndGlobal