-
Notifications
You must be signed in to change notification settings - Fork 7
/
FileCounter.sln
30 lines (30 loc) · 1.28 KB
/
FileCounter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileCounter", "FileCounter.csproj", "{4DEC4AEA-9D5D-4E29-A242-67403B901A83}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EE68D564-3328-490E-AA34-750E5C435DA7}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4DEC4AEA-9D5D-4E29-A242-67403B901A83}.Debug|x86.ActiveCfg = Debug|x86
{4DEC4AEA-9D5D-4E29-A242-67403B901A83}.Debug|x86.Build.0 = Debug|x86
{4DEC4AEA-9D5D-4E29-A242-67403B901A83}.Release|x86.ActiveCfg = Release|x86
{4DEC4AEA-9D5D-4E29-A242-67403B901A83}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4BCD58E-93CD-4F8E-B21E-09B3740C9CAE}
EndGlobalSection
EndGlobal