Skip to content

Commit

Permalink
move neo-core projects into a dependency folder to make it clear. (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y authored Jan 19, 2024
1 parent 8aadc0a commit 768f62c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions neo-devpack-dotnet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neo.Json", "neo\src\Neo.Jso
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Neo.VM", "neo\src\Neo.VM\Neo.VM.csproj", "{D6D53889-5A10-46A4-BA66-E78B56EC1881}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependency", "Dependency", "{49D5873D-7B38-48A5-B853-85146F032091}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -76,10 +78,10 @@ Global
{FC0CAF5A-30A7-4857-B1A4-486FAAA39E5A} = {79389FC0-C621-4CEA-AD2B-6074C32E7BCA}
{4C6B120B-99B5-4888-B8D5-45031458DD07} = {D5266066-0AFD-44D5-A83E-2F73668A63C8}
{93BEC5CC-BAFF-4389-89E7-84AAFF5D495D} = {D5266066-0AFD-44D5-A83E-2F73668A63C8}
{73223FBD-C562-4FA0-9722-C7F1C382A9DE} = {79389FC0-C621-4CEA-AD2B-6074C32E7BCA}
{D541BCE9-65BC-475B-94E5-19B6BFFF2B8E} = {79389FC0-C621-4CEA-AD2B-6074C32E7BCA}
{35A34EBD-F2BF-4D83-A096-D5F007B12732} = {79389FC0-C621-4CEA-AD2B-6074C32E7BCA}
{D6D53889-5A10-46A4-BA66-E78B56EC1881} = {79389FC0-C621-4CEA-AD2B-6074C32E7BCA}
{73223FBD-C562-4FA0-9722-C7F1C382A9DE} = {49D5873D-7B38-48A5-B853-85146F032091}
{35A34EBD-F2BF-4D83-A096-D5F007B12732} = {49D5873D-7B38-48A5-B853-85146F032091}
{D541BCE9-65BC-475B-94E5-19B6BFFF2B8E} = {49D5873D-7B38-48A5-B853-85146F032091}
{D6D53889-5A10-46A4-BA66-E78B56EC1881} = {49D5873D-7B38-48A5-B853-85146F032091}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6DA935E1-C674-4364-B087-F1B511B79215}
Expand Down

0 comments on commit 768f62c

Please sign in to comment.