-
Notifications
You must be signed in to change notification settings - Fork 0
/
PrettierPluginCSharp.sln
20 lines (20 loc) · 1.05 KB
/
PrettierPluginCSharp.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin", "Plugin\Plugin.csproj", "{41A5AEB3-6E11-4122-8348-FDEE6C641BED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Build", "Build\Build.csproj", "{0E5F4B61-CB9C-46F4-93EF-D3E559630F0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E5F4B61-CB9C-46F4-93EF-D3E559630F0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E5F4B61-CB9C-46F4-93EF-D3E559630F0A}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{41A5AEB3-6E11-4122-8348-FDEE6C641BED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41A5AEB3-6E11-4122-8348-FDEE6C641BED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41A5AEB3-6E11-4122-8348-FDEE6C641BED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41A5AEB3-6E11-4122-8348-FDEE6C641BED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal