Fixed directory typo from OpenApiEndPints to OpenApiEndpoints. (#20)
Updated references in related source code files.
This commit is contained in:
Родитель
09a86b3d8a
Коммит
7afd7362e7
|
@ -56,10 +56,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "templates", "templates", "{
|
|||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OpenApiEndpoints", "OpenApiEndpoints", "{41695443-A292-4909-89A6-2D9846753164}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
templates\OpenApiEndpints\IOpenApiHttpTriggerContext.cs = templates\OpenApiEndpints\IOpenApiHttpTriggerContext.cs
|
||||
templates\OpenApiEndpints\OpenApiHttpTrigger.cs = templates\OpenApiEndpints\OpenApiHttpTrigger.cs
|
||||
templates\OpenApiEndpints\OpenApiHttpTriggerContext.cs = templates\OpenApiEndpints\OpenApiHttpTriggerContext.cs
|
||||
templates\OpenApiEndpints\OpenApiHttpTriggerV1.cs = templates\OpenApiEndpints\OpenApiHttpTriggerV1.cs
|
||||
templates\OpenApiEndpoints\IOpenApiHttpTriggerContext.cs = templates\OpenApiEndpoints\IOpenApiHttpTriggerContext.cs
|
||||
templates\OpenApiEndpoints\OpenApiHttpTrigger.cs = templates\OpenApiEndpoints\OpenApiHttpTrigger.cs
|
||||
templates\OpenApiEndpoints\OpenApiHttpTriggerContext.cs = templates\OpenApiEndpoints\OpenApiHttpTriggerContext.cs
|
||||
templates\OpenApiEndpoints\OpenApiHttpTriggerV1.cs = templates\OpenApiEndpoints\OpenApiHttpTriggerV1.cs
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
|
|
|
@ -43,9 +43,9 @@
|
|||
|
||||
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->
|
||||
<!-- <ItemGroup>
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\IOpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\OpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\OpenApiHttpTrigger.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\IOpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTrigger.cs" />
|
||||
</ItemGroup> -->
|
||||
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->
|
||||
|
||||
|
|
|
@ -40,9 +40,9 @@
|
|||
|
||||
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\IOpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\OpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\OpenApiHttpTrigger.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\IOpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTrigger.cs" />
|
||||
</ItemGroup>
|
||||
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->
|
||||
|
||||
|
|
|
@ -39,9 +39,9 @@
|
|||
|
||||
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\IOpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\OpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\OpenApiHttpTrigger.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\IOpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTrigger.cs" />
|
||||
</ItemGroup>
|
||||
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->
|
||||
|
||||
|
|
|
@ -40,9 +40,9 @@
|
|||
|
||||
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->
|
||||
<!-- <ItemGroup>
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\IOpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\OpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\OpenApiHttpTrigger.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\IOpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTrigger.cs" />
|
||||
</ItemGroup> -->
|
||||
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->
|
||||
|
||||
|
|
|
@ -39,9 +39,9 @@
|
|||
|
||||
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\IOpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\OpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\OpenApiHttpTrigger.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\IOpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTrigger.cs" />
|
||||
</ItemGroup>
|
||||
<!-- Comment this block if you want to use NuGet package from https://nuget.org -->
|
||||
|
||||
|
|
|
@ -36,17 +36,17 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="..\..\templates\OpenApiEndpints\IOpenApiHttpTriggerContext.cs">
|
||||
<Content Include="..\..\templates\OpenApiEndpoints\IOpenApiHttpTriggerContext.cs">
|
||||
<Pack>true</Pack>
|
||||
<BuildAction>Compile</BuildAction>
|
||||
<PackagePath>contentFiles\any\netstandard2.0\OpenApi\;</PackagePath>
|
||||
</Content>
|
||||
<Content Include="..\..\templates\OpenApiEndpints\OpenApiHttpTriggerContext.cs">
|
||||
<Content Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTriggerContext.cs">
|
||||
<Pack>true</Pack>
|
||||
<BuildAction>Compile</BuildAction>
|
||||
<PackagePath>contentFiles\any\netstandard2.0\OpenApi\;</PackagePath>
|
||||
</Content>
|
||||
<Content Include="..\..\templates\OpenApiEndpints\OpenApiHttpTrigger.cs">
|
||||
<Content Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTrigger.cs">
|
||||
<Pack>true</Pack>
|
||||
<BuildAction>Compile</BuildAction>
|
||||
<PackagePath>contentFiles\any\netstandard2.0\OpenApi\;</PackagePath>
|
||||
|
|
|
@ -40,9 +40,9 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\IOpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\OpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpints\OpenApiHttpTrigger.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\IOpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTriggerContext.cs" />
|
||||
<Compile Include="..\..\templates\OpenApiEndpoints\OpenApiHttpTrigger.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Загрузка…
Ссылка в новой задаче