diff --git a/Touch.Client/Directory.Build.props b/Touch.Client/Directory.Build.props new file mode 100644 index 0000000..7ecd981 --- /dev/null +++ b/Touch.Client/Directory.Build.props @@ -0,0 +1,8 @@ + + + + obj\$(_PlatformName)\ + bin\$(_PlatformName)\$(Configuration) + + + diff --git a/Touch.Client/Touch.Client-iOS.dotnet.csproj b/Touch.Client/Touch.Client-iOS.dotnet.csproj new file mode 100644 index 0000000..2e0110f --- /dev/null +++ b/Touch.Client/Touch.Client-iOS.dotnet.csproj @@ -0,0 +1,62 @@ + + + + net5.0 + NUNITLITE_NUGET + latest + + xamarinios10;$(AssetTargetFallback) + Touch.Client + + + + HttpTextWriter.cs + + + NUnitOutputTextWriter.cs + + + Options.cs + + + TcpTextWriter.cs + + + TestCaseElement.cs + + + TestElement.cs + + + TestResultElement.cs + + + TestRocks.cs + + + TestSuiteElement.cs + + + TouchOptions.cs + + + TouchRunner.cs + + + TouchViewController.cs + + + + + 3.12.0 + + + 2.0.0-pre1 + all + true + + + 3.6.0 + + + diff --git a/Touch.Client/Touch.Client-tvOS.dotnet.csproj b/Touch.Client/Touch.Client-tvOS.dotnet.csproj new file mode 100644 index 0000000..559299d --- /dev/null +++ b/Touch.Client/Touch.Client-tvOS.dotnet.csproj @@ -0,0 +1,62 @@ + + + + net5.0 + NUNITLITE_NUGET + latest + + xamarintvos10;$(AssetTargetFallback) + Touch.Client + + + + HttpTextWriter.cs + + + NUnitOutputTextWriter.cs + + + Options.cs + + + TcpTextWriter.cs + + + TestCaseElement.cs + + + TestElement.cs + + + TestResultElement.cs + + + TestRocks.cs + + + TestSuiteElement.cs + + + TouchOptions.cs + + + TouchRunner.cs + + + TouchViewController.cs + + + + + 3.12.0 + + + 2.0.0-pre1 + all + true + + + 3.6.0 + + +