diff options
Diffstat (limited to 'Software/Visual_Studio_v2/Tango.UnitTests/Tango.UnitTests.csproj')
| -rw-r--r-- | Software/Visual_Studio_v2/Tango.UnitTests/Tango.UnitTests.csproj | 7 |
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> |
