Compare commits
2 Commits
b4c1afc3b5
...
d4aa8761d3
Author | SHA1 | Date | |
---|---|---|---|
d4aa8761d3 | |||
ab4f641821 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -369,3 +369,4 @@ FodyWeavers.xsd
|
||||
/qtc-net-server/user-content/
|
||||
/qtc-net-server/Properties/launchSettings.json
|
||||
/qtc-net-server/appsettings.Development.json
|
||||
/qtc-net-server/Resources/store.Development.json
|
||||
|
@ -32,6 +32,9 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Update="Resources\store.Development.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Update="Resources\store.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
Loading…
x
Reference in New Issue
Block a user