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

WixSetup.sln « WixSetup « setup - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de46c8ec1a1707ac0c27adb9c6882166cda732c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "WixSetup", "WixSetup.wixproj", "{33F58FFC-956E-4079-B27A-160A57FFEA7A}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{33F58FFC-956E-4079-B27A-160A57FFEA7A}.Debug|x86.ActiveCfg = Debug|x86
		{33F58FFC-956E-4079-B27A-160A57FFEA7A}.Debug|x86.Build.0 = Debug|x86
		{33F58FFC-956E-4079-B27A-160A57FFEA7A}.Release|x86.ActiveCfg = Release|x86
		{33F58FFC-956E-4079-B27A-160A57FFEA7A}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal