This repository was archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharpResume.sln
More file actions
40 lines (40 loc) · 2.02 KB
/
SharpResume.sln
File metadata and controls
40 lines (40 loc) · 2.02 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_build", "_build", "{E0AEF121-C614-4282-8A25-AD1A6E76CC2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpResume", "SharpResume\SharpResume.csproj", "{9941916A-0F69-4568-87F8-BA1F8E5C9CAF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpResume.Test", "SharpResume.Test\SharpResume.Test.csproj", "{DBA7E36B-C423-4FF7-9DD6-0DAC77A7F379}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs03.codeplex.com/
SccLocalPath0 = .
SccProjectUniqueName1 = SharpResume\\SharpResume.csproj
SccProjectName1 = SharpResume
SccLocalPath1 = SharpResume
SccProjectUniqueName2 = SharpResume.Test\\SharpResume.Test.csproj
SccProjectName2 = SharpResume.Test
SccLocalPath2 = SharpResume.Test
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9941916A-0F69-4568-87F8-BA1F8E5C9CAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9941916A-0F69-4568-87F8-BA1F8E5C9CAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9941916A-0F69-4568-87F8-BA1F8E5C9CAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9941916A-0F69-4568-87F8-BA1F8E5C9CAF}.Release|Any CPU.Build.0 = Release|Any CPU
{DBA7E36B-C423-4FF7-9DD6-0DAC77A7F379}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBA7E36B-C423-4FF7-9DD6-0DAC77A7F379}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBA7E36B-C423-4FF7-9DD6-0DAC77A7F379}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBA7E36B-C423-4FF7-9DD6-0DAC77A7F379}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal