Skip to content

Commit 1e44863

Browse files
committed
coiding
1 parent f7af410 commit 1e44863

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

MasterChief.DotNet.Ftp.Utilities/MasterChief.DotNet.Ftp.Utilities.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34+
<Reference Include="MasterChief.DotNet4.Utilities, Version=1.0.0.11, Culture=neutral, processorArchitecture=MSIL">
35+
<HintPath>..\packages\MasterChief.DotNet4.Utilities.1.0.0.11\lib\net40\MasterChief.DotNet4.Utilities.dll</HintPath>
36+
</Reference>
3437
<Reference Include="System" />
3538
<Reference Include="System.Core" />
3639
<Reference Include="System.Net.FtpClient, Version=1.0.5821.41114, Culture=neutral, processorArchitecture=MSIL">
@@ -52,10 +55,7 @@
5255
<Content Include="DLL\System.Net.FtpClient.XML" />
5356
</ItemGroup>
5457
<ItemGroup>
55-
<ProjectReference Include="..\MasterChief.DotNet4.Utilities\MasterChief.DotNet4.Utilities.csproj">
56-
<Project>{d1dc63aa-db3a-4c47-9e20-f7474420ba48}</Project>
57-
<Name>MasterChief.DotNet4.Utilities</Name>
58-
</ProjectReference>
58+
<None Include="packages.config" />
5959
</ItemGroup>
6060
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6161
</Project>
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="MasterChief.DotNet4.Utilities" version="1.0.0.11" targetFramework="net40" />
4+
</packages>

0 commit comments

Comments
 (0)