This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAutoprefixer.sln
34 lines (34 loc) · 1.98 KB
/
Autoprefixer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BundleTransformer.Autoprefixer", "BundleTransformer.Autoprefixer\BundleTransformer.Autoprefixer.csproj", "{C2126BA0-0499-4B3A-9763-0547E1F8FF23}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autoprefixer", "Autoprefixer\Autoprefixer.csproj", "{46B431CD-5C7E-4A74-9479-E6AA8B320BF5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autoprefixer.Tests", "Autoprefixer.Tests\Autoprefixer.Tests.csproj", "{6877C1AC-3F92-4C54-B8D3-38436D1805A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2126BA0-0499-4B3A-9763-0547E1F8FF23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2126BA0-0499-4B3A-9763-0547E1F8FF23}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2126BA0-0499-4B3A-9763-0547E1F8FF23}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2126BA0-0499-4B3A-9763-0547E1F8FF23}.Release|Any CPU.Build.0 = Release|Any CPU
{46B431CD-5C7E-4A74-9479-E6AA8B320BF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46B431CD-5C7E-4A74-9479-E6AA8B320BF5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46B431CD-5C7E-4A74-9479-E6AA8B320BF5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46B431CD-5C7E-4A74-9479-E6AA8B320BF5}.Release|Any CPU.Build.0 = Release|Any CPU
{6877C1AC-3F92-4C54-B8D3-38436D1805A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6877C1AC-3F92-4C54-B8D3-38436D1805A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6877C1AC-3F92-4C54-B8D3-38436D1805A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6877C1AC-3F92-4C54-B8D3-38436D1805A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal