diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-19 14:53:03 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-19 14:53:03 +0200 |
| commit | fee2c690e1ff0b8be3a3f10e30184c76efa4c0c2 (patch) | |
| tree | 670fb9b3f84d5a4b0af1c6c7797a6f130b68e38d /Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj | |
| parent | b421701fd5cf000a16cab9b1fe9eda812ccce8c3 (diff) | |
| download | Tango-fee2c690e1ff0b8be3a3f10e30184c76efa4c0c2.tar.gz Tango-fee2c690e1ff0b8be3a3f10e30184c76efa4c0c2.zip | |
Modified several table names.
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 | 10 |
1 files changed, 5 insertions, 5 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 db5f258a2..14625e59f 100644 --- a/Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj +++ b/Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj @@ -65,7 +65,7 @@ <Compile Include="..\Versioning\GlobalVersionInfo.cs"> <Link>GlobalVersionInfo.cs</Link> </Compile> - <Compile Include="DB\ACTION.cs"> + <Compile Include="DB\ACTION_TYPES.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> <Compile Include="DB\ADDRESS.cs"> @@ -107,10 +107,10 @@ <Compile Include="DB\EMBEDDED_SOFTWARE_VERSIONS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> - <Compile Include="DB\EVENT.cs"> + <Compile Include="DB\EVENT_TYPES.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> - <Compile Include="DB\EVENTS_ACTIONS.cs"> + <Compile Include="DB\EVENT_TYPES_ACTIONS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> <Compile Include="DB\FIBER_SHAPES.cs"> @@ -128,10 +128,10 @@ <Compile Include="DB\LINEAR_MASS_DENSITY_UNITS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> - <Compile Include="DB\LIQUID.cs"> + <Compile Include="DB\LIQUID_TYPES.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> - <Compile Include="DB\LIQUIDS_RMLS.cs"> + <Compile Include="DB\LIQUID_TYPES_RMLS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> <Compile Include="DB\LocalADO.Context.cs"> |
