forked from PRCV1/pocketbase-csharp-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pocketbase-csharp-sdk.sln
47 lines (47 loc) · 2.54 KB
/
pocketbase-csharp-sdk.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.32912.340
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "pocketbase-csharp-sdk", "pocketbase-csharp-sdk\pocketbase-csharp-sdk.csproj", "{21E2CDE7-8BCE-4B46-A84E-84D4F1BD9918}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "pocketbase-csharp-sdk.Tests", "pocketbase-csharp-sdk.Tests\pocketbase-csharp-sdk.Tests.csproj", "{6E0330EB-EA4D-44DC-9693-712F79F9083E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Projektmappenelemente", "Projektmappenelemente", "{686D73F6-3E39-44B6-8494-77CD3D0447BC}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Licenses", "Licenses", "{18252485-A231-4ADF-9266-E5F88BC09B96}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{6F123D24-7AAE-4FB6-9659-92A7A94E48D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21E2CDE7-8BCE-4B46-A84E-84D4F1BD9918}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21E2CDE7-8BCE-4B46-A84E-84D4F1BD9918}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21E2CDE7-8BCE-4B46-A84E-84D4F1BD9918}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21E2CDE7-8BCE-4B46-A84E-84D4F1BD9918}.Release|Any CPU.Build.0 = Release|Any CPU
{6E0330EB-EA4D-44DC-9693-712F79F9083E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E0330EB-EA4D-44DC-9693-712F79F9083E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E0330EB-EA4D-44DC-9693-712F79F9083E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E0330EB-EA4D-44DC-9693-712F79F9083E}.Release|Any CPU.Build.0 = Release|Any CPU
{6F123D24-7AAE-4FB6-9659-92A7A94E48D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F123D24-7AAE-4FB6-9659-92A7A94E48D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F123D24-7AAE-4FB6-9659-92A7A94E48D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F123D24-7AAE-4FB6-9659-92A7A94E48D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5504ADED-0B03-4550-835E-82C2C7DCA8D7}
EndGlobalSection
EndGlobal