diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-01 16:05:30 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-03-01 16:05:30 +0200 |
| commit | 54c192aac4ce2a49b77a87416b492023f981c856 (patch) | |
| tree | 25b9caa4f0dfaa1ab3debda13e80357cda0b28ee /Software/Visual_Studio/Utilities/Tango.PMRGenerator.CLI | |
| parent | 6e2eeb6829b2b1bf5e1e5334b9dad84f10ce2bc1 (diff) | |
| download | Tango-54c192aac4ce2a49b77a87416b492023f981c856.tar.gz Tango-54c192aac4ce2a49b77a87416b492023f981c856.zip | |
Moved Dispensing and Observables to Tango.BL !!!
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.PMRGenerator.CLI')
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.PMRGenerator.CLI/Program.cs | 2 | ||||
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.PMRGenerator.CLI/Tango.PMRGenerator.CLI.csproj | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.PMRGenerator.CLI/Program.cs b/Software/Visual_Studio/Utilities/Tango.PMRGenerator.CLI/Program.cs index c78cdbf7a..ba0249ee0 100644 --- a/Software/Visual_Studio/Utilities/Tango.PMRGenerator.CLI/Program.cs +++ b/Software/Visual_Studio/Utilities/Tango.PMRGenerator.CLI/Program.cs @@ -6,7 +6,7 @@ using System.Reflection; using System.Text; using System.Threading.Tasks; using Tango.CodeGeneration; -using Tango.Integration.Observables; +using Tango.BL.Observables; namespace Tango.PMRGenerator.CLI { diff --git a/Software/Visual_Studio/Utilities/Tango.PMRGenerator.CLI/Tango.PMRGenerator.CLI.csproj b/Software/Visual_Studio/Utilities/Tango.PMRGenerator.CLI/Tango.PMRGenerator.CLI.csproj index 813f80cb4..be6e31ea1 100644 --- a/Software/Visual_Studio/Utilities/Tango.PMRGenerator.CLI/Tango.PMRGenerator.CLI.csproj +++ b/Software/Visual_Studio/Utilities/Tango.PMRGenerator.CLI/Tango.PMRGenerator.CLI.csproj @@ -60,6 +60,10 @@ <None Include="packages.config" /> </ItemGroup> <ItemGroup> + <ProjectReference Include="..\..\Tango.BL\Tango.BL.csproj"> + <Project>{f441feee-322a-4943-b566-110e12fd3b72}</Project> + <Name>Tango.BL</Name> + </ProjectReference> <ProjectReference Include="..\..\Tango.CodeGeneration\Tango.CodeGeneration.csproj"> <Project>{caedae94-11ed-473c-888a-268a6d38cd20}</Project> <Name>Tango.CodeGeneration</Name> @@ -68,10 +72,6 @@ <Project>{a34ee0f0-649d-41c8-8489-b6f1cc6924ee}</Project> <Name>Tango.Core</Name> </ProjectReference> - <ProjectReference Include="..\..\Tango.Integration\Tango.Integration.csproj"> - <Project>{4206ac58-3b57-4699-8835-90bf6db01a61}</Project> - <Name>Tango.Integration</Name> - </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
