Commit 6b188728 authored by DevOps Codefoco's avatar DevOps Codefoco Committed by Vinicius Jarina
Browse files

Split Solutions. (#300)

* * Split Solutions.

* Updated NUnit.

* Fixed CI.

* Fixed Mac tests.

* Fixed Linux, Windows build
parent f917c5ac
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="Codefoco.Touch.Server" version="1.0.14" targetFramework="xamarintvos10" developmentDependency="true" /> <package id="Codefoco.Touch.Server" version="1.0.14" targetFramework="xamarintvos10" developmentDependency="true" />
<package id="KeraLua" version="1.0.11" targetFramework="xamarintvos10" /> <package id="KeraLua" version="1.0.14" targetFramework="xamarintvos10" />
</packages> </packages>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<HasSharedItems>true</HasSharedItems> <HasSharedItems>true</HasSharedItems>
<SharedGUID>{7279D001-6F21-4FF3-A0EE-3A1D12004BA3}</SharedGUID> <SharedGUID>568d0822-a5bc-4dac-b2ac-77f43da4d470</SharedGUID>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="Configuration"> <PropertyGroup Label="Configuration">
<Import_RootNamespace>NLuaTest.Shared</Import_RootNamespace> <Import_RootNamespace>NLuaTest.Shared</Import_RootNamespace>
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup Label="Globals">
<ProjectGuid>{9E2A0BC0-5C10-4A85-9CA1-2BEB751128B7}</ProjectGuid> <ProjectGuid>{9E2A0BC0-5C10-4A85-9CA1-2BEB751128B7}</ProjectGuid>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
</PropertyGroup> </PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" /> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.Common.Default.props" />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment