-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRecordsLang.sln
37 lines (37 loc) · 2.08 KB
/
RecordsLang.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecordsLang.Test", "test\RecordsLang.Test\RecordsLang.Test.csproj", "{78590059-9D56-4AA1-A22E-30C72E09DC22}"
ProjectSection(ProjectDependencies) = postProject
{90DE43B4-F78B-4AA1-9D2D-72BE0FE4862A} = {90DE43B4-F78B-4AA1-9D2D-72BE0FE4862A}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecordsLang", "src\RecordsLang\RecordsLang.csproj", "{90DE43B4-F78B-4AA1-9D2D-72BE0FE4862A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RecordsLang.UT", "test\RecordsLang.UT\RecordsLang.UT.csproj", "{EFFF80EB-3FB8-447D-8CFA-80AB4197FF66}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78590059-9D56-4AA1-A22E-30C72E09DC22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78590059-9D56-4AA1-A22E-30C72E09DC22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78590059-9D56-4AA1-A22E-30C72E09DC22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78590059-9D56-4AA1-A22E-30C72E09DC22}.Release|Any CPU.Build.0 = Release|Any CPU
{90DE43B4-F78B-4AA1-9D2D-72BE0FE4862A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90DE43B4-F78B-4AA1-9D2D-72BE0FE4862A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90DE43B4-F78B-4AA1-9D2D-72BE0FE4862A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90DE43B4-F78B-4AA1-9D2D-72BE0FE4862A}.Release|Any CPU.Build.0 = Release|Any CPU
{EFFF80EB-3FB8-447D-8CFA-80AB4197FF66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFFF80EB-3FB8-447D-8CFA-80AB4197FF66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFFF80EB-3FB8-447D-8CFA-80AB4197FF66}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFFF80EB-3FB8-447D-8CFA-80AB4197FF66}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal