Handle the text file part of saving

This commit is contained in:
2020-03-23 23:00:58 +01:00
parent 70c6a28e54
commit 27f406b836
5 changed files with 89 additions and 2 deletions

View File

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="filePath" value="D:\data\TournamentTracker"/>
</appSettings>
<connectionStrings>
<add name="Tournaments" connectionString="Server=.\SQLEXPR2017;Database=Tournaments;Trusted_Connection=True;" providerName="System.Data.SqlClient"/>
</connectionStrings>