diff --git a/TCM_API.sln b/TCM_API.sln index 6003c44..0b6ffe3 100644 --- a/TCM_API.sln +++ b/TCM_API.sln @@ -11,8 +11,8 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {DB530787-F8A3-40D7-833F-0A7A9940E52C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {DB530787-F8A3-40D7-833F-0A7A9940E52C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DB530787-F8A3-40D7-833F-0A7A9940E52C}.Debug|Any CPU.ActiveCfg = Release|Any CPU + {DB530787-F8A3-40D7-833F-0A7A9940E52C}.Debug|Any CPU.Build.0 = Release|Any CPU {DB530787-F8A3-40D7-833F-0A7A9940E52C}.Release|Any CPU.ActiveCfg = Release|Any CPU {DB530787-F8A3-40D7-833F-0A7A9940E52C}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection diff --git a/TCM_API/Properties/launchSettings.json b/TCM_API/Properties/launchSettings.json index f40ede0..4d78e94 100644 --- a/TCM_API/Properties/launchSettings.json +++ b/TCM_API/Properties/launchSettings.json @@ -1,24 +1,33 @@ { + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:9106", + "sslPort": 44325 + } + }, "profiles": { "http": { "commandName": "Project", "launchBrowser": true, "launchUrl": "swagger", + "applicationUrl": "http://localhost:5291", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "dotnetRunMessages": true, - "applicationUrl": "http://localhost:5291" + "dotnetRunMessages": true }, "https": { "commandName": "Project", "launchBrowser": true, "launchUrl": "swagger", + "applicationUrl": "https://localhost:7226;http://localhost:5291", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "dotnetRunMessages": true, - "applicationUrl": "https://localhost:7226;http://localhost:5291" + "dotnetRunMessages": true }, "IIS Express": { "commandName": "IISExpress", @@ -39,14 +48,5 @@ "publishAllPorts": true, "useSSL": true } - }, - "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:9106", - "sslPort": 44325 - } } } \ No newline at end of file diff --git a/TCM_API/TCM_API.csproj b/TCM_API/TCM_API.csproj index afb7f68..22270d2 100644 --- a/TCM_API/TCM_API.csproj +++ b/TCM_API/TCM_API.csproj @@ -6,8 +6,14 @@ enable 6b0f798d-70cd-4d60-b552-6e6488f58399 Linux + false + + 4 + + + diff --git a/TCM_API/TCM_API.sln b/TCM_API/TCM_API.sln new file mode 100644 index 0000000..afdb040 --- /dev/null +++ b/TCM_API/TCM_API.sln @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.2.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TCM_API", "TCM_API.csproj", "{B88A1BA0-6686-DAFF-0546-5B5BA039ACC3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B88A1BA0-6686-DAFF-0546-5B5BA039ACC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B88A1BA0-6686-DAFF-0546-5B5BA039ACC3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B88A1BA0-6686-DAFF-0546-5B5BA039ACC3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B88A1BA0-6686-DAFF-0546-5B5BA039ACC3}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F7D87558-B2DC-4F47-ABD0-CA35767180D0} + EndGlobalSection +EndGlobal