-
Notifications
You must be signed in to change notification settings - Fork 1
/
NFig.UI.sln
38 lines (38 loc) · 1.51 KB
/
NFig.UI.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
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NFig.UI", "NFig.UI\NFig.UI.csproj", "{4F4DA66B-9C9B-4869-A25C-97830F14FBCB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9710AA60-34E4-4D66-9B8C-D1581541C9B3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.prettierrc = .prettierrc
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.ps1 = build.ps1
LICENSE.MIT = LICENSE.MIT
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F4DA66B-9C9B-4869-A25C-97830F14FBCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F4DA66B-9C9B-4869-A25C-97830F14FBCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F4DA66B-9C9B-4869-A25C-97830F14FBCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F4DA66B-9C9B-4869-A25C-97830F14FBCB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {369CDFAB-719E-483E-AD3B-F90C08FA39D3}
EndGlobalSection
EndGlobal