mirror of
https://github.com/q39JzrRa/GM-Vehicle-API.git
synced 2025-12-23 15:28:30 -05:00
Moved command implementations to base class Removed references to config file structure Turned brand into an Enum (Note: this may change so urls can be modified in app.config) Base class virtualizes key encoding Implemented a client that uses external token signing when dev doesn't have keys Fixed diagnostics request
37 lines
1.8 KiB
Plaintext
37 lines
1.8 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 16
|
|
VisualStudioVersion = 16.0.29123.88
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GM.Api", "GM.Api\GM.Api.csproj", "{95BF6A76-8E35-41DD-BE3D-90A41014F1AF}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GM.WindowsUI", "GM.WindowsUI\GM.WindowsUI.csproj", "{40A84AE5-3E7F-4838-A8E8-E33D772B1D8A}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8DADF6E3-2511-4EE4-849C-CC71C89CBD7E}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
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
|
|
{95BF6A76-8E35-41DD-BE3D-90A41014F1AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{95BF6A76-8E35-41DD-BE3D-90A41014F1AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{95BF6A76-8E35-41DD-BE3D-90A41014F1AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{95BF6A76-8E35-41DD-BE3D-90A41014F1AF}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{40A84AE5-3E7F-4838-A8E8-E33D772B1D8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{40A84AE5-3E7F-4838-A8E8-E33D772B1D8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{40A84AE5-3E7F-4838-A8E8-E33D772B1D8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{40A84AE5-3E7F-4838-A8E8-E33D772B1D8A}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {1612C7A6-1844-45C0-9EB3-6CDB436BC481}
|
|
EndGlobalSection
|
|
EndGlobal
|