Removed references 3
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -44,7 +44,9 @@ | ... | @@ -44,7 +44,9 @@ |
| 44 | <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> | 44 | <AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile> |
| 45 | </PropertyGroup> | 45 | </PropertyGroup> |
| 46 | <ItemGroup> | 46 | <ItemGroup> |
| 47 | <Reference Include="Microsoft.VisualStudio.QualityTools.WebTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> | 47 | <Reference Include="Microsoft.VisualStudio.QualityTools.WebTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 48 | <Private>False</Private> | ||
| 49 | </Reference> | ||
| 48 | <Reference Include="System" /> | 50 | <Reference Include="System" /> |
| 49 | <Reference Include="System.Core" /> | 51 | <Reference Include="System.Core" /> |
| 50 | <Reference Include="System.Runtime.Serialization" /> | 52 | <Reference Include="System.Runtime.Serialization" /> | ... | ... |
-
Please register or sign in to post a comment