forked from buunguyen/combres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Combres.sln
44 lines (44 loc) · 2.48 KB
/
Combres.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
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Combres", "Combres\Combres.csproj", "{B9EC5D40-2603-4134-959D-17F97E03C2E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Combres.Mvc", "Combres.Mvc\Combres.Mvc.csproj", "{DBB7F80D-74EB-48A0-8E67-EB17EB0B2D06}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Combres.Log4Net", "Combres.Log4Net\Combres.Log4Net.csproj", "{0EEFB780-E771-46E7-9285-797D9D692940}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample Data Files", "Sample Data Files", "{CB7323E3-0430-4F2D-AD3A-75012BFBF766}"
ProjectSection(SolutionItems) = preProject
Sample Data Files\combres_full_with_annotation.xml = Sample Data Files\combres_full_with_annotation.xml
Sample Data Files\combres_minimal.xml = Sample Data Files\combres_minimal.xml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9EC5D40-2603-4134-959D-17F97E03C2E9}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{B9EC5D40-2603-4134-959D-17F97E03C2E9}.Debug|Any CPU.Build.0 = Release|Any CPU
{B9EC5D40-2603-4134-959D-17F97E03C2E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9EC5D40-2603-4134-959D-17F97E03C2E9}.Release|Any CPU.Build.0 = Release|Any CPU
{DBB7F80D-74EB-48A0-8E67-EB17EB0B2D06}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{DBB7F80D-74EB-48A0-8E67-EB17EB0B2D06}.Debug|Any CPU.Build.0 = Release|Any CPU
{DBB7F80D-74EB-48A0-8E67-EB17EB0B2D06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBB7F80D-74EB-48A0-8E67-EB17EB0B2D06}.Release|Any CPU.Build.0 = Release|Any CPU
{0EEFB780-E771-46E7-9285-797D9D692940}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{0EEFB780-E771-46E7-9285-797D9D692940}.Debug|Any CPU.Build.0 = Release|Any CPU
{0EEFB780-E771-46E7-9285-797D9D692940}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EEFB780-E771-46E7-9285-797D9D692940}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
EndGlobal