File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
src/Dijkstra.NET/Dijkstra.NET Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2020 <DefineConstants >DEBUG;TRACE</DefineConstants >
2121 <ErrorReport >prompt</ErrorReport >
2222 <WarningLevel >4</WarningLevel >
23+ <DocumentationFile >bin\Debug\Dijkstra.NET.XML</DocumentationFile >
2324 </PropertyGroup >
2425 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2526 <DebugType >pdbonly</DebugType >
2829 <DefineConstants >TRACE</DefineConstants >
2930 <ErrorReport >prompt</ErrorReport >
3031 <WarningLevel >4</WarningLevel >
32+ <DocumentationFile >bin\Release\Dijkstra.NET.XML</DocumentationFile >
3133 </PropertyGroup >
3234 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
3335 <DebugSymbols >true</DebugSymbols >
4648 <PlatformTarget >x64</PlatformTarget >
4749 <ErrorReport >prompt</ErrorReport >
4850 <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
51+ <DocumentationFile >bin\x64\Release\Dijkstra.NET.XML</DocumentationFile >
4952 </PropertyGroup >
5053 <ItemGroup >
5154 <Reference Include =" System" />
Original file line number Diff line number Diff line change 1111 <licenseUrl >https://github.com/matiii/Dijkstra.NET/blob/master/LICENSE</licenseUrl >
1212 <tags >graphs dijkstra bfs</tags >
1313 </metadata >
14+ <files >
15+ <file src =" ..\..\..\build\*.xml" target =" lib\net452" />
16+ </files >
17+
1418</package >
You can’t perform that action at this time.
0 commit comments