-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDotNetCompat.sln
More file actions
36 lines (36 loc) · 1.96 KB
/
Copy pathDotNetCompat.sln
File metadata and controls
36 lines (36 loc) · 1.96 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientPlugin", "ClientPlugin\ClientPlugin.csproj", "{7F1E7704-4F74-4A5D-A9F1-CDF0479AF660}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{51D21C35-7ECF-493B-A2A0-A3C823D9F8D3}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
Directory.Build.props = Directory.Build.props
verify_props.bat = verify_props.bat
AGENTS.md = AGENTS.md
.github\copilot-instructions.md = .github\copilot-instructions.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServerPlugin", "ServerPlugin\ServerPlugin.csproj", "{C447089D-FD8A-4262-B417-7088AB6DFD69}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Shared", "Shared\Shared.shproj", "{6B929D3C-50E6-4218-B4D8-E5B34B47799D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7F1E7704-4F74-4A5D-A9F1-CDF0479AF660}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F1E7704-4F74-4A5D-A9F1-CDF0479AF660}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F1E7704-4F74-4A5D-A9F1-CDF0479AF660}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F1E7704-4F74-4A5D-A9F1-CDF0479AF660}.Release|Any CPU.Build.0 = Release|Any CPU
{7F1E7704-4F74-4A5D-A9F1-CDF0479AF660}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{7F1E7704-4F74-4A5D-A9F1-CDF0479AF660}.Release|Any CPU.Deploy.0 = Release|Any CPU
{C447089D-FD8A-4262-B417-7088AB6DFD69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C447089D-FD8A-4262-B417-7088AB6DFD69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C447089D-FD8A-4262-B417-7088AB6DFD69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C447089D-FD8A-4262-B417-7088AB6DFD69}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal