diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-02-23 20:15:36 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-02-23 20:15:36 +0200 |
| commit | 17612c08da93c75d4c941a643bc7602c18f351d8 (patch) | |
| tree | 7fb879ef52d5460149b199f752279c3889cb5271 /Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj | |
| parent | d7c8a8e9a6320ade6098e0d8e182c7ada4e30a97 (diff) | |
| download | Tango-17612c08da93c75d4c941a643bc7602c18f351d8.tar.gz Tango-17612c08da93c75d4c941a643bc7602c18f351d8.zip | |
Implemented auto DTO generation.
Implemented mapping of DTO <=> Observables.
Organization of unit tests.
Removed DELETED from ADDRESS & CONTACT.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj b/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj index 445992b64..833e21330 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj +++ b/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj @@ -99,21 +99,19 @@ <Compile Include="..\Versioning\GlobalVersionInfo.cs"> <Link>GlobalVersionInfo.cs</Link> </Compile> - <Compile Include="Integration_TST.cs" /> - <Compile Include="Logging_TST.cs" /> + <Compile Include="BL\DTO_TST.cs" /> + <Compile Include="Integration\JobDescriptionFile_TST.cs" /> + <Compile Include="Logging\Parsing_TST.cs" /> <Compile Include="MachineService\PPC_Controller_TST.cs" /> - <Compile Include="MachineStudio_TST.cs" /> + <Compile Include="MachineStudio\MachineStudio_TST.cs" /> <Compile Include="RemoteRunner_TST.cs" /> - <Compile Include="SQLExaminer_TST.cs" /> - <Compile Include="Temporary_TST.cs" /> - <Compile Include="TFS_TST.cs" /> + <Compile Include="SQLExaminer\SQLExaminer_TST.cs" /> + <Compile Include="Core\TemporaryManager_TST.cs" /> + <Compile Include="TFS\TFS_TST.cs" /> <Compile Include="Outlook_TST.cs" /> - <Compile Include="Scripting_TST.cs" /> - <Compile Include="Embroidery_TST.cs" /> + <Compile Include="Embroidery\Embroidery_TST.cs" /> <Compile Include="Helper.cs" /> - <Compile Include="Protobuf_TST.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="MachineService_TST.cs" /> <Compile Include="Web\JWT_Tokens_TST.cs" /> <Compile Include="MachineService\MachineStudio_Controller_TST.cs" /> </ItemGroup> @@ -211,6 +209,7 @@ <Name>Tango.DBObservablesGenerator.CLI</Name> </ProjectReference> </ItemGroup> + <ItemGroup /> <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> @@ -225,7 +224,7 @@ <Import Project="..\packages\System.Data.SQLite.Core.1.0.108.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.108.0\build\net46\System.Data.SQLite.Core.targets')" /> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> + <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
