Skip to content

Commit

Permalink
Update clients
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-bc committed Oct 1, 2020
1 parent 0d92b59 commit c6a2ef0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions csharp/Org.OpenAPITools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Org.OpenAPITools", "src\Org.OpenAPITools\Org.OpenAPITools.csproj", "{75D5A94F-1EC1-4A1F-9139-B46D991F66ED}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Org.OpenAPITools", "src\Org.OpenAPITools\Org.OpenAPITools.csproj", "{2BBB517E-0B0A-4BFF-85D6-1538AFEB92A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Org.OpenAPITools.Test", "src\Org.OpenAPITools.Test\Org.OpenAPITools.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75D5A94F-1EC1-4A1F-9139-B46D991F66ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75D5A94F-1EC1-4A1F-9139-B46D991F66ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75D5A94F-1EC1-4A1F-9139-B46D991F66ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75D5A94F-1EC1-4A1F-9139-B46D991F66ED}.Release|Any CPU.Build.0 = Release|Any CPU
{2BBB517E-0B0A-4BFF-85D6-1538AFEB92A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2BBB517E-0B0A-4BFF-85D6-1538AFEB92A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2BBB517E-0B0A-4BFF-85D6-1538AFEB92A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2BBB517E-0B0A-4BFF-85D6-1538AFEB92A6}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The version of the OpenAPI document: 1.0.0
<Import Project="$(MsBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\Org.OpenAPITools\Org.OpenAPITools.csproj">
<Project>{75D5A94F-1EC1-4A1F-9139-B46D991F66ED}</Project>
<Project>{2BBB517E-0B0A-4BFF-85D6-1538AFEB92A6}</Project>
<Name>Org.OpenAPITools</Name>
</ProjectReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion csharp/src/Org.OpenAPITools/Org.OpenAPITools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The version of the OpenAPI document: 1.0.0

<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{75D5A94F-1EC1-4A1F-9139-B46D991F66ED}</ProjectGuid>

This comment has been minimized.

Copy link
@eliane345

eliane345 Dec 27, 2021

gostaria de saber se estes codigos que estao acima sao os codigos que vemos das criptomoedas,desculpe pelos erros de portugues ainda estou com problemas no teclado do computador

<ProjectGuid>{2BBB517E-0B0A-4BFF-85D6-1538AFEB92A6}</ProjectGuid>

This comment was marked as spam.

Copy link
@vecivee

vecivee Mar 8, 2021

34xp4vrocgjym3xr7ycvpfhocnxv4twseo

<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Org.OpenAPITools</RootNamespace>
Expand Down

0 comments on commit c6a2ef0

Please sign in to comment.