-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bim4EveryoneSetup.sln
37 lines (37 loc) · 1.49 KB
/
Bim4EveryoneSetup.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 Version 17
VisualStudioVersion = 17.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0E4B54FB-4B78-444C-9097-874869C2FD88}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CONTRIBUTING.md = CONTRIBUTING.md
CREDITS.md = CREDITS.md
LICENSE.md = LICENSE.md
README.md = README.md
CHANGELOG.md = CHANGELOG.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BIM4EveryoneSetup", "src\BIM4EveryoneSetup\BIM4EveryoneSetup.csproj", "{9CCA2F4D-AA99-4930-997D-A9A95E20209A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9CCA2F4D-AA99-4930-997D-A9A95E20209A}.Debug|x64.ActiveCfg = Debug|x64
{9CCA2F4D-AA99-4930-997D-A9A95E20209A}.Debug|x64.Build.0 = Debug|x64
{9CCA2F4D-AA99-4930-997D-A9A95E20209A}.Release|x64.ActiveCfg = Release|x64
{9CCA2F4D-AA99-4930-997D-A9A95E20209A}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D426FFDB-B77B-4900-AF39-87D8FA4BDED0}
EndGlobalSection
EndGlobal