aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2017-11-29 17:34:03 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2017-11-29 17:34:03 +0200
commit1348ceabdd5d93b78f7f0d9295a5b3424ae93962 (patch)
treeda69fdb8b7f994cd58808889e7e3910862b77c0a /Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj
parentdf2f9b27b12356d6e92c64a72049f0fc4e6b86c0 (diff)
downloadTango-1348ceabdd5d93b78f7f0d9295a5b3424ae93962.tar.gz
Tango-1348ceabdd5d93b78f7f0d9295a5b3424ae93962.zip
Implemented SQL Server <=> SQLite Synchronization !
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj b/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj
index 494981db1..fd9d04b34 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj
+++ b/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj
@@ -81,6 +81,7 @@
<Compile Include="Protobuf_TST.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="DAL_TST.cs" />
+ <Compile Include="Synchronization_TST.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
@@ -115,6 +116,10 @@
<Project>{ac489889-6e50-4f16-9dba-ff4c6f9ec72b}</Project>
<Name>Tango.SharedUI</Name>
</ProjectReference>
+ <ProjectReference Include="..\Tango.Synchronization\Tango.Synchronization.csproj">
+ <Project>{7ada4e86-cad7-4968-a210-3a8a9e5153ab}</Project>
+ <Name>Tango.Synchronization</Name>
+ </ProjectReference>
</ItemGroup>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />