-
Notifications
You must be signed in to change notification settings - Fork 0
/
tailwind-merge-nuget.sln
37 lines (37 loc) · 2.09 KB
/
tailwind-merge-nuget.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.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TailwindMerge", "TailwindMerge\TailwindMerge.csproj", "{8BE8CA6B-F6EE-4D45-A05F-99220E73F3AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TailwindMerge.Tests", "TailwindMerge.Tests\TailwindMerge.Tests.csproj", "{3771806E-8602-41DB-8469-70EF0B69E304}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TailwindMergeExample.Web", "TailwindMergeExample.Web\TailwindMergeExample.Web.csproj", "{1D497CFC-31EF-4587-8BFD-B5374A38122E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8BE8CA6B-F6EE-4D45-A05F-99220E73F3AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BE8CA6B-F6EE-4D45-A05F-99220E73F3AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BE8CA6B-F6EE-4D45-A05F-99220E73F3AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BE8CA6B-F6EE-4D45-A05F-99220E73F3AF}.Release|Any CPU.Build.0 = Release|Any CPU
{3771806E-8602-41DB-8469-70EF0B69E304}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3771806E-8602-41DB-8469-70EF0B69E304}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3771806E-8602-41DB-8469-70EF0B69E304}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3771806E-8602-41DB-8469-70EF0B69E304}.Release|Any CPU.Build.0 = Release|Any CPU
{1D497CFC-31EF-4587-8BFD-B5374A38122E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D497CFC-31EF-4587-8BFD-B5374A38122E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D497CFC-31EF-4587-8BFD-B5374A38122E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D497CFC-31EF-4587-8BFD-B5374A38122E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20EB6EBB-4FBF-4DD2-9CF0-30F40322E2F6}
EndGlobalSection
EndGlobal