diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-24 19:45:31 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-03-24 19:45:31 +0200 |
| commit | a7b5371f0813281df0993cfb3ff1aa75634274d4 (patch) | |
| tree | cf25329ab0346a9f2eaaa49ca721ed79145a46ce /Software/Visual_Studio/Tango.BL/Tango.BL.csproj | |
| parent | 7c0bc53fb5af56dbadae7e7919e534d02c945ad7 (diff) | |
| download | Tango-a7b5371f0813281df0993cfb3ff1aa75634274d4.tar.gz Tango-a7b5371f0813281df0993cfb3ff1aa75634274d4.zip | |
PPC v1.1.10
Change copy local to true on Core and BL (LiteDB)
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Tango.BL.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/Tango.BL.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Tango.BL.csproj b/Software/Visual_Studio/Tango.BL/Tango.BL.csproj index f98437159..feeefca28 100644 --- a/Software/Visual_Studio/Tango.BL/Tango.BL.csproj +++ b/Software/Visual_Studio/Tango.BL/Tango.BL.csproj @@ -47,7 +47,7 @@ </Reference> <Reference Include="LiteDB, Version=5.0.4.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL"> <HintPath>..\packages\LiteDB.5.0.4\lib\net45\LiteDB.dll</HintPath> - <Private>False</Private> + <Private>True</Private> </Reference> <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> @@ -619,7 +619,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 |
