1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-02 20:46:34 +00:00

Fixed compile error

This commit is contained in:
kay.one 2011-06-19 11:30:34 -07:00
parent ec949be789
commit d2f32a0b54

View file

@ -163,7 +163,8 @@
<Compile Include="Datastore\MigrationLogger.cs" />
<Compile Include="Datastore\MigrationsHelper.cs" />
<Compile Include="Datastore\CustomeMapper.cs" />
<Compile Include="Datastore\Migrations\Migration.cs" />
<Compile Include="Datastore\Migrations\Migration20110619.cs" />
<Compile Include="Datastore\Migrations\Migration20110616.cs" />
<Compile Include="Datastore\SqliteProvider.cs" />
<Compile Include="Fluent.cs" />
<Compile Include="Helpers\EpisodeRenameHelper.cs" />