Advertisement
zippy1981

Removed unused references in pastebin

Apr 3rd, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.02 KB | None | 0 0
  1. Index: ShellifyTest/ShellifyTest.csproj
  2. ===================================================================
  3. --- ShellifyTest/ShellifyTest.csproj    (revision 12)
  4. +++ ShellifyTest/ShellifyTest.csproj    (working copy)
  5. @@ -39,8 +39,6 @@
  6.      <Reference Include="System.Core">
  7.        <RequiredTargetFramework>3.5</RequiredTargetFramework>
  8.      </Reference>
  9. -    <Reference Include="System.Drawing" />
  10. -    <Reference Include="System.Windows.Forms" />
  11.    </ItemGroup>
  12.    <ItemGroup>
  13.      <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  14. Index: ShellifyTool/ShellifyTool.csproj
  15. ===================================================================
  16. --- ShellifyTool/ShellifyTool.csproj    (revision 12)
  17. +++ ShellifyTool/ShellifyTool.csproj    (working copy)
  18. @@ -35,7 +35,6 @@
  19.      <WarningLevel>4</WarningLevel>
  20.    </PropertyGroup>
  21.    <ItemGroup>
  22. -    <Reference Include="System" />
  23.      <Reference Include="System.Core" />
  24.    </ItemGroup>
  25.    <ItemGroup>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement