Skip to content

Commit c1a3578

Browse files
committed
Added NuGet package reference
1 parent cc230cc commit c1a3578

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

Turtle-Graphics-Example/Turtle-Graphics-Example.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35+
<Reference Include="Nakov.TurtleGraphics, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
36+
<HintPath>..\packages\Nakov.TurtleGraphics.1.0.0.1\lib\net20\Nakov.TurtleGraphics.dll</HintPath>
37+
<Private>True</Private>
38+
</Reference>
3539
<Reference Include="System" />
3640
<Reference Include="System.Core" />
3741
<Reference Include="System.Xml.Linq" />
@@ -54,10 +58,7 @@
5458
<Compile Include="Program.cs" />
5559
</ItemGroup>
5660
<ItemGroup>
57-
<ProjectReference Include="..\Nakov.TurtleGraphics\Nakov.TurtleGraphics.csproj">
58-
<Project>{ed9be8f0-2e5c-41ea-a8ec-a9db81d29a11}</Project>
59-
<Name>Nakov.TurtleGraphics</Name>
60-
</ProjectReference>
61+
<None Include="packages.config" />
6162
</ItemGroup>
6263
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6364
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Nakov.TurtleGraphics" version="1.0.0.1" targetFramework="net46" />
4+
</packages>

0 commit comments

Comments
 (0)