Skip to content

Commit b81016a

Browse files
committed
update ServiceAPI console app
1 parent 50b90db commit b81016a

File tree

4 files changed

+378
-256
lines changed

4 files changed

+378
-256
lines changed

Samples/ServiceAPI/CSharp/ConsoleServiceAPIClient/App.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<startup>
44
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
55
</startup>
6-
<appSettings>
7-
<add key="tenantId" value="08363ee4-6592-4325-9d5a-5a25e00d482b"/>
8-
<add key="clientId" value="09f0ec5c-87e9-4568-8b60-4eb3e20de75e"/>
6+
<appSettings file="my.config">
7+
98
</appSettings>
109
<runtime>
1110
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

Samples/ServiceAPI/CSharp/ConsoleServiceAPIClient/ConsoleServiceAPIClient.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@
9898
</ItemGroup>
9999
<ItemGroup>
100100
<None Include="App.config" />
101+
<None Include="my.config">
102+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
103+
</None>
101104
<None Include="packages.config" />
102105
<None Include="ReadMe.md" />
103106
</ItemGroup>

0 commit comments

Comments
 (0)