Skip to content

Commit

Permalink
XPatchLib.TestConsole
Browse files Browse the repository at this point in the history
  • Loading branch information
GuQiangJS committed Jul 4, 2017
1 parent e00b578 commit b8ae3c7
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/XPatchLib.TestConsole/XPatchLib.TestConsole.csproj
Expand Up @@ -143,14 +143,6 @@
<Reference Include="System.Xml.XPath.XDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Xml.XPath.XDocument.4.3.0\lib\net46\System.Xml.XPath.XDocument.dll</HintPath>
</Reference>
<Reference Include="XPatchLib, Version=3.0.0.25, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\XPatchLib.UnitTest\bin\Release\NET46\XPatchLib.dll</HintPath>
</Reference>
<Reference Include="XPatchLib.UnitTest, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\XPatchLib.UnitTest\bin\Release\NET46\XPatchLib.UnitTest.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
Expand All @@ -161,6 +153,16 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\XPatchLib.UnitTest\XPatchLib.UnitTest.csproj">
<Project>{1deb0516-d274-4afa-9278-3810a500c99f}</Project>
<Name>XPatchLib.UnitTest</Name>
</ProjectReference>
<ProjectReference Include="..\XPatchLib\XPatchLib.csproj">
<Project>{c41678d7-0618-4274-8f26-ef08e85a4449}</Project>
<Name>XPatchLib</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>if $(ConfigurationName)==DotTrace (
Expand Down

0 comments on commit b8ae3c7

Please sign in to comment.