diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-06 16:47:21 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-06 16:47:21 +0200 |
| commit | 9b6fe16ced68ee8d1fee849901594b926b0215d4 (patch) | |
| tree | d816c5b0627f75e2465c6989abd0b7319cdf574e /Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj | |
| parent | 3e665934f3f01b2cdd3de3fbc2c03ae27ac5740e (diff) | |
| download | Tango-9b6fe16ced68ee8d1fee849901594b926b0215d4.tar.gz Tango-9b6fe16ced68ee8d1fee849901594b926b0215d4.zip | |
Added CARTRIDGE_TYPES & DISPENSER_TYPES tables to SQLServer & SQLite.
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 | 6 |
1 files changed, 6 insertions, 0 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 6ffbbc37b..7ace8155c 100644 --- a/Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj +++ b/Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj @@ -86,6 +86,9 @@ <Compile Include="DB\CARTRIDGE.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> + <Compile Include="DB\CARTRIDGE_TYPES.cs"> + <DependentUpon>LocalADO.tt</DependentUpon> + </Compile> <Compile Include="DB\CONFIGURATION.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> @@ -98,6 +101,9 @@ <Compile Include="DB\DISPENSER.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> + <Compile Include="DB\DISPENSER_TYPES.cs"> + <DependentUpon>LocalADO.tt</DependentUpon> + </Compile> <Compile Include="DB\EMBEDDED_FIRMWARE_VERSIONS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> |
