diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-10-26 15:25:13 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-10-26 15:25:13 +0200 |
| commit | dbf4d9f51b20cdb33bc6ce842a85edb676dd9b7f (patch) | |
| tree | 902434b74a03047ddd786501bc4093f8dcc293c2 /Software/Visual_Studio/Tango.DAL.Remote/Tango.DAL.Remote.csproj | |
| parent | 66be9b1ad98b42b604b901145b43c41b90e79031 (diff) | |
| download | Tango-dbf4d9f51b20cdb33bc6ce842a85edb676dd9b7f.tar.gz Tango-dbf4d9f51b20cdb33bc6ce842a85edb676dd9b7f.zip | |
Global Data Store !
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 | 5 |
1 files changed, 4 insertions, 1 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 cd916e94f..fbb64ecc1 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/Tango.DAL.Remote.csproj +++ b/Software/Visual_Studio/Tango.DAL.Remote/Tango.DAL.Remote.csproj @@ -141,6 +141,9 @@ <Compile Include="DB\FSE_VERSIONS.cs"> <DependentUpon>RemoteADO.tt</DependentUpon> </Compile> + <Compile Include="DB\GLOBAL_DATA_STORE_ITEMS.cs"> + <DependentUpon>RemoteADO.tt</DependentUpon> + </Compile> <Compile Include="DB\HARDWARE_BLOWERS.cs"> <DependentUpon>RemoteADO.tt</DependentUpon> </Compile> @@ -383,7 +386,7 @@ </Target> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> + <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
