Skip to content

Commit 6a5f4b3

Browse files
committed
Fixed reference issue
1 parent 2f4fd1f commit 6a5f4b3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

samples/cs/tar/Tar.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<ItemGroup>
3333
<Reference Include="System" />
3434
<Reference Include="System.Core" />
35-
<Reference Include="System.Data" />
3635
<Reference Include="System.Data.DataSetExtensions" />
3736
<Reference Include="System.Xml" />
3837
<Reference Include="System.Xml.Linq" />
@@ -41,6 +40,12 @@
4140
<Compile Include="AssemblyInfo.cs" />
4241
<Compile Include="Main.cs" />
4342
</ItemGroup>
43+
<ItemGroup>
44+
<ProjectReference Include="..\..\..\src\ICSharpCode.SharpZLib.csproj">
45+
<Project>{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}</Project>
46+
<Name>ICSharpCode.SharpZLib</Name>
47+
</ProjectReference>
48+
</ItemGroup>
4449
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
4550
<ProjectExtensions>
4651
<VisualStudio AllowExistingFolder="true" />

0 commit comments

Comments
 (0)