-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathagrirouter-sdk-dotnet-standard.sln
28 lines (28 loc) · 1.92 KB
/
agrirouter-sdk-dotnet-standard.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "agrirouter-sdk-dotnet-standard-api", "agrirouter-sdk-dotnet-standard-api\agrirouter-sdk-dotnet-standard-api.csproj", "{395B48F7-1325-4E88-A7B4-6BDC0FA73F8D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "agrirouter-sdk-dotnet-standard-test", "agrirouter-sdk-dotnet-standard-test\agrirouter-sdk-dotnet-standard-test.csproj", "{9F37C3C1-E1B8-4A96-89D6-7A462469DFC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "agrirouter-sdk-dotnet-standard-impl", "agrirouter-sdk-dotnet-standard-impl\agrirouter-sdk-dotnet-standard-impl.csproj", "{D02C59BD-3B38-4F3D-A87E-F13C977BABB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{395B48F7-1325-4E88-A7B4-6BDC0FA73F8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{395B48F7-1325-4E88-A7B4-6BDC0FA73F8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{395B48F7-1325-4E88-A7B4-6BDC0FA73F8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{395B48F7-1325-4E88-A7B4-6BDC0FA73F8D}.Release|Any CPU.Build.0 = Release|Any CPU
{9F37C3C1-E1B8-4A96-89D6-7A462469DFC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F37C3C1-E1B8-4A96-89D6-7A462469DFC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F37C3C1-E1B8-4A96-89D6-7A462469DFC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F37C3C1-E1B8-4A96-89D6-7A462469DFC0}.Release|Any CPU.Build.0 = Release|Any CPU
{D02C59BD-3B38-4F3D-A87E-F13C977BABB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D02C59BD-3B38-4F3D-A87E-F13C977BABB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D02C59BD-3B38-4F3D-A87E-F13C977BABB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D02C59BD-3B38-4F3D-A87E-F13C977BABB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal