-
Notifications
You must be signed in to change notification settings - Fork 0
/
linecnt.sln
34 lines (34 loc) · 1.62 KB
/
linecnt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "linecnt", "linecnt.vcxproj", "{A7BB6901-BA8D-4559-A856-059EA27FE42F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{4B7F2FD8-52F3-4269-AD33-C54C3695AF15}"
ProjectSection(ProjectDependencies) = postProject
{A7BB6901-BA8D-4559-A856-059EA27FE42F} = {A7BB6901-BA8D-4559-A856-059EA27FE42F}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A7BB6901-BA8D-4559-A856-059EA27FE42F}.Debug|x64.ActiveCfg = Debug|x64
{A7BB6901-BA8D-4559-A856-059EA27FE42F}.Debug|x64.Build.0 = Debug|x64
{A7BB6901-BA8D-4559-A856-059EA27FE42F}.Release|x64.ActiveCfg = Release|x64
{A7BB6901-BA8D-4559-A856-059EA27FE42F}.Release|x64.Build.0 = Release|x64
{4B7F2FD8-52F3-4269-AD33-C54C3695AF15}.Debug|x64.ActiveCfg = Debug|x64
{4B7F2FD8-52F3-4269-AD33-C54C3695AF15}.Debug|x64.Build.0 = Debug|x64
{4B7F2FD8-52F3-4269-AD33-C54C3695AF15}.Release|x64.ActiveCfg = Release|x64
{4B7F2FD8-52F3-4269-AD33-C54C3695AF15}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E57FF8F6-1EF2-44B7-B9C4-98A32C9D927E}
EndGlobalSection
EndGlobal