forked from icsharpcode/RefactoringEssentials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCodeConverterWebApp.sln
43 lines (43 loc) · 2.47 KB
/
CodeConverterWebApp.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
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeConverterWebApp", "CodeConverterWebApp\CodeConverterWebApp.csproj", "{D1FF18B5-68A8-439B-9D00-C35258AA7833}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RefactoringEssentials", "RefactoringEssentials\RefactoringEssentials.csproj", "{C465A5DC-AD28-49A2-89C0-F81838814A7E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Notes", "Notes", "{32177593-7145-40D2-8920-4B2F98914067}"
ProjectSection(SolutionItems) = preProject
converter.txt = converter.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Mono_Debug|Any CPU = Mono_Debug|Any CPU
Mono_Release|Any CPU = Mono_Release|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1FF18B5-68A8-439B-9D00-C35258AA7833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1FF18B5-68A8-439B-9D00-C35258AA7833}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1FF18B5-68A8-439B-9D00-C35258AA7833}.Mono_Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1FF18B5-68A8-439B-9D00-C35258AA7833}.Mono_Debug|Any CPU.Build.0 = Debug|Any CPU
{D1FF18B5-68A8-439B-9D00-C35258AA7833}.Mono_Release|Any CPU.ActiveCfg = Release|Any CPU
{D1FF18B5-68A8-439B-9D00-C35258AA7833}.Mono_Release|Any CPU.Build.0 = Release|Any CPU
{D1FF18B5-68A8-439B-9D00-C35258AA7833}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1FF18B5-68A8-439B-9D00-C35258AA7833}.Release|Any CPU.Build.0 = Release|Any CPU
{C465A5DC-AD28-49A2-89C0-F81838814A7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C465A5DC-AD28-49A2-89C0-F81838814A7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C465A5DC-AD28-49A2-89C0-F81838814A7E}.Mono_Debug|Any CPU.ActiveCfg = Mono_Debug|Any CPU
{C465A5DC-AD28-49A2-89C0-F81838814A7E}.Mono_Debug|Any CPU.Build.0 = Mono_Debug|Any CPU
{C465A5DC-AD28-49A2-89C0-F81838814A7E}.Mono_Release|Any CPU.ActiveCfg = Mono_Release|Any CPU
{C465A5DC-AD28-49A2-89C0-F81838814A7E}.Mono_Release|Any CPU.Build.0 = Mono_Release|Any CPU
{C465A5DC-AD28-49A2-89C0-F81838814A7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C465A5DC-AD28-49A2-89C0-F81838814A7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal