Skip to content

Commit

Permalink
remove MyParser project (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdouceur authored Dec 12, 2024
1 parent e2e82c0 commit 8ca50fa
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 158 deletions.
7 changes: 0 additions & 7 deletions dotnet/DTDLParser.sln
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{972CD45A-805
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DTDLParser", "src\DTDLParser\DTDLParser.csproj", "{DADA917F-E174-4FC9-BD69-F54A587E4FAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyParser", "src\MyParser\MyParser.csproj", "{EEB3CE38-6739-4902-BFB7-337708F1EDA9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -77,10 +75,6 @@ Global
{DADA917F-E174-4FC9-BD69-F54A587E4FAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DADA917F-E174-4FC9-BD69-F54A587E4FAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DADA917F-E174-4FC9-BD69-F54A587E4FAA}.Release|Any CPU.Build.0 = Release|Any CPU
{EEB3CE38-6739-4902-BFB7-337708F1EDA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEB3CE38-6739-4902-BFB7-337708F1EDA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEB3CE38-6739-4902-BFB7-337708F1EDA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEB3CE38-6739-4902-BFB7-337708F1EDA9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -96,7 +90,6 @@ Global
{F7D316F3-BB4E-427D-91E2-697BE3190D88} = {972CD45A-805C-49F4-98F3-ED70C349D0F0}
{6016372B-B354-4FD1-8CEC-EE1A30CE8FE5} = {E754E297-B718-4501-BA69-A58863D29DB6}
{DADA917F-E174-4FC9-BD69-F54A587E4FAA} = {972CD45A-805C-49F4-98F3-ED70C349D0F0}
{EEB3CE38-6739-4902-BFB7-337708F1EDA9} = {972CD45A-805C-49F4-98F3-ED70C349D0F0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {05FAFB89-338A-4C3E-8E2E-56C72915268C}
Expand Down
14 changes: 0 additions & 14 deletions dotnet/src/MyParser/MyParser.csproj

This file was deleted.

65 changes: 0 additions & 65 deletions dotnet/src/MyParser/Program.cs

This file was deleted.

36 changes: 0 additions & 36 deletions dotnet/src/MyParser/TestModel.json

This file was deleted.

36 changes: 0 additions & 36 deletions dotnet/src/MyParser/TestModel2.json

This file was deleted.

0 comments on commit 8ca50fa

Please sign in to comment.