Add appsettings.json to main application. This will overwrite the one previously inherited from DataLayer
This commit is contained in:
parent
54eea8ddae
commit
41620352e8
@ -32,7 +32,6 @@
|
||||
<ItemGroup>
|
||||
<None Update="appsettings.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@ -39,4 +39,11 @@
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="appsettings.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
3
LibationWinForm/appsettings.json
Normal file
3
LibationWinForm/appsettings.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"": ""
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user