Skip to content

Commit 4018aee

Browse files
committed
add auth project to the solution
1 parent 8870bdd commit 4018aee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CometD.NetCore.Salesforce.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1717
EndProject
1818
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestApp", "src\TestApp\TestApp.csproj", "{6FACF1B8-5D3D-48BF-B2A9-FA06E195D1B6}"
1919
EndProject
20+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthApp", "src\AuthApp\AuthApp.csproj", "{0AC0A8E4-AF3E-4078-A472-0D2DC1392C00}"
21+
EndProject
2022
Global
2123
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2224
Debug|Any CPU = Debug|Any CPU
@@ -31,6 +33,10 @@ Global
3133
{6FACF1B8-5D3D-48BF-B2A9-FA06E195D1B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
3234
{6FACF1B8-5D3D-48BF-B2A9-FA06E195D1B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
3335
{6FACF1B8-5D3D-48BF-B2A9-FA06E195D1B6}.Release|Any CPU.Build.0 = Release|Any CPU
36+
{0AC0A8E4-AF3E-4078-A472-0D2DC1392C00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37+
{0AC0A8E4-AF3E-4078-A472-0D2DC1392C00}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{0AC0A8E4-AF3E-4078-A472-0D2DC1392C00}.Release|Any CPU.ActiveCfg = Release|Any CPU
39+
{0AC0A8E4-AF3E-4078-A472-0D2DC1392C00}.Release|Any CPU.Build.0 = Release|Any CPU
3440
EndGlobalSection
3541
GlobalSection(SolutionProperties) = preSolution
3642
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)