diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-13 14:52:38 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-13 14:52:38 +0200 |
| commit | ab518a645fed89633aeb67ad107afffe3567499b (patch) | |
| tree | 2ad7495d267bcfb423fb3ca73a32327584133d2d /Software/Visual_Studio/Tango.DAL.Remote/Tango.DAL.Remote.csproj | |
| parent | 1af0fb147bdf353e70ba4a387832dc26689fafe7 (diff) | |
| download | Tango-ab518a645fed89633aeb67ad107afffe3567499b.tar.gz Tango-ab518a645fed89633aeb67ad107afffe3567499b.zip | |
Added sites and machine studio module template.
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Remote/Tango.DAL.Remote.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.DAL.Remote/Tango.DAL.Remote.csproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Software/Visual_Studio/Tango.DAL.Remote/Tango.DAL.Remote.csproj b/Software/Visual_Studio/Tango.DAL.Remote/Tango.DAL.Remote.csproj index cda3f47c2..4150c2771 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/Tango.DAL.Remote.csproj +++ b/Software/Visual_Studio/Tango.DAL.Remote/Tango.DAL.Remote.csproj @@ -204,9 +204,6 @@ <Compile Include="DB\MACHINES_EVENTS.cs"> <DependentUpon>RemoteADO.tt</DependentUpon> </Compile> - <Compile Include="DB\MACHINES_RMLS.cs"> - <DependentUpon>RemoteADO.tt</DependentUpon> - </Compile> <Compile Include="DB\MACHINE_STUDIO_VERSIONS.cs"> <DependentUpon>RemoteADO.tt</DependentUpon> </Compile> @@ -228,9 +225,6 @@ <Compile Include="DB\ORGANIZATION.cs"> <DependentUpon>RemoteADO.tt</DependentUpon> </Compile> - <Compile Include="DB\ORGANIZATIONS_RMLS.cs"> - <DependentUpon>RemoteADO.tt</DependentUpon> - </Compile> <Compile Include="DB\PERMISSION.cs"> <DependentUpon>RemoteADO.tt</DependentUpon> </Compile> @@ -267,6 +261,12 @@ <Compile Include="DB\SEGMENT.cs"> <DependentUpon>RemoteADO.tt</DependentUpon> </Compile> + <Compile Include="DB\SITE.cs"> + <DependentUpon>RemoteADO.tt</DependentUpon> + </Compile> + <Compile Include="DB\SITES_RMLS.cs"> + <DependentUpon>RemoteADO.tt</DependentUpon> + </Compile> <Compile Include="DB\SPOOL.cs"> <DependentUpon>RemoteADO.tt</DependentUpon> </Compile> |
