diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-10 16:46:54 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-10 16:46:54 +0200 |
| commit | 3eabdee9604ad67cdbab7ee35bdfa249402f8831 (patch) | |
| tree | 430724d34efbab485821b3bbab28bfbe92b6df26 /Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj | |
| parent | 8b4e0971171d40844ca1c63591aeb1fbe4add759 (diff) | |
| download | Tango-3eabdee9604ad67cdbab7ee35bdfa249402f8831.tar.gz Tango-3eabdee9604ad67cdbab7ee35bdfa249402f8831.zip | |
Implemented DB Observables Generator CLI for DAL.Observables post build event.
Changes DB table FIBER_SYNTHESIS to FIBER_SYNTHESISES to normalize singularization.
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 | 2 |
1 files changed, 1 insertions, 1 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 f891e703d..2296ce942 100644 --- a/Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj +++ b/Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj @@ -116,7 +116,7 @@ <Compile Include="DB\FIBER_SHAPES.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> - <Compile Include="DB\FIBER_SYNTHESIS.cs"> + <Compile Include="DB\FIBER_SYNTHESISES.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> <Compile Include="DB\HARDWARE_VERSIONS.cs"> |
