diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-10-21 02:06:01 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-10-21 02:06:01 +0300 |
| commit | e54736fabf4338e9f98a7b8aba738180ae57c120 (patch) | |
| tree | 9f1c4b795ed72e85ec6693bf54c9a87f384e2740 /Software/Visual_Studio/Tango.DAL.Remote/Tango.DAL.Remote.csproj | |
| parent | a2d2681c91aa3798a27cb2aa9e047f261027389c (diff) | |
| download | Tango-e54736fabf4338e9f98a7b8aba738180ae57c120.tar.gz Tango-e54736fabf4338e9f98a7b8aba738180ae57c120.zip | |
Data Store On SQL Server.
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 9cf9c853a..cd916e94f 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/Tango.DAL.Remote.csproj +++ b/Software/Visual_Studio/Tango.DAL.Remote/Tango.DAL.Remote.csproj @@ -117,6 +117,9 @@ <Compile Include="DB\CUSTOMER.cs"> <DependentUpon>RemoteADO.tt</DependentUpon> </Compile> + <Compile Include="DB\DATA_STORE_ITEMS.cs"> + <DependentUpon>RemoteADO.tt</DependentUpon> + </Compile> <Compile Include="DB\DISPENSER.cs"> <DependentUpon>RemoteADO.tt</DependentUpon> </Compile> @@ -380,7 +383,7 @@ </Target> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> + <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
