diff options
author | emkael <emkael@tlen.pl> | 2017-07-30 00:55:33 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-07-30 00:57:40 +0200 |
commit | f14238e95bf1a10789585bf7632c5506daecc630 (patch) | |
tree | 8008c7d455fa1c4a77de167afb8f731c4170c3d8 /Aktywator/Aktywator.csproj | |
parent | c826889695c08a76c0e4c4f5d8ae126a3eb09ab6 (diff) |
Refactoring Tournament as MySQLTournament
Diffstat (limited to 'Aktywator/Aktywator.csproj')
-rw-r--r-- | Aktywator/Aktywator.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Aktywator/Aktywator.csproj b/Aktywator/Aktywator.csproj index edee3c0..97fa090 100644 --- a/Aktywator/Aktywator.csproj +++ b/Aktywator/Aktywator.csproj @@ -107,7 +107,7 @@ <Compile Include="Setting.cs" /> <Compile Include="Settings.cs" /> <Compile Include="Sql.cs" /> - <Compile Include="Tournament.cs" /> + <Compile Include="MySQLTournament.cs" /> <EmbeddedResource Include="ChooseTournament.resx"> <DependentUpon>ChooseTournament.cs</DependentUpon> </EmbeddedResource> |