mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-12 04:25:09 -05:00
26575c4ba4
- keepass2android: UI stuff only - Kp2aBusinessLogic: Password-Database related algorithms (even though tied to android, no UI required here) Removed dependencies of logic layer to static Application, Resource class or other UI stuff Added MonoDroidUnitTesting (not yet used, will be used for testing logic layer)
45 lines
2.5 KiB
Plaintext
45 lines
2.5 KiB
Plaintext
|
|
Microsoft Visual Studio Solution File, Format Version 11.00
|
|
# Visual Studio 2010
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoDroidUnitTestingExample", "MonoDroidUnitTestingExample\MonoDroidUnitTestingExample.csproj", "{18E159D7-9F30-436C-9AF4-590866AA9AA3}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestTests", "TestTests\TestTests.csproj", "{2E8723FA-E025-4278-A9B4-E7BA476C79BC}"
|
|
EndProject
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A839A224-BDF6-4196-9784-24D2FF5D3DB1}"
|
|
ProjectSection(SolutionItems) = preProject
|
|
Local.testsettings = Local.testsettings
|
|
MonoDroidUnit.vsmdi = MonoDroidUnit.vsmdi
|
|
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
|
|
EndProjectSection
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoDroidUnitTesting", "MonoDroidUnitTesting\MonoDroidUnitTesting.csproj", "{A5F8FB02-00E0-4335-91EF-AEAA2C2F3C48}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(TestCaseManagementSettings) = postSolution
|
|
CategoryFile = MonoDroidUnit.vsmdi
|
|
EndGlobalSection
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{18E159D7-9F30-436C-9AF4-590866AA9AA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{18E159D7-9F30-436C-9AF4-590866AA9AA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{18E159D7-9F30-436C-9AF4-590866AA9AA3}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
|
|
{18E159D7-9F30-436C-9AF4-590866AA9AA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{18E159D7-9F30-436C-9AF4-590866AA9AA3}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{18E159D7-9F30-436C-9AF4-590866AA9AA3}.Release|Any CPU.Deploy.0 = Release|Any CPU
|
|
{2E8723FA-E025-4278-A9B4-E7BA476C79BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{2E8723FA-E025-4278-A9B4-E7BA476C79BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{2E8723FA-E025-4278-A9B4-E7BA476C79BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{2E8723FA-E025-4278-A9B4-E7BA476C79BC}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{A5F8FB02-00E0-4335-91EF-AEAA2C2F3C48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{A5F8FB02-00E0-4335-91EF-AEAA2C2F3C48}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{A5F8FB02-00E0-4335-91EF-AEAA2C2F3C48}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{A5F8FB02-00E0-4335-91EF-AEAA2C2F3C48}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
EndGlobal
|