forked from Thundermaker300/RoundReports
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRoundReports.sln
More file actions
30 lines (30 loc) · 1.21 KB
/
Copy pathRoundReports.sln
File metadata and controls
30 lines (30 loc) · 1.21 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoundReports", "RoundReports\RoundReports.csproj", "{FC186C7D-109F-43FD-9A2D-E1B5E0DEA200}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{389CEBCE-2E70-4F9A-8F99-97543682C291}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC186C7D-109F-43FD-9A2D-E1B5E0DEA200}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC186C7D-109F-43FD-9A2D-E1B5E0DEA200}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16DDDBD6-228E-433A-990F-30029CBC81E2}
EndGlobalSection
EndGlobal