1
0

started to implement second algorithm

This commit is contained in:
2019-05-15 11:23:57 +02:00
parent 8f2aed3dbb
commit 57314a0a94
4 changed files with 80 additions and 2 deletions

View File

@@ -34,6 +34,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="Priority Queue, Version=4.2.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\OptimizedPriorityQueue.4.2.0\lib\net45\Priority Queue.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
@@ -45,6 +49,10 @@
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SimpleAlgorithm.cs" />
<Compile Include="SweepLineAlgorithm.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.