sharee.bike-App/SharedBusinessLogic.Tests/SharedBusinessLogic.Tests.sln

50 lines
3.1 KiB
Text
Raw Permalink Normal View History

2021-05-13 20:09:46 +02:00

Microsoft Visual Studio Solution File, Format Version 12.00
2022-01-22 18:16:10 +01:00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
2021-05-13 20:09:46 +02:00
MinimumVisualStudioVersion = 10.0.40219.1
2024-04-09 12:53:23 +02:00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedBusinessLogic.Tests", "SharedBusinessLogic.Tests.csproj", "{FE15D644-F638-48B8-AD63-A3A9D01A8033}"
2021-05-13 20:09:46 +02:00
EndProject
2024-04-09 12:53:23 +02:00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedBusinessLogic", "..\SharedBusinessLogic\SharedBusinessLogic.csproj", "{F3C0288B-7527-42B0-AA43-CC461766D6E1}"
2021-05-13 20:09:46 +02:00
EndProject
2024-04-09 12:53:23 +02:00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharedBusinessLogic.Tests.Framework", "..\SharedBusinessLogic.Tests.Framework\SharedBusinessLogic.Tests.Framework.csproj", "{F86692DF-BCB9-4236-8337-04CB65EE4256}"
2021-11-14 23:27:29 +01:00
EndProject
2024-04-09 12:53:23 +02:00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LockIt.BLE", "..\LockIt.BLE\LockIt.BLE.csproj", "{2F7F8786-3655-452E-A697-878C86EFD56A}"
2022-01-22 18:16:10 +01:00
EndProject
2024-04-09 12:53:23 +02:00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LockIt.BusinessLogic", "..\LockIt.BusinessLogic\LockIt.BusinessLogic.csproj", "{9E828F60-CC79-4C5D-B647-F15552104524}"
2022-01-22 18:16:10 +01:00
EndProject
2021-05-13 20:09:46 +02:00
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE15D644-F638-48B8-AD63-A3A9D01A8033}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE15D644-F638-48B8-AD63-A3A9D01A8033}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE15D644-F638-48B8-AD63-A3A9D01A8033}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE15D644-F638-48B8-AD63-A3A9D01A8033}.Release|Any CPU.Build.0 = Release|Any CPU
{F3C0288B-7527-42B0-AA43-CC461766D6E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3C0288B-7527-42B0-AA43-CC461766D6E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3C0288B-7527-42B0-AA43-CC461766D6E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3C0288B-7527-42B0-AA43-CC461766D6E1}.Release|Any CPU.Build.0 = Release|Any CPU
2021-11-14 23:27:29 +01:00
{F86692DF-BCB9-4236-8337-04CB65EE4256}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F86692DF-BCB9-4236-8337-04CB65EE4256}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F86692DF-BCB9-4236-8337-04CB65EE4256}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F86692DF-BCB9-4236-8337-04CB65EE4256}.Release|Any CPU.Build.0 = Release|Any CPU
2022-01-22 18:16:10 +01:00
{2F7F8786-3655-452E-A697-878C86EFD56A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F7F8786-3655-452E-A697-878C86EFD56A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F7F8786-3655-452E-A697-878C86EFD56A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F7F8786-3655-452E-A697-878C86EFD56A}.Release|Any CPU.Build.0 = Release|Any CPU
{9E828F60-CC79-4C5D-B647-F15552104524}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E828F60-CC79-4C5D-B647-F15552104524}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E828F60-CC79-4C5D-B647-F15552104524}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E828F60-CC79-4C5D-B647-F15552104524}.Release|Any CPU.Build.0 = Release|Any CPU
2021-05-13 20:09:46 +02:00
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3C5F7B8-9710-4F33-9FD9-D7DE9DE9ED29}
EndGlobalSection
EndGlobal