Skip to content

Commit

Permalink
code reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyziggy committed Apr 7, 2024
1 parent b709445 commit 2c8f058
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,4 @@ paket-files/
__pycache__/
*.pyc
/appsettings.json
/FunctionApp/appsettings.json
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions Plumsail.LoxoIntegration.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoxoIntegration", "LoxoIntegration.csproj", "{B4E9D08B-B222-4CA4-BE32-8F891D3103F4}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LoxoIntegration", "FunctionApp\LoxoIntegration.csproj", "{2696DF7B-938F-43BC-8B33-3F00EB69C5D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4E9D08B-B222-4CA4-BE32-8F891D3103F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4E9D08B-B222-4CA4-BE32-8F891D3103F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4E9D08B-B222-4CA4-BE32-8F891D3103F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4E9D08B-B222-4CA4-BE32-8F891D3103F4}.Release|Any CPU.Build.0 = Release|Any CPU
{2696DF7B-938F-43BC-8B33-3F00EB69C5D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2696DF7B-938F-43BC-8B33-3F00EB69C5D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2696DF7B-938F-43BC-8B33-3F00EB69C5D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2696DF7B-938F-43BC-8B33-3F00EB69C5D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 2c8f058

Please sign in to comment.