-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathEmmet.net.sln
37 lines (37 loc) · 1.87 KB
/
Emmet.net.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.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emmet.net", "Emmet\Emmet.net.csproj", "{F2A9B592-8396-4A7B-995F-1A927B68B393}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emmet.Tests", "Emmet.Tests\Emmet.Tests.csproj", "{3F8118A7-54F8-4A12-81DD-7E9BE5320276}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{54F638E7-7A82-49B0-BECA-9329004E34DA}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Emmet.Tests\VS.runsettings = Emmet.Tests\VS.runsettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2A9B592-8396-4A7B-995F-1A927B68B393}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2A9B592-8396-4A7B-995F-1A927B68B393}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2A9B592-8396-4A7B-995F-1A927B68B393}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2A9B592-8396-4A7B-995F-1A927B68B393}.Release|Any CPU.Build.0 = Release|Any CPU
{3F8118A7-54F8-4A12-81DD-7E9BE5320276}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F8118A7-54F8-4A12-81DD-7E9BE5320276}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F8118A7-54F8-4A12-81DD-7E9BE5320276}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F8118A7-54F8-4A12-81DD-7E9BE5320276}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B38165CE-FDDB-4D7B-9C27-23BEE3D30194}
EndGlobalSection
EndGlobal