Welcome to mirror list, hosted at ThFree Co, Russian Federation.

builder-manager-tests.sln « builder-manager-tests « test-projects « tests « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f576d53eaa1222b5ae0ff09caac202235221ecc (plain)
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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "App", "builder-manager-tests\App.csproj", "{187801CB-3D22-4EC1-886B-B39897ACAA5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SyncTask", "SyncTask\SyncTask.csproj", "{6DDC0879-F3D8-4A28-8227-CA1534D14CCF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SyncBuildProject", "TaskTest\SyncBuildProject.csproj", "{441F02A0-E0AC-4E7E-99D9-E6E516D0B35F}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{187801CB-3D22-4EC1-886B-B39897ACAA5A}.Debug|x86.ActiveCfg = Debug|x86
		{187801CB-3D22-4EC1-886B-B39897ACAA5A}.Debug|x86.Build.0 = Debug|x86
		{187801CB-3D22-4EC1-886B-B39897ACAA5A}.Release|x86.ActiveCfg = Release|x86
		{187801CB-3D22-4EC1-886B-B39897ACAA5A}.Release|x86.Build.0 = Release|x86
		{6DDC0879-F3D8-4A28-8227-CA1534D14CCF}.Debug|x86.ActiveCfg = Debug|Any CPU
		{6DDC0879-F3D8-4A28-8227-CA1534D14CCF}.Debug|x86.Build.0 = Debug|Any CPU
		{6DDC0879-F3D8-4A28-8227-CA1534D14CCF}.Release|x86.ActiveCfg = Release|Any CPU
		{6DDC0879-F3D8-4A28-8227-CA1534D14CCF}.Release|x86.Build.0 = Release|Any CPU
		{441F02A0-E0AC-4E7E-99D9-E6E516D0B35F}.Debug|x86.ActiveCfg = Debug|Any CPU
		{441F02A0-E0AC-4E7E-99D9-E6E516D0B35F}.Debug|x86.Build.0 = Debug|Any CPU
		{441F02A0-E0AC-4E7E-99D9-E6E516D0B35F}.Release|x86.ActiveCfg = Release|Any CPU
		{441F02A0-E0AC-4E7E-99D9-E6E516D0B35F}.Release|x86.Build.0 = Release|Any CPU
	EndGlobalSection
EndGlobal