forked from follesoe/VSMonoTouch
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathVSMonoTouch.sln
38 lines (38 loc) · 2.23 KB
/
VSMonoTouch.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49D4505E-F643-4923-8413-3B8D0B2F4366}"
ProjectSection(SolutionItems) = preProject
IntegrationTests.testsettings = IntegrationTests.testsettings
UnitTests.testsettings = UnitTests.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSMonoTouch", "VSMonoTouch\VSMonoTouch.csproj", "{6A03B5F6-5859-4F40-AE81-FA9EFBE5B140}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSMonoTouch_IntegrationTests", "VSMonoTouch\VSMonoTouch_IntegrationTests\VSMonoTouch_IntegrationTests.csproj", "{00782522-5DDE-4F6B-8681-98AA1B556EAD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSMonoTouch_UnitTests", "VSMonoTouch\VSMonoTouch_UnitTests\VSMonoTouch_UnitTests.csproj", "{78EF1A7B-613B-4AC0-BCA2-98CC71F72262}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A03B5F6-5859-4F40-AE81-FA9EFBE5B140}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A03B5F6-5859-4F40-AE81-FA9EFBE5B140}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A03B5F6-5859-4F40-AE81-FA9EFBE5B140}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A03B5F6-5859-4F40-AE81-FA9EFBE5B140}.Release|Any CPU.Build.0 = Release|Any CPU
{00782522-5DDE-4F6B-8681-98AA1B556EAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00782522-5DDE-4F6B-8681-98AA1B556EAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00782522-5DDE-4F6B-8681-98AA1B556EAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00782522-5DDE-4F6B-8681-98AA1B556EAD}.Release|Any CPU.Build.0 = Release|Any CPU
{78EF1A7B-613B-4AC0-BCA2-98CC71F72262}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78EF1A7B-613B-4AC0-BCA2-98CC71F72262}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78EF1A7B-613B-4AC0-BCA2-98CC71F72262}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78EF1A7B-613B-4AC0-BCA2-98CC71F72262}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal