Skip to content

Commit

Permalink
Slight adjust csproj for better source link support
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo committed Jun 27, 2020
1 parent e1bbf73 commit a3c7359
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions RDFSharp/RDFSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,28 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<RepositoryUrl>https://github.com/mdesalvo/RDFSharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>rdf rdfs sparql shacl triplestore owl-dl ontology skos semantic-web</PackageTags>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>bin\Debug\netstandard2.0\RDFSharp.xml</DocumentationFile>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningsAsErrors />
<NoWarn />
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DefineConstants>TRACE</DefineConstants>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>bin\Release\netstandard2.0\RDFSharp.xml</DocumentationFile>
<WarningLevel>0</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<WarningsAsErrors />
<NoWarn />
<DebugType>none</DebugType>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Optimize>true</Optimize>
</PropertyGroup>

Expand Down

0 comments on commit a3c7359

Please sign in to comment.