diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-30 09:05:59 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-30 09:05:59 +0300 |
| commit | dceb1f65f3c648238690cfde848385c8fae6baae (patch) | |
| tree | ee606d7f050504a98177934862cb818926b33a17 /Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj | |
| parent | 883a5aa210d213b89b463b113c551a3f8924970f (diff) | |
| download | Tango-dceb1f65f3c648238690cfde848385c8fae6baae.tar.gz Tango-dceb1f65f3c648238690cfde848385c8fae6baae.zip | |
Added JsonIgnore to some props in LogItemBase.
Dropped SkipFileLoggin from Tango.Logging.
Diffstat (limited to 'Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj b/Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj index d9a2e1139..549113657 100644 --- a/Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj +++ b/Software/Visual_Studio/Tango.Logging/Tango.Logging.csproj @@ -31,6 +31,9 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> + <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> + </Reference> <Reference Include="PresentationCore" /> <Reference Include="PresentationFramework" /> <Reference Include="System" /> @@ -80,10 +83,13 @@ <Generator>MSBuild:Compile</Generator> </Page> </ItemGroup> + <ItemGroup> + <None Include="packages.config" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <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 |
