Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NUnit.Engine.NUnitEngineException : Unable to acquire remote process agent #1401

Open
rcbellamy opened this issue May 19, 2024 · 2 comments
Open

Comments

@rcbellamy
Copy link

I have been using the test runner in JetBrains, but installed the console runner today and cannot get it to work. My tests all run in JetBrains Rider, they just have looooooooong pauses between each test, which I am hoping that the console runner will avoid.

I installed the console runner and added it to my path in accordance with the answer from [one_mile_run] at https://stackoverflow.com/questions/45482507/how-do-i-install-nunit-3-console-on-windows-and-run-tests.

My SUT assemblies are all Net Standard 2.1, and marked with [assembly: NonTestAssembly]. My test fixtures are in a project targeting Core 3.1.

This is what happens in my terminal when I try to run the unit tests:

PS C:\Users\Richard\source\repos\MankiRebuild\CentralTests.PropertyTagger\bin\Debug\netcoreapp3.1> nunit3-console CentralTests.PropertyTagger.dll --trace=Debug
NUnit Console 3.17.0+685c5b542b5e9ba632c905f0bd514a773d9758af (Release)
Copyright (c) 2022 Charlie Poole, Rob Prouse
Sunday, May 19, 2024 7:28:01 AM

Runtime Environment
   OS Version: Microsoft Windows NT 6.2.9200.0
   Runtime: .NET Framework CLR v4.0.30319.42000

Test Files
    CentralTests.PropertyTagger.dll


Unhandled Exception: NUnit.Engine.NUnitEngineException: Remote test agent exited with non-zero exit code 1
   at NUnit.Engine.Services.TestAgency.OnAgentExit(Process process, Guid agentId)
   at NUnit.Engine.Services.TestAgency.<>c__DisplayClass13_0.<GetAgent>b__0(Object sender, EventArgs e)
   at System.Diagnostics.Process.OnExited()
   at System.Diagnostics.Process.RaiseOnExited()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading._ThreadPoolWaitOrTimerCallback.PerformWaitOrTimerCallback(Object state, Boolean timedOut)

Errors, Failures and Warnings

1) Error :
NUnit.Engine.NUnitEngineException : Unable to acquire remote process agent
--NUnitEngineException
Unable to acquire remote process agent
   at NUnit.Engine.Runners.ProcessRunner.CreateAgentAndRunnerIfNeeded()
   at NUnit.Engine.Runners.ProcessRunner.RunTests(ITestEventListener listener, TestFilter filter)

Test Run Summary
  Overall result: Failed
  Test Count: 0, Passed: 0, Failed: 0, Warnings: 0, Inconclusive: 0, Skipped: 0
  Start time: 2024-05-19 12:28:01Z
    End time: 2024-05-19 12:28:01Z
    Duration: 0.245 seconds

Results (nunit3) saved as TestResult.xml

Here is the InternalTrace.22360.log file:

InternalTrace: Initializing at level Debug
07:28:01.203 Debug [ 1] ServiceManager: Added SettingsService
07:28:01.203 Debug [ 1] ServiceManager: Added RecentFilesService
07:28:01.203 Debug [ 1] ServiceManager: Added TestFilterService
07:28:01.203 Debug [ 1] ServiceManager: Added ExtensionService
07:28:01.203 Debug [ 1] ServiceManager: Added ProjectService
07:28:01.203 Debug [ 1] ServiceManager: Added RuntimeFrameworkService
07:28:01.212 Debug [ 1] ServiceManager: Added TestAgency
07:28:01.212 Debug [ 1] ServiceManager: Added DriverService
07:28:01.212 Debug [ 1] ServiceManager: Added ResultService
07:28:01.221 Debug [ 1] ServiceManager: Added DefaultTestRunnerFactory
07:28:01.221 Info  [ 1] ServiceManager: Initializing SettingsService
07:28:01.223 Info  [ 1] ServiceManager: Initializing RecentFilesService
07:28:01.224 Debug [ 1] ServiceManager: Request for service ISettings satisfied by SettingsService
07:28:01.224 Info  [ 1] ServiceManager: Initializing TestFilterService
07:28:01.225 Info  [ 1] ServiceManager: Initializing ExtensionService
07:28:01.227 Info  [ 1] ExtensionService: Scanning nunit.engine.core assembly for extension points
07:28:01.228 Info  [ 1] ExtensionService:   Found Path=/NUnit/Engine/NUnitV2Driver, Type=NUnit.Engine.Extensibility.IFrameworkDriver
07:28:01.231 Info  [ 1] ExtensionService: Scanning nunit.engine.api assembly for extension points
07:28:01.231 Info  [ 1] ExtensionService:   Found Path=/NUnit/Engine/TypeExtensions/IService, Type=NUnit.Engine.IService
07:28:01.231 Info  [ 1] ExtensionService:   Found Path=/NUnit/Engine/TypeExtensions/ITestEventListener, Type=NUnit.Engine.ITestEventListener
07:28:01.231 Info  [ 1] ExtensionService:   Found Path=/NUnit/Engine/TypeExtensions/IDriverFactory, Type=NUnit.Engine.Extensibility.IDriverFactory
07:28:01.231 Info  [ 1] ExtensionService:   Found Path=/NUnit/Engine/TypeExtensions/IProjectLoader, Type=NUnit.Engine.Extensibility.IProjectLoader
07:28:01.231 Info  [ 1] ExtensionService:   Found Path=/NUnit/Engine/TypeExtensions/IResultWriter, Type=NUnit.Engine.Extensibility.IResultWriter
07:28:01.234 Info  [ 1] ExtensionService: Processing file C:\Program Files (x86)\NUnit.org\nunit-console\nunit.bundle.addins
07:28:01.289 Info  [ 1] ExtensionService: Scanning C:\Program Files (x86)\NUnit.org\nunit-console\addins\nunit.v2.driver.dll for Extensions
07:28:01.296 Info  [ 1] ExtensionService:   Found ExtensionAttribute on Type NUnit2FrameworkDriver
07:28:01.299 Info  [ 1] ExtensionService: Scanning C:\Program Files (x86)\NUnit.org\nunit-console\addins\nunit-v2-result-writer.dll for Extensions
07:28:01.300 Info  [ 1] ExtensionService:   Found ExtensionAttribute on Type NUnit2XmlResultWriter
07:28:01.301 Info  [ 1] ExtensionService:         ExtensionProperty Format = nunit2
07:28:01.301 Info  [ 1] ExtensionService: Scanning C:\Program Files (x86)\NUnit.org\nunit-console\addins\nunit-project-loader.dll for Extensions
07:28:01.301 Info  [ 1] ExtensionService:   Found ExtensionAttribute on Type NUnitProjectLoader
07:28:01.301 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .nunit
07:28:01.301 Info  [ 1] ExtensionService: Scanning C:\Program Files (x86)\NUnit.org\nunit-console\addins\vs-project-loader.dll for Extensions
07:28:01.301 Info  [ 1] ExtensionService:   Found ExtensionAttribute on Type VisualStudioProjectLoader
07:28:01.301 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .sln
07:28:01.301 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .csproj
07:28:01.301 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .vbproj
07:28:01.301 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .vjsproj
07:28:01.301 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .vcproj
07:28:01.301 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .fsproj
07:28:01.301 Info  [ 1] ExtensionService: Scanning C:\Program Files (x86)\NUnit.org\nunit-console\addins\teamcity-event-listener.dll for Extensions
07:28:01.303 Info  [ 1] ExtensionService:   Found ExtensionAttribute on Type TeamCityEventListener
07:28:01.304 Info  [ 1] ServiceManager: Initializing ProjectService
07:28:01.304 Debug [ 1] ServiceManager: Request for service ExtensionService satisfied by ExtensionService
07:28:01.305 Info  [ 1] ServiceManager: Initializing RuntimeFrameworkService
07:28:01.305 Info  [ 1] ServiceManager: Initializing TestAgency
07:28:01.305 Debug [ 1] ServiceManager: Request for service IRuntimeFrameworkService satisfied by RuntimeFrameworkService
07:28:01.309 Info  [ 1] ServiceManager: Initializing DriverService
07:28:01.310 Debug [ 1] ServiceManager: Request for service ExtensionService satisfied by ExtensionService
07:28:01.311 Info  [ 1] ServiceManager: Initializing ResultService
07:28:01.311 Debug [ 1] ServiceManager: Request for service ExtensionService satisfied by ExtensionService
07:28:01.311 Info  [ 1] ServiceManager: Initializing DefaultTestRunnerFactory
07:28:01.311 Debug [ 1] ServiceManager: Request for service IProjectService satisfied by ProjectService
07:28:01.311 Debug [ 1] ServiceManager: Request for service IResultService satisfied by ResultService
07:28:01.311 Debug [ 1] ServiceManager: Request for service ITestFilterService satisfied by TestFilterService
07:28:01.311 Debug [ 1] ServiceManager: Request for service IExtensionService satisfied by ExtensionService
07:28:01.323 Debug [ 1] ServiceManager: Request for service IProjectService satisfied by ProjectService
07:28:01.323 Debug [ 1] ServiceManager: Request for service ITestRunnerFactory satisfied by DefaultTestRunnerFactory
07:28:01.323 Debug [ 1] ServiceManager: Request for service IRuntimeFrameworkService satisfied by RuntimeFrameworkService
07:28:01.323 Debug [ 1] ServiceManager: Request for service ExtensionService satisfied by ExtensionService
07:28:01.333 Debug [ 1] RuntimeFrameworkService: Assembly C:\Users\Richard\source\repos\MankiRebuild\CentralTests.PropertyTagger\bin\Debug\netcoreapp3.1\CentralTests.PropertyTagger.dll uses version 4.0.30319
07:28:01.334 Debug [ 1] RuntimeFrameworkService: Assembly C:\Users\Richard\source\repos\MankiRebuild\CentralTests.PropertyTagger\bin\Debug\netcoreapp3.1\CentralTests.PropertyTagger.dll targets .NETCoreApp,Version=v3.1
07:28:01.336 Debug [ 1] RuntimeFrameworkService: Current framework is net-4.5
07:28:01.336 Debug [ 1] RuntimeFrameworkService: No specific framework requested for CentralTests.PropertyTagger.dll
07:28:01.337 Debug [ 1] RuntimeFrameworkService: Test will use netcore-3.1 for CentralTests.PropertyTagger.dll
07:28:01.337 Debug [ 1] RuntimeFrameworkService: Current framework is net-4.5
07:28:01.337 Debug [ 1] RuntimeFrameworkService: No specific framework requested for 
07:28:01.337 Debug [ 1] RuntimeFrameworkService: Test will use netcore-3.1 for 
07:28:01.338 Debug [ 1] ServiceManager: Request for service ITestRunnerFactory satisfied by DefaultTestRunnerFactory
07:28:01.339 Debug [ 1] ServiceManager: Request for service TestAgency satisfied by TestAgency
07:28:01.339 Info  [ 1] ProcessRunner: Running 
07:28:01.344 Debug [ 1] AgentProcess: TargetRuntime = netcore-3.1
07:28:01.345 Debug [ 1] AgentProcess: GetTestAgentExePath(netcore-3.1, False)
07:28:01.345 Debug [ 1] AgentProcess: Checking for agents at C:\Program Files (x86)\NUnit.org\nunit-console\agents
07:28:01.345 Debug [ 1] AgentProcess: Using nunit-agent at C:\Program Files (x86)\NUnit.org\nunit-console\agents\netcoreapp3.1\nunit-agent.dll
07:28:01.348 Debug [ 1] TestAgency: Launched Agent process 3360 - see nunit-agent_3360.log
07:28:01.348 Debug [ 1] TestAgency: Command line: "dotnet" C:\Program Files (x86)\NUnit.org\nunit-console\agents\netcoreapp3.1\nunit-agent.dll 5a221009-ef4a-4225-a0dd-21eeedf60592 127.0.0.1:55329 --pid=22360 --trace=Debug --work=C:\Users\Richard\source\repos\MankiRebuild\CentralTests.PropertyTagger\bin\Debug\netcoreapp3.1
07:28:01.349 Debug [ 1] TestAgency: Waiting for agent {5a221009-ef4a-4225-a0dd-21eeedf60592} to register
07:28:01.565 Error [ 1] ProcessRunner: Failed to run remote tests --NUnitEngineException
Unable to acquire remote process agent
   at NUnit.Engine.Runners.ProcessRunner.CreateAgentAndRunnerIfNeeded()
   at NUnit.Engine.Runners.ProcessRunner.RunTests(ITestEventListener listener, TestFilter filter)

07:28:01.585 Info  [ 1] ServiceManager: Stopping DefaultTestRunnerFactory
07:28:01.585 Info  [ 1] ServiceManager: Stopping ResultService
07:28:01.585 Info  [ 1] ServiceManager: Stopping DriverService
07:28:01.585 Info  [ 1] ServiceManager: Stopping TestAgency
07:28:01.586 Info  [ 1] ServiceManager: Stopping RuntimeFrameworkService
07:28:01.586 Info  [ 1] ServiceManager: Stopping ProjectService
07:28:01.586 Info  [ 1] ServiceManager: Stopping ExtensionService
07:28:01.586 Info  [ 1] ServiceManager: Stopping TestFilterService
07:28:01.586 Info  [ 1] ServiceManager: Stopping RecentFilesService
07:28:01.587 Info  [ 1] ServiceManager: Stopping SettingsService

Here is the test result xml file:

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<test-run id="0" runstate="Runnable" testcasecount="1" result="Failed" label="Error" total="1" passed="0" failed="1" warnings="0" inconclusive="0" skipped="0" asserts="0" engine-version="3.17.0.0" clr-version="4.0.30319.42000" start-time="2024-05-19 12:28:01Z" end-time="2024-05-19 12:28:01Z" duration="0.245337">
  <command-line><![CDATA["C:\Program Files (x86)\NUnit.org\nunit-console\nunit3-console.exe" CentralTests.PropertyTagger.dll --trace=Debug]]></command-line>
  <test-suite type="Assembly" id="0" name="" fullname="" runstate="NotRunnable" testcasecount="1" result="Failed" label="Error" start-time="2024-05-19 12:28:01Z" end-time="2024-05-19 12:28:01Z" duration="0.001" total="1" passed="0" failed="1" inconclusive="0" skipped="0" asserts="0">
    <failure>
      <message><![CDATA[NUnit.Engine.NUnitEngineException : Unable to acquire remote process agent]]></message>
      <stack-trace><![CDATA[--NUnitEngineException
Unable to acquire remote process agent
   at NUnit.Engine.Runners.ProcessRunner.CreateAgentAndRunnerIfNeeded()
   at NUnit.Engine.Runners.ProcessRunner.RunTests(ITestEventListener listener, TestFilter filter)
]]></stack-trace>
    </failure>
  </test-suite>
</test-run>

Here is what happens in the console when I add -inprocess: (Don't know what it does, but it was suggested in some similar discussions.)

PS C:\Users\Richard\source\repos\MankiRebuild\CentralTests.PropertyTagger\bin\Debug\netcoreapp3.1> nunit3-console CentralTests.PropertyTagger.dll -inprocess --trace=Debug
NUnit Console 3.17.0+685c5b542b5e9ba632c905f0bd514a773d9758af (Release)
Copyright (c) 2022 Charlie Poole, Rob Prouse
Sunday, May 19, 2024 7:34:28 AM

Runtime Environment
   OS Version: Microsoft Windows NT 6.2.9200.0
   Runtime: .NET Framework CLR v4.0.30319.42000

Test Files
    CentralTests.PropertyTagger.dll

NUnit.Engine.NUnitEngineException : The NUnit 3 driver encountered an error while executing reflected code.
  ----> System.InvalidCastException : Unable to cast transparent proxy to type 'System.Web.UI.ICallbackEventHandler'.

--NUnitEngineException
The NUnit 3 driver encountered an error while executing reflected code.
   at NUnit.Engine.Drivers.NUnit3FrameworkDriver.CreateObject(String typeName, Object[] args)
   at NUnit.Engine.Drivers.NUnit3FrameworkDriver.Load(String testAssemblyPath, IDictionary`2 settings)
   at NUnit.Engine.Runners.DirectTestRunner.LoadDriver(IFrameworkDriver driver, String testFile, TestPackage subPackage)
   at NUnit.Engine.Runners.DirectTestRunner.LoadPackage()
   at NUnit.Engine.Runners.DirectTestRunner.EnsurePackageIsLoaded()
   at NUnit.Engine.Runners.DirectTestRunner.RunTests(ITestEventListener listener, TestFilter filter)
   at NUnit.Engine.Runners.MasterTestRunner.RunTests(ITestEventListener listener, TestFilter filter)
   at NUnit.Engine.Runners.MasterTestRunner.Run(ITestEventListener listener, TestFilter filter)
   at NUnit.ConsoleRunner.ConsoleRunner.RunTests(TestPackage package, TestFilter filter)
--
InvalidCastException
Unable to cast transparent proxy to type 'System.Web.UI.ICallbackEventHandler'.
   at NUnit.Framework.Api.FrameworkController.LoadTestsAction..ctor(FrameworkController controller, Object handler)

That produced InternalTrace.21704.log:

InternalTrace: Initializing at level Debug
07:34:28.952 Debug [ 1] ServiceManager: Added SettingsService
07:34:28.952 Debug [ 1] ServiceManager: Added RecentFilesService
07:34:28.952 Debug [ 1] ServiceManager: Added TestFilterService
07:34:28.953 Debug [ 1] ServiceManager: Added ExtensionService
07:34:28.953 Debug [ 1] ServiceManager: Added ProjectService
07:34:28.953 Debug [ 1] ServiceManager: Added RuntimeFrameworkService
07:34:28.960 Debug [ 1] ServiceManager: Added TestAgency
07:34:28.960 Debug [ 1] ServiceManager: Added DriverService
07:34:28.960 Debug [ 1] ServiceManager: Added ResultService
07:34:28.962 Debug [ 1] ServiceManager: Added DefaultTestRunnerFactory
07:34:28.962 Info  [ 1] ServiceManager: Initializing SettingsService
07:34:28.963 Info  [ 1] ServiceManager: Initializing RecentFilesService
07:34:28.964 Debug [ 1] ServiceManager: Request for service ISettings satisfied by SettingsService
07:34:28.965 Info  [ 1] ServiceManager: Initializing TestFilterService
07:34:28.965 Info  [ 1] ServiceManager: Initializing ExtensionService
07:34:28.966 Info  [ 1] ExtensionService: Scanning nunit.engine.core assembly for extension points
07:34:28.966 Info  [ 1] ExtensionService:   Found Path=/NUnit/Engine/NUnitV2Driver, Type=NUnit.Engine.Extensibility.IFrameworkDriver
07:34:28.968 Info  [ 1] ExtensionService: Scanning nunit.engine.api assembly for extension points
07:34:28.969 Info  [ 1] ExtensionService:   Found Path=/NUnit/Engine/TypeExtensions/IService, Type=NUnit.Engine.IService
07:34:28.969 Info  [ 1] ExtensionService:   Found Path=/NUnit/Engine/TypeExtensions/ITestEventListener, Type=NUnit.Engine.ITestEventListener
07:34:28.969 Info  [ 1] ExtensionService:   Found Path=/NUnit/Engine/TypeExtensions/IDriverFactory, Type=NUnit.Engine.Extensibility.IDriverFactory
07:34:28.969 Info  [ 1] ExtensionService:   Found Path=/NUnit/Engine/TypeExtensions/IProjectLoader, Type=NUnit.Engine.Extensibility.IProjectLoader
07:34:28.969 Info  [ 1] ExtensionService:   Found Path=/NUnit/Engine/TypeExtensions/IResultWriter, Type=NUnit.Engine.Extensibility.IResultWriter
07:34:28.971 Info  [ 1] ExtensionService: Processing file C:\Program Files (x86)\NUnit.org\nunit-console\nunit.bundle.addins
07:34:29.030 Info  [ 1] ExtensionService: Scanning C:\Program Files (x86)\NUnit.org\nunit-console\addins\nunit.v2.driver.dll for Extensions
07:34:29.036 Info  [ 1] ExtensionService:   Found ExtensionAttribute on Type NUnit2FrameworkDriver
07:34:29.040 Info  [ 1] ExtensionService: Scanning C:\Program Files (x86)\NUnit.org\nunit-console\addins\nunit-v2-result-writer.dll for Extensions
07:34:29.040 Info  [ 1] ExtensionService:   Found ExtensionAttribute on Type NUnit2XmlResultWriter
07:34:29.042 Info  [ 1] ExtensionService:         ExtensionProperty Format = nunit2
07:34:29.042 Info  [ 1] ExtensionService: Scanning C:\Program Files (x86)\NUnit.org\nunit-console\addins\nunit-project-loader.dll for Extensions
07:34:29.042 Info  [ 1] ExtensionService:   Found ExtensionAttribute on Type NUnitProjectLoader
07:34:29.042 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .nunit
07:34:29.042 Info  [ 1] ExtensionService: Scanning C:\Program Files (x86)\NUnit.org\nunit-console\addins\vs-project-loader.dll for Extensions
07:34:29.042 Info  [ 1] ExtensionService:   Found ExtensionAttribute on Type VisualStudioProjectLoader
07:34:29.042 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .sln
07:34:29.042 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .csproj
07:34:29.042 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .vbproj
07:34:29.042 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .vjsproj
07:34:29.042 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .vcproj
07:34:29.042 Info  [ 1] ExtensionService:         ExtensionProperty FileExtension = .fsproj
07:34:29.042 Info  [ 1] ExtensionService: Scanning C:\Program Files (x86)\NUnit.org\nunit-console\addins\teamcity-event-listener.dll for Extensions
07:34:29.045 Info  [ 1] ExtensionService:   Found ExtensionAttribute on Type TeamCityEventListener
07:34:29.045 Info  [ 1] ServiceManager: Initializing ProjectService
07:34:29.045 Debug [ 1] ServiceManager: Request for service ExtensionService satisfied by ExtensionService
07:34:29.046 Info  [ 1] ServiceManager: Initializing RuntimeFrameworkService
07:34:29.046 Info  [ 1] ServiceManager: Initializing TestAgency
07:34:29.047 Debug [ 1] ServiceManager: Request for service IRuntimeFrameworkService satisfied by RuntimeFrameworkService
07:34:29.050 Info  [ 1] ServiceManager: Initializing DriverService
07:34:29.051 Debug [ 1] ServiceManager: Request for service ExtensionService satisfied by ExtensionService
07:34:29.052 Info  [ 1] ServiceManager: Initializing ResultService
07:34:29.052 Debug [ 1] ServiceManager: Request for service ExtensionService satisfied by ExtensionService
07:34:29.052 Info  [ 1] ServiceManager: Initializing DefaultTestRunnerFactory
07:34:29.052 Debug [ 1] ServiceManager: Request for service IProjectService satisfied by ProjectService
07:34:29.052 Debug [ 1] ServiceManager: Request for service IResultService satisfied by ResultService
07:34:29.052 Debug [ 1] ServiceManager: Request for service ITestFilterService satisfied by TestFilterService
07:34:29.052 Debug [ 1] ServiceManager: Request for service IExtensionService satisfied by ExtensionService
07:34:29.064 Debug [ 1] ServiceManager: Request for service IProjectService satisfied by ProjectService
07:34:29.064 Debug [ 1] ServiceManager: Request for service ITestRunnerFactory satisfied by DefaultTestRunnerFactory
07:34:29.064 Debug [ 1] ServiceManager: Request for service IRuntimeFrameworkService satisfied by RuntimeFrameworkService
07:34:29.064 Debug [ 1] ServiceManager: Request for service ExtensionService satisfied by ExtensionService
07:34:29.076 Debug [ 1] RuntimeFrameworkService: Assembly C:\Users\Richard\source\repos\MankiRebuild\CentralTests.PropertyTagger\bin\Debug\netcoreapp3.1\CentralTests.PropertyTagger.dll uses version 4.0.30319
07:34:29.076 Debug [ 1] RuntimeFrameworkService: Assembly C:\Users\Richard\source\repos\MankiRebuild\CentralTests.PropertyTagger\bin\Debug\netcoreapp3.1\CentralTests.PropertyTagger.dll targets .NETCoreApp,Version=v3.1
07:34:29.078 Debug [ 1] RuntimeFrameworkService: Current framework is net-4.5
07:34:29.078 Debug [ 1] RuntimeFrameworkService: No specific framework requested for CentralTests.PropertyTagger.dll
07:34:29.080 Debug [ 1] RuntimeFrameworkService: Test will use netcore-3.1 for CentralTests.PropertyTagger.dll
07:34:29.080 Debug [ 1] RuntimeFrameworkService: Current framework is net-4.5
07:34:29.080 Debug [ 1] RuntimeFrameworkService: No specific framework requested for 
07:34:29.080 Debug [ 1] RuntimeFrameworkService: Test will use netcore-3.1 for 
07:34:29.081 Debug [ 1] ServiceManager: Request for service ITestRunnerFactory satisfied by DefaultTestRunnerFactory
07:34:29.092 Info  [ 1] DomainManager: Creating application domain domain-
07:34:29.094 Debug [ 1] ServiceManager: Request for service IDriverService satisfied by DriverService
07:34:29.097 Debug [ 1] DriverService: Trying NUnit2DriverFactory
07:34:29.097 Debug [ 1] DriverService: Trying NUnit3DriverFactory
07:34:29.107 Info  [ 1] NUnitFrameworkDriver: Loading CentralTests.PropertyTagger.dll - see separate log file
07:34:29.142 Info  [ 1] ServiceManager: Stopping DefaultTestRunnerFactory
07:34:29.142 Info  [ 1] ServiceManager: Stopping ResultService
07:34:29.142 Info  [ 1] ServiceManager: Stopping DriverService
07:34:29.142 Info  [ 1] ServiceManager: Stopping TestAgency
07:34:29.143 Info  [ 1] ServiceManager: Stopping RuntimeFrameworkService
07:34:29.143 Info  [ 1] ServiceManager: Stopping ProjectService
07:34:29.143 Info  [ 1] ServiceManager: Stopping ExtensionService
07:34:29.143 Info  [ 1] ServiceManager: Stopping TestFilterService
07:34:29.143 Info  [ 1] ServiceManager: Stopping RecentFilesService
07:34:29.144 Info  [ 1] ServiceManager: Stopping SettingsService

along with InternalTrace.21704.CentralTests.PropertyTagger.dll.log, which only had a single line:

InternalTrace: Initializing at level Debug

and a smaller results xml file:

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<test-run start-time="2024-05-19 12:34:29Z">
  <command-line><![CDATA["C:\Program Files (x86)\NUnit.org\nunit-console\nunit3-console.exe" CentralTests.PropertyTagger.dll -inprocess --trace=Debug]]></command-line>
</test-run>
@CharliePoole
Copy link
Collaborator

From the trace, I'm guessing you are testing an assembly built for X86. Is that so? There is an existing issue related to running X86 test assemblies under .NET Core, which I'm currently working on.

WRT using --inprocess, I see that advice given quite often. That option tells NUnit to not create a new process but use the same process that is running the console. It's only possible when running a test that targets the .NET Framework rather than .NET Core.

@rcbellamy
Copy link
Author

I did not think so, but I am not entirely sure. Here is the project file for the SUT:

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netstandard2.1</TargetFramework>
    <Configurations>Debug;Release;Android;MankiDebug</Configurations>
    <Platforms>AnyCPU</Platforms>
    <LangVersion>12</LangVersion>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>

  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    <DebugType>none</DebugType>
  </PropertyGroup>

  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    <DebugType>portable</DebugType>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="AgileObjects.ReadableExpressions" Version="2.6.0" />
    <PackageReference Include="CsvHelper" Version="27.1.1" />
    <PackageReference Include="fasterflect" Version="3.0.0" />
    <PackageReference Include="FluentAssertions" Version="6.12.0" />
    <PackageReference Include="Humanizer.Core" Version="2.14.1" />
    <PackageReference Include="ImpromptuInterface" Version="8.0.4" />
    <PackageReference Include="JetBrains.Annotations" Version="2024.2.0-eap1" />
    <PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.0.1" />
    <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.1" />
    <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
    <PackageReference Include="morelinq" Version="3.3.2" />
    <PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
    <PackageReference Include="NUnit" Version="3.13.2" />
    <PackageReference Include="System.Collections.Immutable" Version="6.0.0-preview.4.21253.7" />
  </ItemGroup>

  <ItemGroup>
    <Folder Include="Generated\" />
  </ItemGroup>

</Project>

Here is the project file for the unit tests:


<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netcoreapp3.1</TargetFramework>

    <IsPackable>false</IsPackable>

    <Configurations>Debug;Release;Android;MankiDebug</Configurations>

    <Platforms>AnyCPU</Platforms>

    <LangVersion>12</LangVersion>

    <OutputType>Library</OutputType>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="FluentAssertions" Version="6.12.0" />
    <PackageReference Include="NSpec" Version="3.1.0" />
    <PackageReference Include="NSpecInNUnit" Version="3.2.0" />
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
    <PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\CentralFunctionality\CentralFunctionality.csproj" />
  </ItemGroup>

  <ItemGroup>
    <None Update="BasicNumbers.csv">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </None>
  </ItemGroup>

</Project>

Here is the SLN file:

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CentralTests", "CentralTests\CentralTests.csproj", "{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CentralFunctionality", "CentralFunctionality\CentralFunctionality.csproj", "{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlSharp", "XmlSharp\XmlSharp.csproj", "{9EC54438-599D-44AE-B696-ECC1E75B5F66}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XmlSharpTests", "XmlSharpTests\XmlSharpTests.csproj", "{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MankiFlashCards", "MankiFlashCards\MankiFlashCards\MankiFlashCards.csproj", "{908DE5D8-96B1-4B25-9B91-69A9D89309C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MankiFlashCards.Android", "MankiFlashCards\Manki Flash Cards.Android\MankiFlashCards.Android.csproj", "{370F1614-68E2-4B27-9F28-8F2E184DD37A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MankiFlashCards.iOS", "MankiFlashCards\Manki Flash Cards.iOS\MankiFlashCards.iOS.csproj", "{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MankiFlashCardsTests", "MankiFlashCardsTests\MankiFlashCardsTests.csproj", "{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MankiFlashCards.Windows", "MankiFlashCards.Windows\MankiFlashCards.Windows.csproj", "{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MankiFlashCards.Common", "MankiFlashCards.Common\MankiFlashCards.Common.csproj", "{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MankiFlashCards.Windows.Tests", "MankiFlashCards.Windows.Tests\MankiFlashCards.Windows.Tests.csproj", "{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MankiFlashCardsTests.Models", "MankiFlashCardsTests.Models\MankiFlashCardsTests.Models.csproj", "{81A5F006-0556-4989-83C4-ACB0757C65EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CentralFunctionality.PropertyTagger", "CentralFunctionality.PropertyTagger\CentralFunctionality.PropertyTagger.csproj", "{7A50523C-1602-4AFE-B8C4-DC87A792FC04}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CentralTests.PropertyTagger", "CentralTests.PropertyTagger\CentralTests.PropertyTagger.csproj", "{84BBF904-9CA7-477C-A0DD-5C450CAF803D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarkSharp", "MarkSharp\MarkSharp.csproj", "{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MarkSharpTests", "MarkSharpTests\MarkSharpTests.csproj", "{7188CD31-34FB-4A50-AB33-48F1B24119E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourceGenerationSketch", "SourceGenerationSketch\SourceGenerationSketch.csproj", "{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PropertyTaggerGenerators", "PropertyTaggerGenerators\PropertyTaggerGenerators.csproj", "{4DC44D1B-5866-4738-B4B7-D52139E7C75E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CentralFunctionality.Data", "CentralFunctionality.Data\CentralFunctionality.Data.csproj", "{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CentralTests.Data", "CentralTests.Data\CentralTests.Data.csproj", "{6155B821-415B-4B90-8F63-108AB5DB666D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MankiFlashCards.WinForms", "MankiFlashCards.WinForms\MankiFlashCards.WinForms.csproj", "{2687F386-4372-4066-B035-D782EB142429}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealBoost", "RealBoost\RealBoost.csproj", "{1140B923-F5C5-4980-ABAE-90E05F75B249}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Android|Any CPU = Android|Any CPU
		Android|iPhone = Android|iPhone
		Android|iPhoneSimulator = Android|iPhoneSimulator
		Debug|Any CPU = Debug|Any CPU
		Debug|iPhone = Debug|iPhone
		Debug|iPhoneSimulator = Debug|iPhoneSimulator
		MankiDebug|Any CPU = MankiDebug|Any CPU
		MankiDebug|iPhone = MankiDebug|iPhone
		MankiDebug|iPhoneSimulator = MankiDebug|iPhoneSimulator
		Release|Any CPU = Release|Any CPU
		Release|iPhone = Release|iPhone
		Release|iPhoneSimulator = Release|iPhoneSimulator
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Android|Any CPU.ActiveCfg = Android|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Android|iPhone.ActiveCfg = Android|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Android|iPhone.Build.0 = Android|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Android|iPhoneSimulator.ActiveCfg = Android|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Android|iPhoneSimulator.Build.0 = Android|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Debug|iPhone.Build.0 = Debug|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.MankiDebug|Any CPU.ActiveCfg = MankiDebug|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Release|Any CPU.Build.0 = Release|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Release|iPhone.ActiveCfg = Release|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Release|iPhone.Build.0 = Release|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{C64FAA73-CBCA-4C24-8D8B-97DFCDE2EC8F}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Android|Any CPU.ActiveCfg = Android|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Android|Any CPU.Build.0 = Android|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Android|iPhone.ActiveCfg = Android|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Android|iPhone.Build.0 = Android|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Android|iPhoneSimulator.ActiveCfg = Android|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Android|iPhoneSimulator.Build.0 = Android|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Debug|iPhone.Build.0 = Debug|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.MankiDebug|Any CPU.ActiveCfg = Release|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.MankiDebug|Any CPU.Build.0 = Release|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Release|Any CPU.Build.0 = Release|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Release|iPhone.ActiveCfg = Release|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Release|iPhone.Build.0 = Release|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{A3A7AC27-10A4-4055-92CA-A9B87A41DF8E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Android|Any CPU.ActiveCfg = Android|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Android|Any CPU.Build.0 = Android|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Android|iPhone.ActiveCfg = Android|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Android|iPhone.Build.0 = Android|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Android|iPhoneSimulator.ActiveCfg = Android|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Android|iPhoneSimulator.Build.0 = Android|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Debug|iPhone.Build.0 = Debug|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.MankiDebug|Any CPU.ActiveCfg = Release|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.MankiDebug|Any CPU.Build.0 = Release|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Release|Any CPU.Build.0 = Release|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Release|iPhone.ActiveCfg = Release|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Release|iPhone.Build.0 = Release|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{9EC54438-599D-44AE-B696-ECC1E75B5F66}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Android|Any CPU.ActiveCfg = Android|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Android|iPhone.ActiveCfg = Android|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Android|iPhone.Build.0 = Android|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Android|iPhoneSimulator.ActiveCfg = Android|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Android|iPhoneSimulator.Build.0 = Android|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Debug|iPhone.Build.0 = Debug|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.MankiDebug|Any CPU.ActiveCfg = MankiDebug|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Release|Any CPU.Build.0 = Release|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Release|iPhone.ActiveCfg = Release|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Release|iPhone.Build.0 = Release|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{96207E69-F7C2-4F68-84E3-12FBFB9B5C82}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Android|Any CPU.ActiveCfg = Android|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Android|Any CPU.Build.0 = Android|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Android|iPhone.ActiveCfg = Android|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Android|iPhone.Build.0 = Android|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Android|iPhoneSimulator.ActiveCfg = Android|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Android|iPhoneSimulator.Build.0 = Android|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Debug|iPhone.Build.0 = Debug|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Release|Any CPU.Build.0 = Release|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Release|iPhone.ActiveCfg = Release|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Release|iPhone.Build.0 = Release|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.MankiDebug|Any CPU.ActiveCfg = Debug|Any CPU
		{908DE5D8-96B1-4B25-9B91-69A9D89309C7}.MankiDebug|Any CPU.Build.0 = Debug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Android|Any CPU.ActiveCfg = Android|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Android|Any CPU.Build.0 = Android|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Android|Any CPU.Deploy.0 = Android|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Android|iPhone.ActiveCfg = Android|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Android|iPhone.Build.0 = Android|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Android|iPhone.Deploy.0 = Android|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Android|iPhoneSimulator.ActiveCfg = Android|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Android|iPhoneSimulator.Build.0 = Android|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Android|iPhoneSimulator.Deploy.0 = Android|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Debug|iPhone.Build.0 = Debug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Debug|iPhone.Deploy.0 = Debug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.MankiDebug|Any CPU.ActiveCfg = MankiDebug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.MankiDebug|iPhone.Deploy.0 = MankiDebug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.MankiDebug|iPhoneSimulator.Deploy.0 = MankiDebug|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Release|iPhone.ActiveCfg = Release|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Release|iPhone.Build.0 = Release|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Release|iPhone.Deploy.0 = Release|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{370F1614-68E2-4B27-9F28-8F2E184DD37A}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Android|Any CPU.ActiveCfg = Android|Any CPU
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Android|iPhone.ActiveCfg = Android|iPhone
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Android|iPhone.Build.0 = Android|iPhone
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Android|iPhoneSimulator.ActiveCfg = Android|iPhoneSimulator
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Android|iPhoneSimulator.Build.0 = Android|iPhoneSimulator
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Debug|iPhone.ActiveCfg = Debug|iPhone
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Debug|iPhone.Build.0 = Debug|iPhone
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.MankiDebug|Any CPU.ActiveCfg = MankiDebug|Any CPU
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.MankiDebug|iPhone.ActiveCfg = MankiDebug|iPhone
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.MankiDebug|iPhone.Build.0 = MankiDebug|iPhone
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|iPhoneSimulator
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|iPhoneSimulator
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Release|iPhone.ActiveCfg = Release|iPhone
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Release|iPhone.Build.0 = Release|iPhone
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
		{63303FD0-F45E-4610-B6A8-B6F9B646EAAF}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Android|Any CPU.ActiveCfg = Android|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Android|iPhone.ActiveCfg = Android|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Android|iPhone.Build.0 = Android|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Android|iPhoneSimulator.ActiveCfg = Android|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Android|iPhoneSimulator.Build.0 = Android|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Debug|iPhone.Build.0 = Debug|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.MankiDebug|Any CPU.ActiveCfg = MankiDebug|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Release|Any CPU.Build.0 = Release|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Release|iPhone.ActiveCfg = Release|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Release|iPhone.Build.0 = Release|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{987A7F79-0EFD-42E7-B87B-4575BAEBE0EF}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Android|Any CPU.ActiveCfg = Android|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Android|iPhone.ActiveCfg = Android|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Android|iPhone.Build.0 = Android|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Android|iPhoneSimulator.ActiveCfg = Android|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Android|iPhoneSimulator.Build.0 = Android|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Debug|iPhone.Build.0 = Debug|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Release|iPhone.ActiveCfg = Release|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Release|iPhone.Build.0 = Release|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.MankiDebug|Any CPU.ActiveCfg = Debug|Any CPU
		{CBFE6DAE-A9EB-40FF-B68D-99695E80418A}.MankiDebug|Any CPU.Build.0 = Debug|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Android|Any CPU.ActiveCfg = Android|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Android|Any CPU.Build.0 = Android|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Android|iPhone.ActiveCfg = Android|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Android|iPhone.Build.0 = Android|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Android|iPhoneSimulator.ActiveCfg = Android|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Android|iPhoneSimulator.Build.0 = Android|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Debug|iPhone.Build.0 = Debug|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Release|Any CPU.Build.0 = Release|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Release|iPhone.ActiveCfg = Release|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Release|iPhone.Build.0 = Release|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.MankiDebug|Any CPU.ActiveCfg = Debug|Any CPU
		{D3D4B7A7-5069-4F5E-A058-006DC35B3B51}.MankiDebug|Any CPU.Build.0 = Debug|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Android|Any CPU.ActiveCfg = Android|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Android|iPhone.ActiveCfg = Android|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Android|iPhone.Build.0 = Android|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Android|iPhoneSimulator.ActiveCfg = Android|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Android|iPhoneSimulator.Build.0 = Android|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Debug|iPhone.Build.0 = Debug|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.MankiDebug|Any CPU.ActiveCfg = MankiDebug|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Release|iPhone.ActiveCfg = Release|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Release|iPhone.Build.0 = Release|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{4C30AF79-FE04-4AE1-8E80-7A4A0F42BDE6}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Android|Any CPU.ActiveCfg = Debug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Android|Any CPU.Build.0 = Debug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Android|iPhone.ActiveCfg = Debug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Android|iPhone.Build.0 = Debug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Android|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Android|iPhoneSimulator.Build.0 = Debug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Debug|iPhone.Build.0 = Debug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.MankiDebug|Any CPU.ActiveCfg = MankiDebug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Release|Any CPU.Build.0 = Release|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Release|iPhone.ActiveCfg = Release|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Release|iPhone.Build.0 = Release|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{81A5F006-0556-4989-83C4-ACB0757C65EB}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Android|Any CPU.ActiveCfg = Debug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Android|Any CPU.Build.0 = Debug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Android|iPhone.ActiveCfg = Debug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Android|iPhone.Build.0 = Debug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Android|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Android|iPhoneSimulator.Build.0 = Debug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Debug|iPhone.Build.0 = Debug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.MankiDebug|Any CPU.ActiveCfg = MankiDebug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Release|Any CPU.Build.0 = Release|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Release|iPhone.ActiveCfg = Release|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Release|iPhone.Build.0 = Release|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{7EE3CCAB-89FF-459C-9ECA-8DD6AFC72BE7}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Android|Any CPU.ActiveCfg = Debug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Android|Any CPU.Build.0 = Debug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Android|iPhone.ActiveCfg = Debug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Android|iPhone.Build.0 = Debug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Android|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Android|iPhoneSimulator.Build.0 = Debug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Debug|iPhone.Build.0 = Debug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.MankiDebug|Any CPU.ActiveCfg = Release|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.MankiDebug|Any CPU.Build.0 = Release|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Release|Any CPU.Build.0 = Release|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Release|iPhone.ActiveCfg = Release|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Release|iPhone.Build.0 = Release|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{7A50523C-1602-4AFE-B8C4-DC87A792FC04}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Android|Any CPU.ActiveCfg = Debug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Android|Any CPU.Build.0 = Debug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Android|iPhone.ActiveCfg = Debug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Android|iPhone.Build.0 = Debug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Android|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Android|iPhoneSimulator.Build.0 = Debug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Debug|iPhone.Build.0 = Debug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.MankiDebug|Any CPU.ActiveCfg = MankiDebug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Release|Any CPU.Build.0 = Release|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Release|iPhone.ActiveCfg = Release|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Release|iPhone.Build.0 = Release|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{84BBF904-9CA7-477C-A0DD-5C450CAF803D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Android|Any CPU.ActiveCfg = Debug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Android|Any CPU.Build.0 = Debug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Android|iPhone.ActiveCfg = Debug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Android|iPhone.Build.0 = Debug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Android|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Android|iPhoneSimulator.Build.0 = Debug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Debug|iPhone.Build.0 = Debug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.MankiDebug|Any CPU.ActiveCfg = Release|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.MankiDebug|Any CPU.Build.0 = Release|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Release|Any CPU.Build.0 = Release|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Release|iPhone.ActiveCfg = Release|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Release|iPhone.Build.0 = Release|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{B9D9093C-5488-48DA-BE3E-595FCC5E41DB}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Android|Any CPU.ActiveCfg = Debug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Android|Any CPU.Build.0 = Debug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Android|iPhone.ActiveCfg = Debug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Android|iPhone.Build.0 = Debug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Android|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Android|iPhoneSimulator.Build.0 = Debug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Debug|iPhone.Build.0 = Debug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.MankiDebug|Any CPU.ActiveCfg = MankiDebug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.MankiDebug|iPhone.ActiveCfg = MankiDebug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.MankiDebug|iPhone.Build.0 = MankiDebug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.MankiDebug|iPhoneSimulator.ActiveCfg = MankiDebug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.MankiDebug|iPhoneSimulator.Build.0 = MankiDebug|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Release|Any CPU.Build.0 = Release|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Release|iPhone.ActiveCfg = Release|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Release|iPhone.Build.0 = Release|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{7188CD31-34FB-4A50-AB33-48F1B24119E7}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Android|Any CPU.ActiveCfg = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Android|Any CPU.Build.0 = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Android|iPhone.ActiveCfg = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Android|iPhone.Build.0 = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Android|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Android|iPhoneSimulator.Build.0 = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Debug|iPhone.Build.0 = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.MankiDebug|Any CPU.ActiveCfg = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.MankiDebug|iPhone.ActiveCfg = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.MankiDebug|iPhone.Build.0 = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.MankiDebug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.MankiDebug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Release|Any CPU.Build.0 = Release|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Release|iPhone.ActiveCfg = Release|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Release|iPhone.Build.0 = Release|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{18BE9EBF-01F0-4BB7-8093-DEC0D76F75B2}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Android|Any CPU.ActiveCfg = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Android|Any CPU.Build.0 = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Android|iPhone.ActiveCfg = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Android|iPhone.Build.0 = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Android|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Android|iPhoneSimulator.Build.0 = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Debug|iPhone.Build.0 = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.MankiDebug|Any CPU.ActiveCfg = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.MankiDebug|iPhone.ActiveCfg = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.MankiDebug|iPhone.Build.0 = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.MankiDebug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.MankiDebug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Release|Any CPU.Build.0 = Release|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Release|iPhone.ActiveCfg = Release|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Release|iPhone.Build.0 = Release|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{4DC44D1B-5866-4738-B4B7-D52139E7C75E}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Android|Any CPU.ActiveCfg = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Android|Any CPU.Build.0 = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Android|iPhone.ActiveCfg = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Android|iPhone.Build.0 = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Android|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Android|iPhoneSimulator.Build.0 = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Debug|iPhone.Build.0 = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.MankiDebug|Any CPU.ActiveCfg = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.MankiDebug|iPhone.ActiveCfg = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.MankiDebug|iPhone.Build.0 = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.MankiDebug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.MankiDebug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Release|Any CPU.Build.0 = Release|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Release|iPhone.ActiveCfg = Release|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Release|iPhone.Build.0 = Release|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{C749B0F2-85A6-4166-B24B-8A6A128EC4F3}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Android|Any CPU.ActiveCfg = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Android|Any CPU.Build.0 = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Android|iPhone.ActiveCfg = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Android|iPhone.Build.0 = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Android|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Android|iPhoneSimulator.Build.0 = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Debug|iPhone.Build.0 = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.MankiDebug|Any CPU.ActiveCfg = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.MankiDebug|Any CPU.Build.0 = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.MankiDebug|iPhone.ActiveCfg = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.MankiDebug|iPhone.Build.0 = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.MankiDebug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.MankiDebug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Release|Any CPU.Build.0 = Release|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Release|iPhone.ActiveCfg = Release|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Release|iPhone.Build.0 = Release|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{6155B821-415B-4B90-8F63-108AB5DB666D}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Android|Any CPU.ActiveCfg = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Android|Any CPU.Build.0 = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Android|iPhone.ActiveCfg = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Android|iPhone.Build.0 = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Android|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Android|iPhoneSimulator.Build.0 = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Debug|iPhone.Build.0 = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.MankiDebug|Any CPU.ActiveCfg = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.MankiDebug|Any CPU.Build.0 = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.MankiDebug|iPhone.ActiveCfg = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.MankiDebug|iPhone.Build.0 = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.MankiDebug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.MankiDebug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Release|Any CPU.Build.0 = Release|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Release|iPhone.ActiveCfg = Release|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Release|iPhone.Build.0 = Release|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{2687F386-4372-4066-B035-D782EB142429}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Android|Any CPU.ActiveCfg = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Android|Any CPU.Build.0 = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Android|iPhone.ActiveCfg = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Android|iPhone.Build.0 = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Android|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Android|iPhoneSimulator.Build.0 = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Debug|iPhone.ActiveCfg = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Debug|iPhone.Build.0 = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.MankiDebug|Any CPU.ActiveCfg = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.MankiDebug|Any CPU.Build.0 = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.MankiDebug|iPhone.ActiveCfg = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.MankiDebug|iPhone.Build.0 = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.MankiDebug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.MankiDebug|iPhoneSimulator.Build.0 = Debug|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Release|Any CPU.Build.0 = Release|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Release|iPhone.ActiveCfg = Release|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Release|iPhone.Build.0 = Release|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
		{1140B923-F5C5-4980-ABAE-90E05F75B249}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {C874CA2D-9ACA-4A2F-912A-532893E2F246}
	EndGlobalSection
EndGlobal

Let me know if you would like a Zip file for the commit representing the point in time at which the logs were generated, then you can dig into whatever you think might be relevant at your convenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants