Files
autogen/dotnet/AutoGen.sln
Ryan Sweet 1edf5cfe9c working on scaffolding a new dotnet intro sample for #531 (#536)
* interim stash

* interim stash

* interim checkpoint

* broken stash

* whoops

* merge sln files

* fix a bunch of refactoring errors

* moving more to core vs samples

* interim

* fixup the devteam sample

* fix ci

* fixup soln file

* trying to fix ci

* trying to fix ci

* adding back

* still trying

* recreate

* next step

* adding it back

* trying to fix

* Rename Autogen -> AutoGen (#567)

* Add transparency faqs (#566)

* remove Autogen

* add AutoGen back

---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>

---------

Co-authored-by: Xiaoyun Zhang <xiaoyuz@microsoft.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2024-09-19 01:41:44 +00:00

60 lines
4.1 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DC5E7967-F187-4E42-9B71-835E79501288}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AutoGen.Agents.Worker.Client", "src\Microsoft.AutoGen.Agents.Worker.Client\Microsoft.AutoGen.Agents.Worker.Client.csproj", "{687DA41E-83A6-418A-918B-8E2C20C6D1E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AutoGen.Agents.Worker.Server", "src\Microsoft.AutoGen.Agents.Worker.Server\Microsoft.AutoGen.Agents.Worker.Server.csproj", "{D4EC36E1-E197-47C2-A45A-CAAFEB6B9F09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AutoGen.Agents", "src\Microsoft.AutoGen.Agents\Microsoft.AutoGen.Agents.csproj", "{E6171E39-6DE2-46C9-9978-E2F946530CBA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Microsoft.AutoGen.Agents.Extensions", "Microsoft.AutoGen.Agents.Extensions", "{2CF811BD-3513-4A1B-8020-645C0315CDB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AutoGen.Agents.Extensions.CloudEvents", "src\Microsoft.AutoGen.Agents.Extensions\CloudEvents\Microsoft.AutoGen.Agents.Extensions.CloudEvents.csproj", "{351CFFFB-6418-4C81-A697-BA24D1D43307}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AutoGen.Agents.Extensions.SemanticKernel", "src\Microsoft.AutoGen.Agents.Extensions\SemanticKernel\Microsoft.AutoGen.Agents.Extensions.SemanticKernel.csproj", "{2E6E731B-2CFE-4F74-B3C4-EE0E2EF02FB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{687DA41E-83A6-418A-918B-8E2C20C6D1E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{687DA41E-83A6-418A-918B-8E2C20C6D1E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{687DA41E-83A6-418A-918B-8E2C20C6D1E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{687DA41E-83A6-418A-918B-8E2C20C6D1E3}.Release|Any CPU.Build.0 = Release|Any CPU
{D4EC36E1-E197-47C2-A45A-CAAFEB6B9F09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4EC36E1-E197-47C2-A45A-CAAFEB6B9F09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4EC36E1-E197-47C2-A45A-CAAFEB6B9F09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4EC36E1-E197-47C2-A45A-CAAFEB6B9F09}.Release|Any CPU.Build.0 = Release|Any CPU
{E6171E39-6DE2-46C9-9978-E2F946530CBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6171E39-6DE2-46C9-9978-E2F946530CBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6171E39-6DE2-46C9-9978-E2F946530CBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6171E39-6DE2-46C9-9978-E2F946530CBA}.Release|Any CPU.Build.0 = Release|Any CPU
{351CFFFB-6418-4C81-A697-BA24D1D43307}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{351CFFFB-6418-4C81-A697-BA24D1D43307}.Debug|Any CPU.Build.0 = Debug|Any CPU
{351CFFFB-6418-4C81-A697-BA24D1D43307}.Release|Any CPU.ActiveCfg = Release|Any CPU
{351CFFFB-6418-4C81-A697-BA24D1D43307}.Release|Any CPU.Build.0 = Release|Any CPU
{2E6E731B-2CFE-4F74-B3C4-EE0E2EF02FB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E6E731B-2CFE-4F74-B3C4-EE0E2EF02FB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E6E731B-2CFE-4F74-B3C4-EE0E2EF02FB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E6E731B-2CFE-4F74-B3C4-EE0E2EF02FB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{687DA41E-83A6-418A-918B-8E2C20C6D1E3} = {DC5E7967-F187-4E42-9B71-835E79501288}
{D4EC36E1-E197-47C2-A45A-CAAFEB6B9F09} = {DC5E7967-F187-4E42-9B71-835E79501288}
{E6171E39-6DE2-46C9-9978-E2F946530CBA} = {DC5E7967-F187-4E42-9B71-835E79501288}
{2CF811BD-3513-4A1B-8020-645C0315CDB4} = {DC5E7967-F187-4E42-9B71-835E79501288}
{351CFFFB-6418-4C81-A697-BA24D1D43307} = {2CF811BD-3513-4A1B-8020-645C0315CDB4}
{2E6E731B-2CFE-4F74-B3C4-EE0E2EF02FB9} = {2CF811BD-3513-4A1B-8020-645C0315CDB4}
EndGlobalSection
EndGlobal