autorest.csharp/AutoRest.CSharp.sln

80 строки
5.5 KiB
Plaintext
Исходник Обычный вид История

2019-09-14 04:00:54 +03:00

Microsoft Visual Studio Solution File, Format Version 12.00
Update generator to use new core types (#3758) * make response type configurable * rename temp folder so its included * pull in alpha system package * add unbranded test project * fix using after merge * minor tweaks for back compat * bump to dev versions for openai demo * update lock * consume latest dev version * fix after merge * add more peer deps * update more peer deps * move deps to main package * update lock * update with prettier * use regen preview settings * remove unused deps * update unit tests * update client options * remove token credential from unbranded test app * update to not use Argument class * update variable names to match response type name * update to use replacement for RequestContext * update to use RestMessage * update change tracking lists * update to use latest alpha * update request content (#3779) * update to support new request content * update after merge * update to use requesturi * update to use new interface (#3781) * update optional (#3782) * update to use new Optional class * remove additonal azure references * update key * minor tweaks to make branded libraries generate the same * add openai sample project * wip * update to latest alpha builds * update sample generation after merge * regen after merge changes * regen after npm ci * remove all references to azure.core from unbranded projects * add server endpoint to the spec * use parameterless server decorator * dont deal with version in unbranded case * regen after changes * emit bearer as keyauth with prefix * update to auto-create anonymous types * make singular if anon model is a collection element * update best_of to be optional * Use operation context for anon model naming * treat string literal unions as enums * default union behavior to BinaryData * regen all (#3796) * update tests (#3797) * regen all * update test expectations * Update to use unchanged completions * prettier fix * undo edits changes * undo image changes * undo embeddings changes * undo audio changes * undo file changes * remove fine_tuning changes * remove moderation changes * regen with latest spec * update emitter unit test * wip * update expectations after changes * update unit tests * add files * update asserts * handle project folder output dir * use new alpha core / system * regen unit tests * update to write a working smoke test in unbranded case * regen after changes * update example values so smoke test can pass * regen after changes * make key sample configurable to minimize diffs * regen after merge * make liscense configurable * Mnash new hierarchy (#3826) * update to use default hierarchy from namespace/interface * update branded options * regen after merge * update package / lock * prettier * regen missing packages * add option to not generate any test project * update tests * update to not write configs that are default from the emitter * prettier * regen unit tests * fix spelling * swap back to ga Azure.Core * resolve the usage issue (#3821) * use set to store affected types * remove progate template argument model * propagate model which is used * resolve unit test * remove unused code --------- Co-authored-by: m-nash <prognash@gmail.com> * update to use new System.Net.ClientModel * update to beta of clientmodel --------- Co-authored-by: Crystal YU <chunyu@microsoft.com>
2023-10-17 19:55:00 +03:00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
2019-09-14 04:00:54 +03:00
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoRest.CSharp", "src\AutoRest.CSharp\AutoRest.CSharp.csproj", "{D1018BFE-551F-4EFD-B5C7-D3FF7A82351D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoRest.CodeModel", "src\AutoRest.CodeModel\AutoRest.CodeModel.csproj", "{FD9339E6-A987-4506-977F-C294A31D0D53}"
2019-09-14 04:00:54 +03:00
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoRest.TestServer.Tests", "test\AutoRest.TestServer.Tests\AutoRest.TestServer.Tests.csproj", "{C0EC4E09-EB17-4C6B-AB31-F14E5C834D7D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{37E859E7-8CCE-426B-8232-35B2C1503230}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
2020-01-14 02:28:29 +03:00
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoRest.Shared.Tests", "test\AutoRest.Shared.Tests\AutoRest.Shared.Tests.csproj", "{7F2F833D-A55C-431D-A695-FE739CE899B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoRest.TestServerLowLevel.Tests", "test\AutoRest.TestServerLowLevel.Tests\AutoRest.TestServerLowLevel.Tests.csproj", "{B07A9571-CC0F-4AD1-AA84-0D2D567BABE4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CadlRanchProjects.Tests", "test\CadlRanchProjects.Tests\CadlRanchProjects.Tests.csproj", "{4D29A8F5-E844-448F-9F27-E74BD04CCA1C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnbrandedProjects.Tests", "test\UnbrandedProjects.Tests\UnbrandedProjects.Tests.csproj", "{B589D88B-9254-4A69-B8CE-2564DC3D2908}"
Update generator to use new core types (#3758) * make response type configurable * rename temp folder so its included * pull in alpha system package * add unbranded test project * fix using after merge * minor tweaks for back compat * bump to dev versions for openai demo * update lock * consume latest dev version * fix after merge * add more peer deps * update more peer deps * move deps to main package * update lock * update with prettier * use regen preview settings * remove unused deps * update unit tests * update client options * remove token credential from unbranded test app * update to not use Argument class * update variable names to match response type name * update to use replacement for RequestContext * update to use RestMessage * update change tracking lists * update to use latest alpha * update request content (#3779) * update to support new request content * update after merge * update to use requesturi * update to use new interface (#3781) * update optional (#3782) * update to use new Optional class * remove additonal azure references * update key * minor tweaks to make branded libraries generate the same * add openai sample project * wip * update to latest alpha builds * update sample generation after merge * regen after merge changes * regen after npm ci * remove all references to azure.core from unbranded projects * add server endpoint to the spec * use parameterless server decorator * dont deal with version in unbranded case * regen after changes * emit bearer as keyauth with prefix * update to auto-create anonymous types * make singular if anon model is a collection element * update best_of to be optional * Use operation context for anon model naming * treat string literal unions as enums * default union behavior to BinaryData * regen all (#3796) * update tests (#3797) * regen all * update test expectations * Update to use unchanged completions * prettier fix * undo edits changes * undo image changes * undo embeddings changes * undo audio changes * undo file changes * remove fine_tuning changes * remove moderation changes * regen with latest spec * update emitter unit test * wip * update expectations after changes * update unit tests * add files * update asserts * handle project folder output dir * use new alpha core / system * regen unit tests * update to write a working smoke test in unbranded case * regen after changes * update example values so smoke test can pass * regen after changes * make key sample configurable to minimize diffs * regen after merge * make liscense configurable * Mnash new hierarchy (#3826) * update to use default hierarchy from namespace/interface * update branded options * regen after merge * update package / lock * prettier * regen missing packages * add option to not generate any test project * update tests * update to not write configs that are default from the emitter * prettier * regen unit tests * fix spelling * swap back to ga Azure.Core * resolve the usage issue (#3821) * use set to store affected types * remove progate template argument model * propagate model which is used * resolve unit test * remove unused code --------- Co-authored-by: m-nash <prognash@gmail.com> * update to use new System.Net.ClientModel * update to beta of clientmodel --------- Co-authored-by: Crystal YU <chunyu@microsoft.com>
2023-10-17 19:55:00 +03:00
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoRest.CSharp.Tests", "test\AutoRest.CSharp.UnitTests\AutoRest.CSharp.Tests.csproj", "{5F262867-0677-41D3-8629-5E68FA6AA11C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CadlRanchProjectsNonAzure.Tests", "test\CadlRanchProjectsNonAzure.Tests\CadlRanchProjectsNonAzure.Tests.csproj", "{32CC2EC8-C107-4C0B-BAA8-973486F6303C}"
EndProject
2019-09-14 04:00:54 +03:00
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1018BFE-551F-4EFD-B5C7-D3FF7A82351D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1018BFE-551F-4EFD-B5C7-D3FF7A82351D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1018BFE-551F-4EFD-B5C7-D3FF7A82351D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1018BFE-551F-4EFD-B5C7-D3FF7A82351D}.Release|Any CPU.Build.0 = Release|Any CPU
{FD9339E6-A987-4506-977F-C294A31D0D53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD9339E6-A987-4506-977F-C294A31D0D53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD9339E6-A987-4506-977F-C294A31D0D53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD9339E6-A987-4506-977F-C294A31D0D53}.Release|Any CPU.Build.0 = Release|Any CPU
2019-11-21 03:45:57 +03:00
{C0EC4E09-EB17-4C6B-AB31-F14E5C834D7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0EC4E09-EB17-4C6B-AB31-F14E5C834D7D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0EC4E09-EB17-4C6B-AB31-F14E5C834D7D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0EC4E09-EB17-4C6B-AB31-F14E5C834D7D}.Release|Any CPU.Build.0 = Release|Any CPU
{7F2F833D-A55C-431D-A695-FE739CE899B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F2F833D-A55C-431D-A695-FE739CE899B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F2F833D-A55C-431D-A695-FE739CE899B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F2F833D-A55C-431D-A695-FE739CE899B8}.Release|Any CPU.Build.0 = Release|Any CPU
{B07A9571-CC0F-4AD1-AA84-0D2D567BABE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B07A9571-CC0F-4AD1-AA84-0D2D567BABE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B07A9571-CC0F-4AD1-AA84-0D2D567BABE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B07A9571-CC0F-4AD1-AA84-0D2D567BABE4}.Release|Any CPU.Build.0 = Release|Any CPU
{4D29A8F5-E844-448F-9F27-E74BD04CCA1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D29A8F5-E844-448F-9F27-E74BD04CCA1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D29A8F5-E844-448F-9F27-E74BD04CCA1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D29A8F5-E844-448F-9F27-E74BD04CCA1C}.Release|Any CPU.Build.0 = Release|Any CPU
Update generator to use new core types (#3758) * make response type configurable * rename temp folder so its included * pull in alpha system package * add unbranded test project * fix using after merge * minor tweaks for back compat * bump to dev versions for openai demo * update lock * consume latest dev version * fix after merge * add more peer deps * update more peer deps * move deps to main package * update lock * update with prettier * use regen preview settings * remove unused deps * update unit tests * update client options * remove token credential from unbranded test app * update to not use Argument class * update variable names to match response type name * update to use replacement for RequestContext * update to use RestMessage * update change tracking lists * update to use latest alpha * update request content (#3779) * update to support new request content * update after merge * update to use requesturi * update to use new interface (#3781) * update optional (#3782) * update to use new Optional class * remove additonal azure references * update key * minor tweaks to make branded libraries generate the same * add openai sample project * wip * update to latest alpha builds * update sample generation after merge * regen after merge changes * regen after npm ci * remove all references to azure.core from unbranded projects * add server endpoint to the spec * use parameterless server decorator * dont deal with version in unbranded case * regen after changes * emit bearer as keyauth with prefix * update to auto-create anonymous types * make singular if anon model is a collection element * update best_of to be optional * Use operation context for anon model naming * treat string literal unions as enums * default union behavior to BinaryData * regen all (#3796) * update tests (#3797) * regen all * update test expectations * Update to use unchanged completions * prettier fix * undo edits changes * undo image changes * undo embeddings changes * undo audio changes * undo file changes * remove fine_tuning changes * remove moderation changes * regen with latest spec * update emitter unit test * wip * update expectations after changes * update unit tests * add files * update asserts * handle project folder output dir * use new alpha core / system * regen unit tests * update to write a working smoke test in unbranded case * regen after changes * update example values so smoke test can pass * regen after changes * make key sample configurable to minimize diffs * regen after merge * make liscense configurable * Mnash new hierarchy (#3826) * update to use default hierarchy from namespace/interface * update branded options * regen after merge * update package / lock * prettier * regen missing packages * add option to not generate any test project * update tests * update to not write configs that are default from the emitter * prettier * regen unit tests * fix spelling * swap back to ga Azure.Core * resolve the usage issue (#3821) * use set to store affected types * remove progate template argument model * propagate model which is used * resolve unit test * remove unused code --------- Co-authored-by: m-nash <prognash@gmail.com> * update to use new System.Net.ClientModel * update to beta of clientmodel --------- Co-authored-by: Crystal YU <chunyu@microsoft.com>
2023-10-17 19:55:00 +03:00
{B589D88B-9254-4A69-B8CE-2564DC3D2908}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B589D88B-9254-4A69-B8CE-2564DC3D2908}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B589D88B-9254-4A69-B8CE-2564DC3D2908}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B589D88B-9254-4A69-B8CE-2564DC3D2908}.Release|Any CPU.Build.0 = Release|Any CPU
{5F262867-0677-41D3-8629-5E68FA6AA11C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F262867-0677-41D3-8629-5E68FA6AA11C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F262867-0677-41D3-8629-5E68FA6AA11C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F262867-0677-41D3-8629-5E68FA6AA11C}.Release|Any CPU.Build.0 = Release|Any CPU
{32CC2EC8-C107-4C0B-BAA8-973486F6303C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32CC2EC8-C107-4C0B-BAA8-973486F6303C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32CC2EC8-C107-4C0B-BAA8-973486F6303C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32CC2EC8-C107-4C0B-BAA8-973486F6303C}.Release|Any CPU.Build.0 = Release|Any CPU
2019-09-14 04:00:54 +03:00
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF1FECB2-6D85-4EB3-8C15-4AD15FC6FC8A}
EndGlobalSection
EndGlobal