Handle the text file part of saving
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user