aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio_v2/Tango.UnitTests/Tango.UnitTests.csproj
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-08-08 10:58:48 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-08-08 10:58:48 +0300
commit97411eb2550c6b483181b823da12f127cf903170 (patch)
treef80ebf27c494c940efd652dc873cf52f27158130 /Software/Visual_Studio_v2/Tango.UnitTests/Tango.UnitTests.csproj
parent265e4bcf4b21b2317a88171b3326f65e58515d9c (diff)
downloadTango-97411eb2550c6b483181b823da12f127cf903170.tar.gz
Tango-97411eb2550c6b483181b823da12f127cf903170.zip
Unit Test for organizations.
Diffstat (limited to 'Software/Visual_Studio_v2/Tango.UnitTests/Tango.UnitTests.csproj')
-rw-r--r--Software/Visual_Studio_v2/Tango.UnitTests/Tango.UnitTests.csproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/Software/Visual_Studio_v2/Tango.UnitTests/Tango.UnitTests.csproj b/Software/Visual_Studio_v2/Tango.UnitTests/Tango.UnitTests.csproj
index e79ce12ae..23726f122 100644
--- a/Software/Visual_Studio_v2/Tango.UnitTests/Tango.UnitTests.csproj
+++ b/Software/Visual_Studio_v2/Tango.UnitTests/Tango.UnitTests.csproj
@@ -72,7 +72,8 @@
</Reference>
</ItemGroup>
<ItemGroup>
- <Compile Include="DAL\Mongo.cs" />
+ <Compile Include="BLL\Services\OrganizationsService_TST.cs" />
+ <Compile Include="DAL\MongoRepository_TST.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
@@ -80,6 +81,10 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
+ <ProjectReference Include="..\Tango.BLL\Tango.BLL.csproj">
+ <Project>{5f1f3818-a7e7-4810-95de-f5c1442b21c1}</Project>
+ <Name>Tango.BLL</Name>
+ </ProjectReference>
<ProjectReference Include="..\Tango.DAL.Mongo\Tango.DAL.Mongo.csproj">
<Project>{9d1f1789-745c-4725-9dc4-12e0b0090a64}</Project>
<Name>Tango.DAL.Mongo</Name>