-
Notifications
You must be signed in to change notification settings - Fork 2
/
timewarp-heroicons.sln
57 lines (57 loc) · 2.99 KB
/
timewarp-heroicons.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{6476409A-3B7E-4B07-BCEE-450DAD54E0D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "timewarp-heroicons", "Source\timewarp-heroicons\timewarp-heroicons.csproj", "{0B83ED6A-18D8-4917-9FAF-424637CF6D93}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70A5FCAE-A84E-4864-9208-5161D1CDA8D7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "sample-app", "tests\sample-app\sample-app.csproj", "{D57105E0-02AA-4EA2-80C2-9D69B7C7AE8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "transform", "tools\transform\transform.csproj", "{D3B85D8E-7BDB-46BB-AE12-241D9A19EC92}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{DE94B50E-94EA-484A-9E25-BDF3D213F721}"
ProjectSection(SolutionItems) = preProject
scripts\publish.ps1 = scripts\publish.ps1
scripts\transform.ps1 = scripts\transform.ps1
scripts\update.ps1 = scripts\update.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B83ED6A-18D8-4917-9FAF-424637CF6D93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B83ED6A-18D8-4917-9FAF-424637CF6D93}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B83ED6A-18D8-4917-9FAF-424637CF6D93}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B83ED6A-18D8-4917-9FAF-424637CF6D93}.Release|Any CPU.Build.0 = Release|Any CPU
{D57105E0-02AA-4EA2-80C2-9D69B7C7AE8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D57105E0-02AA-4EA2-80C2-9D69B7C7AE8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D57105E0-02AA-4EA2-80C2-9D69B7C7AE8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D57105E0-02AA-4EA2-80C2-9D69B7C7AE8D}.Release|Any CPU.Build.0 = Release|Any CPU
{D3B85D8E-7BDB-46BB-AE12-241D9A19EC92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3B85D8E-7BDB-46BB-AE12-241D9A19EC92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3B85D8E-7BDB-46BB-AE12-241D9A19EC92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3B85D8E-7BDB-46BB-AE12-241D9A19EC92}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0B83ED6A-18D8-4917-9FAF-424637CF6D93} = {6476409A-3B7E-4B07-BCEE-450DAD54E0D4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C62C1F0C-A20F-4A09-A8F9-B306ACF2508F}
EndGlobalSection
EndGlobal