This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RustApi.ClientNet.sln
42 lines (42 loc) · 2.15 KB
/
RustApi.ClientNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RustApi.ClientNet", "RustApi.ClientNet\RustApi.ClientNet.csproj", "{4377BCAA-FFC3-4B13-B1A5-8A8B32173BF1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{790EE7AC-2600-4211-B2AD-8587D2101C2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RustApi.ClientNet.Tests.Integration", "RustApi.ClientNet.Tests.Integration\RustApi.ClientNet.Tests.Integration.csproj", "{E1586299-2B6B-439A-A436-C4BC895CA1DB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4E7C2915-98C2-43B2-9666-5E780B6F07CE}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
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
{4377BCAA-FFC3-4B13-B1A5-8A8B32173BF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4377BCAA-FFC3-4B13-B1A5-8A8B32173BF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4377BCAA-FFC3-4B13-B1A5-8A8B32173BF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4377BCAA-FFC3-4B13-B1A5-8A8B32173BF1}.Release|Any CPU.Build.0 = Release|Any CPU
{E1586299-2B6B-439A-A436-C4BC895CA1DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1586299-2B6B-439A-A436-C4BC895CA1DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1586299-2B6B-439A-A436-C4BC895CA1DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1586299-2B6B-439A-A436-C4BC895CA1DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E1586299-2B6B-439A-A436-C4BC895CA1DB} = {790EE7AC-2600-4211-B2AD-8587D2101C2B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46F2CDFF-02E4-4876-B26B-C6482D5C1798}
EndGlobalSection
EndGlobal