diff options
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 | 27 |
1 files changed, 27 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 62e4f2953..1d3577302 100644 --- a/Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj +++ b/Software/Visual_Studio/Tango.DAL.Local/Tango.DAL.Local.csproj @@ -83,6 +83,9 @@ <Compile Include="DB\APPLICATION_VERSIONS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> + <Compile Include="DB\BRUSH_STOPS.cs"> + <DependentUpon>LocalADO.tt</DependentUpon> + </Compile> <Compile Include="DB\CARTRIDGE_TYPES.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> @@ -92,6 +95,9 @@ <Compile Include="DB\CCT.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> + <Compile Include="DB\COLOR_SPACES.cs"> + <DependentUpon>LocalADO.tt</DependentUpon> + </Compile> <Compile Include="DB\CONFIGURATION.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> @@ -125,6 +131,12 @@ <Compile Include="DB\IDS_PACKS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> + <Compile Include="DB\JOB.cs"> + <DependentUpon>LocalADO.tt</DependentUpon> + </Compile> + <Compile Include="DB\JOB_RUNS.cs"> + <DependentUpon>LocalADO.tt</DependentUpon> + </Compile> <Compile Include="DB\LINEAR_MASS_DENSITY_UNITS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> @@ -182,6 +194,12 @@ <Compile Include="DB\PERMISSION.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> + <Compile Include="DB\PROCESS_PARAMETERS_TABLES.cs"> + <DependentUpon>LocalADO.tt</DependentUpon> + </Compile> + <Compile Include="DB\PROCESS_PARAMETERS_TABLES_GROUPS.cs"> + <DependentUpon>LocalADO.tt</DependentUpon> + </Compile> <Compile Include="DB\RML.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> @@ -191,6 +209,12 @@ <Compile Include="DB\ROLES_PERMISSIONS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> + <Compile Include="DB\SEGMENT.cs"> + <DependentUpon>LocalADO.tt</DependentUpon> + </Compile> + <Compile Include="DB\SENSOR.cs"> + <DependentUpon>LocalADO.tt</DependentUpon> + </Compile> <Compile Include="DB\SYNC_CONFIGURATIONS.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> @@ -200,6 +224,9 @@ <Compile Include="DB\USERS_ROLES.cs"> <DependentUpon>LocalADO.tt</DependentUpon> </Compile> + <Compile Include="DB\WINDING_METHODS.cs"> + <DependentUpon>LocalADO.tt</DependentUpon> + </Compile> <Compile Include="Partials\LocalDB.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> |
