diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Synchronization/Tango.Synchronization.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.Synchronization/Tango.Synchronization.csproj | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/Software/Visual_Studio/Tango.Synchronization/Tango.Synchronization.csproj b/Software/Visual_Studio/Tango.Synchronization/Tango.Synchronization.csproj index 98a5044ce..b94eec9fa 100644 --- a/Software/Visual_Studio/Tango.Synchronization/Tango.Synchronization.csproj +++ b/Software/Visual_Studio/Tango.Synchronization/Tango.Synchronization.csproj @@ -64,25 +64,35 @@ <Compile Include="..\Versioning\GlobalVersionInfo.cs"> <Link>GlobalVersionInfo.cs</Link> </Compile> - <Compile Include="Constants.cs" /> - <Compile Include="ExtensionMethods.cs" /> - <Compile Include="ISqlDataBase.cs" /> + <Compile Include="Local\Constants.cs" /> + <Compile Include="Local\ExtensionMethods.cs" /> + <Compile Include="Local\ILocalDataBase.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="SqlDataBaseComparer.cs" /> - <Compile Include="SqlDiff.cs" /> - <Compile Include="SqlDiffAction.cs" /> - <Compile Include="SqliteDataBase.cs" /> + <Compile Include="Local\LocalDBComparer.cs" /> + <Compile Include="Diff.cs" /> + <Compile Include="DiffAction.cs" /> + <Compile Include="Local\SQLiteDataBase.cs" /> + <Compile Include="Remote\RemoteDBComparer.cs" /> </ItemGroup> <ItemGroup> <None Include="App.config" /> <None Include="packages.config" /> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\Tango.DAL.Local\Tango.DAL.Local.csproj"> + <Project>{0e0eef3e-8f4e-4f23-9d19-479fd8d76c12}</Project> + <Name>Tango.DAL.Local</Name> + </ProjectReference> + <ProjectReference Include="..\Tango.DAL.Remote\Tango.DAL.Remote.csproj"> + <Project>{38197109-8610-4d3f-92b9-16d48df94d7c}</Project> + <Name>Tango.DAL.Remote</Name> + </ProjectReference> <ProjectReference Include="..\Tango.Logging\Tango.Logging.csproj"> <Project>{bc932dbd-7cdb-488c-99e4-f02cf441f55e}</Project> <Name>Tango.Logging</Name> </ProjectReference> </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.106.0\build\net46\System.Data.SQLite.Core.targets')" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
