-
Notifications
You must be signed in to change notification settings - Fork 5
/
timewarp-simple-icons.sln
62 lines (62 loc) · 3.38 KB
/
timewarp-simple-icons.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
58
59
60
61
62
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", "{307D8631-8FBE-41B9-B5AC-9245F15AFFA3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "timewarp-simple-icons", "Source\timewarp-simple-icons\timewarp-simple-icons.csproj", "{944BF107-FB19-4971-9338-C6E264B552D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{9516AE57-FD52-4968-9560-83D53658CFA9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "transform", "tools\transform\transform.csproj", "{68D2AB05-841F-40D7-A911-A17CC463635E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{ADD86969-6F6B-43B1-98A3-202EA080FAB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "sample-app", "tests\sample-app\sample-app.csproj", "{6F347A36-AE50-40AA-9B32-EE87F0A39964}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{A5F4662F-71B2-4863-B2B4-B511D1B5D0FA}"
ProjectSection(SolutionItems) = preProject
publish.ps1 = publish.ps1
transform.ps1 = transform.ps1
update-transform-publish.ps1 = update-transform-publish.ps1
update.ps1 = update.ps1
watch-sample.ps1 = watch-sample.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{81E5E409-49E2-46A5-9F4A-66232DDF09B3}"
ProjectSection(SolutionItems) = preProject
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
{944BF107-FB19-4971-9338-C6E264B552D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{944BF107-FB19-4971-9338-C6E264B552D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{944BF107-FB19-4971-9338-C6E264B552D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{944BF107-FB19-4971-9338-C6E264B552D6}.Release|Any CPU.Build.0 = Release|Any CPU
{68D2AB05-841F-40D7-A911-A17CC463635E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68D2AB05-841F-40D7-A911-A17CC463635E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68D2AB05-841F-40D7-A911-A17CC463635E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68D2AB05-841F-40D7-A911-A17CC463635E}.Release|Any CPU.Build.0 = Release|Any CPU
{6F347A36-AE50-40AA-9B32-EE87F0A39964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F347A36-AE50-40AA-9B32-EE87F0A39964}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F347A36-AE50-40AA-9B32-EE87F0A39964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F347A36-AE50-40AA-9B32-EE87F0A39964}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{944BF107-FB19-4971-9338-C6E264B552D6} = {307D8631-8FBE-41B9-B5AC-9245F15AFFA3}
{68D2AB05-841F-40D7-A911-A17CC463635E} = {9516AE57-FD52-4968-9560-83D53658CFA9}
{6F347A36-AE50-40AA-9B32-EE87F0A39964} = {ADD86969-6F6B-43B1-98A3-202EA080FAB8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {046E54E7-9D24-4CED-AC35-363576420F1F}
EndGlobalSection
EndGlobal