Skip to content

Commit

Permalink
Removed console example apps from solution for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ByronMayne committed Nov 16, 2023
1 parent 2c57e94 commit 4db82ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: Build
runs-on: windows-latest
env:
SOLUTION_PATH: ./src/SourceGenerator.Foundations.sln
on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Publish
runs-on: windows-latest
on:
release:
types: [published]
Expand Down
22 changes: 0 additions & 22 deletions src/SourceGenerator.Foundations.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourceGenerator.Foundations
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sandbox", "Sandbox", "{6118BF32-23BA-4D33-946E-F7E8A6F5D758}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "Sandbox\ConsoleApp\ConsoleApp.csproj", "{2EB76B8C-77D0-4DBC-98CA-51AAB441AEDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp.SourceGenerator", "Sandbox\ConsoleApp.SourceGenerator\ConsoleApp.SourceGenerator.csproj", "{051D9B35-6BD5-44D9-AFE3-C6C334BD4DE2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -55,30 +51,12 @@ Global
{DC8C5A1A-6269-4BA7-852A-D21CB0B2B5A0}.Release|Any CPU.Build.0 = Release|Any CPU
{DC8C5A1A-6269-4BA7-852A-D21CB0B2B5A0}.Release|x64.ActiveCfg = Release|Any CPU
{DC8C5A1A-6269-4BA7-852A-D21CB0B2B5A0}.Release|x64.Build.0 = Release|Any CPU
{2EB76B8C-77D0-4DBC-98CA-51AAB441AEDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EB76B8C-77D0-4DBC-98CA-51AAB441AEDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EB76B8C-77D0-4DBC-98CA-51AAB441AEDE}.Debug|x64.ActiveCfg = Debug|Any CPU
{2EB76B8C-77D0-4DBC-98CA-51AAB441AEDE}.Debug|x64.Build.0 = Debug|Any CPU
{2EB76B8C-77D0-4DBC-98CA-51AAB441AEDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EB76B8C-77D0-4DBC-98CA-51AAB441AEDE}.Release|Any CPU.Build.0 = Release|Any CPU
{2EB76B8C-77D0-4DBC-98CA-51AAB441AEDE}.Release|x64.ActiveCfg = Release|Any CPU
{2EB76B8C-77D0-4DBC-98CA-51AAB441AEDE}.Release|x64.Build.0 = Release|Any CPU
{051D9B35-6BD5-44D9-AFE3-C6C334BD4DE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{051D9B35-6BD5-44D9-AFE3-C6C334BD4DE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{051D9B35-6BD5-44D9-AFE3-C6C334BD4DE2}.Debug|x64.ActiveCfg = Debug|x64
{051D9B35-6BD5-44D9-AFE3-C6C334BD4DE2}.Debug|x64.Build.0 = Debug|x64
{051D9B35-6BD5-44D9-AFE3-C6C334BD4DE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{051D9B35-6BD5-44D9-AFE3-C6C334BD4DE2}.Release|Any CPU.Build.0 = Release|Any CPU
{051D9B35-6BD5-44D9-AFE3-C6C334BD4DE2}.Release|x64.ActiveCfg = Release|x64
{051D9B35-6BD5-44D9-AFE3-C6C334BD4DE2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DC8C5A1A-6269-4BA7-852A-D21CB0B2B5A0} = {A651676B-FBDB-4710-B010-D05AF3A56084}
{2EB76B8C-77D0-4DBC-98CA-51AAB441AEDE} = {6118BF32-23BA-4D33-946E-F7E8A6F5D758}
{051D9B35-6BD5-44D9-AFE3-C6C334BD4DE2} = {6118BF32-23BA-4D33-946E-F7E8A6F5D758}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EDB10920-970A-43F9-A2B3-7F1270DD477B}
Expand Down

0 comments on commit 4db82ad

Please sign in to comment.