Spaces:
Running
Running
Florin Bobiș
commited on
Commit
•
af2c1b2
1
Parent(s):
c07511c
added quotes.db to output
Browse files- QuotesAPI.csproj +4 -0
QuotesAPI.csproj
CHANGED
@@ -22,6 +22,10 @@
|
|
22 |
<None Update="data\**\*">
|
23 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
24 |
</None>
|
|
|
|
|
|
|
|
|
25 |
</ItemGroup>
|
26 |
|
27 |
</Project>
|
|
|
22 |
<None Update="data\**\*">
|
23 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
24 |
</None>
|
25 |
+
<!-- Include the 'data' folder and its contents in the build output -->
|
26 |
+
<None Update="quotes.db">
|
27 |
+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
28 |
+
</None>
|
29 |
</ItemGroup>
|
30 |
|
31 |
</Project>
|