Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 91d2928

Browse files
committed
Adding scripts to solution.
1 parent a774eb5 commit 91d2928

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/SymphonyOSS.RestApiClient.Generated/SymphonyOSS.RestApiClient.Generated.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,13 @@
5555
<Compile Include="OpenApi\PodApi\**\*.cs" />
5656
<Compile Include="Properties\AssemblyInfo.cs" />
5757
</ItemGroup>
58-
<ItemGroup />
58+
<ItemGroup>
59+
<Content Include="OpenApi\license_cs.txt" />
60+
</ItemGroup>
5961
<ItemGroup>
6062
<None Include="OpenApi\Config\*.json" />
6163
<None Include="OpenApi\generate.bat" />
64+
<None Include="OpenApi\prepend_license.bat" />
6265
<None Include="OpenApi\Yaml\AgentApi\**\*.yaml" />
6366
<None Include="OpenApi\Yaml\AuthenticatorApi\**\*.yaml" />
6467
<None Include="OpenApi\Yaml\PodApi\**\*.yaml" />

src/SymphonyOSS.RestApiClient/SymphonyOSS.RestApiClient.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@
8080
</ProjectReference>
8181
</ItemGroup>
8282
<ItemGroup>
83+
<None Include="package.bat" />
8384
<None Include="packages.config" />
85+
<None Include="SymphonyOSS.RestApiClient.nuspec" />
8486
</ItemGroup>
8587
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8688
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

0 commit comments

Comments
 (0)