|
|
@ -61,6 +61,7 @@
|
|
|
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
|
|
|
|
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
<Reference Include="System.Web.Http, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
@ -81,6 +82,7 @@
|
|
|
|
</Reference>
|
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<Compile Include="ApiControllerTest.cs" />
|
|
|
|
<Compile Include="AutoFac\AutofacStudy.cs" />
|
|
|
|
<Compile Include="AutoFac\AutofacStudy.cs" />
|
|
|
|
<Compile Include="TestCaseOrderTest.cs" />
|
|
|
|
<Compile Include="TestCaseOrderTest.cs" />
|
|
|
|
<Compile Include="UseFixture\CollectionFixtureSetup.cs" />
|
|
|
|
<Compile Include="UseFixture\CollectionFixtureSetup.cs" />
|
|
|
@ -128,7 +130,9 @@
|
|
|
|
<Name>xUnitStudy.WebApi</Name>
|
|
|
|
<Name>xUnitStudy.WebApi</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup />
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<Folder Include="ApiController\" />
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
|
<PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
|
|