-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnlockedData.NoUiSlider.sln
38 lines (38 loc) · 1.79 KB
/
UnlockedData.NoUiSlider.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
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnlockedData.NoUiSlider", "src\UnlockedData.NoUiSlider.csproj", "{C36477A1-5C13-4D80-9887-C808FD0CABA6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E380653D-C733-43D0-A181-F8400E1036D9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
Directory.build.props = Directory.build.props
LICENSE = LICENSE
README.md = README.md
version.json = version.json
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{6E669456-C246-4D37-836E-510F8D3928A1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{93A3AE8E-F310-4714-BA70-9758DA454B70}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci-build.yml = .github\workflows\ci-build.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C36477A1-5C13-4D80-9887-C808FD0CABA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C36477A1-5C13-4D80-9887-C808FD0CABA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C36477A1-5C13-4D80-9887-C808FD0CABA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C36477A1-5C13-4D80-9887-C808FD0CABA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6E669456-C246-4D37-836E-510F8D3928A1} = {E380653D-C733-43D0-A181-F8400E1036D9}
{93A3AE8E-F310-4714-BA70-9758DA454B70} = {6E669456-C246-4D37-836E-510F8D3928A1}
EndGlobalSection
EndGlobal