Skip to content

Commit

Permalink
add NUnit3TestAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
HAZAMA committed Jun 1, 2018
1 parent 0dc64df commit 5eca137
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ExpressoTest/ExpressoTest_Win.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" />
<Import Project="..\packages\NUnit.3.10.1\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.10.1\build\NUnit.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -11,6 +12,8 @@
<RootNamespace>ExpressoTest</RootNamespace>
<AssemblyName>ExpressoTest</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -147,4 +150,10 @@
<Name>Expresso_Win</Name>
</ProjectReference>
</ItemGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>このプロジェクトは、このコンピューター上にない NuGet パッケージを参照しています。それらのパッケージをダウンロードするには、[NuGet パッケージの復元] を使用します。詳細については、http://go.microsoft.com/fwlink/?LinkID=322105 を参照してください。見つからないファイルは {0} です。</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.10.0\build\net35\NUnit3TestAdapter.props'))" />
</Target>
</Project>
1 change: 1 addition & 0 deletions ExpressoTest/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="3.10.1" targetFramework="net45" />
<package id="NUnit3TestAdapter" version="3.10.0" targetFramework="net45" />
</packages>
2 changes: 2 additions & 0 deletions Expresso_Win.sln
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Global
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7429CF14-72B5-4019-94A4-4BA593C6FB4C}.Debug|Any CPU.ActiveCfg = Debug|x86
{7429CF14-72B5-4019-94A4-4BA593C6FB4C}.Debug|Any CPU.Build.0 = Debug|x86
{7429CF14-72B5-4019-94A4-4BA593C6FB4C}.Debug|x86.ActiveCfg = Debug|x86
{7429CF14-72B5-4019-94A4-4BA593C6FB4C}.Debug|x86.Build.0 = Debug|x86
{7429CF14-72B5-4019-94A4-4BA593C6FB4C}.net_4_5_Debug|Any CPU.ActiveCfg = Debug|x86
Expand Down Expand Up @@ -104,6 +105,7 @@ Global
{D60E49D6-6CBA-4D54-A009-6A0528181C88}.Release|x86.ActiveCfg = Release|Any CPU
{D60E49D6-6CBA-4D54-A009-6A0528181C88}.Release|x86.Build.0 = Release|Any CPU
{640E21A6-660A-4D5C-951D-FA564EBCFA70}.Debug|Any CPU.ActiveCfg = Debug|x86
{640E21A6-660A-4D5C-951D-FA564EBCFA70}.Debug|Any CPU.Build.0 = Debug|x86
{640E21A6-660A-4D5C-951D-FA564EBCFA70}.Debug|x86.ActiveCfg = Debug|x86
{640E21A6-660A-4D5C-951D-FA564EBCFA70}.Debug|x86.Build.0 = Debug|x86
{640E21A6-660A-4D5C-951D-FA564EBCFA70}.net_4_5_Debug|Any CPU.ActiveCfg = Debug|x86
Expand Down

0 comments on commit 5eca137

Please sign in to comment.