diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-10 13:21:59 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-10 13:21:59 +0200 |
| commit | 8b4e0971171d40844ca1c63591aeb1fbe4add759 (patch) | |
| tree | f257fb0c986ec841844285ddda6477057408ea2b /Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj | |
| parent | b64fa61aaa9cc684b72935159048c7f24bafce51 (diff) | |
| download | Tango-8b4e0971171d40844ca1c63591aeb1fbe4add759.tar.gz Tango-8b4e0971171d40844ca1c63591aeb1fbe4add759.zip | |
Added DAL.Observables project.
Changes DB table CONFIGURATIONS_DISPENSER to IDS_PACKS.
CHanges DB table SYNC_CONFIGURATION to SYNC_CONFIGURATIONS
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj b/Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj index 7ace8155c..f891e703d 100644 --- a/Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj +++ b/Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj @@ -92,9 +92,6 @@ <Compile Include="DB\CONFIGURATION.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> - <Compile Include="DB\CONFIGURATIONS_DISPENSERS.cs"> - <DependentUpon>LocalADO.tt</DependentUpon> - </Compile> <Compile Include="DB\CONTACT.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> @@ -125,6 +122,9 @@ <Compile Include="DB\HARDWARE_VERSIONS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> + <Compile Include="DB\IDS_PACKS.cs"> + <DependentUpon>LocalADO.tt</DependentUpon> + </Compile> <Compile Include="DB\LINEAR_MASS_DENSITY_UNITS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> @@ -191,7 +191,7 @@ <Compile Include="DB\ROLES_PERMISSIONS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> - <Compile Include="DB\SYNC_CONFIGURATION.cs"> + <Compile Include="DB\SYNC_CONFIGURATIONS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> <Compile Include="DB\USER.cs"> |
