Skip to content

Commit

Permalink
Adding prox generator
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Apr 1, 2024
1 parent 2ba84b3 commit 6273b15
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cratis.sln
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{58E6
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Basic", "Samples\Basic\Basic.csproj", "{EEA1DF35-11A0-4726-8649-055CFEF74107}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{FC685917-615A-4563-913C-F5956515E5F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProxyGenerator", "Source\Tools\ProxyGenerator\ProxyGenerator.csproj", "{2E77FB36-E842-4D49-98BE-B0CE94765AD0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -244,6 +248,10 @@ Global
{EEA1DF35-11A0-4726-8649-055CFEF74107}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEA1DF35-11A0-4726-8649-055CFEF74107}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEA1DF35-11A0-4726-8649-055CFEF74107}.Release|Any CPU.Build.0 = Release|Any CPU
{2E77FB36-E842-4D49-98BE-B0CE94765AD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E77FB36-E842-4D49-98BE-B0CE94765AD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E77FB36-E842-4D49-98BE-B0CE94765AD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E77FB36-E842-4D49-98BE-B0CE94765AD0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F1A70D86-CE4A-443C-B4F9-EEFBC3E896F3} = {216800F4-7820-46A5-A3AD-4FCE82927B8D}
Expand Down Expand Up @@ -274,5 +282,7 @@ Global
{BEFF54CD-CF84-40E8-9A52-BA084BE628A3} = {216800F4-7820-46A5-A3AD-4FCE82927B8D}
{7078A4A3-E6AD-411F-8E0F-9DAD1405C43B} = {216800F4-7820-46A5-A3AD-4FCE82927B8D}
{EEA1DF35-11A0-4726-8649-055CFEF74107} = {58E6DB1C-699A-4D7C-93B5-4551D705B789}
{FC685917-615A-4563-913C-F5956515E5F3} = {216800F4-7820-46A5-A3AD-4FCE82927B8D}
{2E77FB36-E842-4D49-98BE-B0CE94765AD0} = {FC685917-615A-4563-913C-F5956515E5F3}
EndGlobalSection
EndGlobal

0 comments on commit 6273b15

Please sign in to comment.