-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUsemam.NLog.CodeFixes.sln
More file actions
37 lines (37 loc) · 2.2 KB
/
Usemam.NLog.CodeFixes.sln
File metadata and controls
37 lines (37 loc) · 2.2 KB
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 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Usemam.NLog.CodeFixes", "Usemam.NLog.CodeFixes\Usemam.NLog.CodeFixes\Usemam.NLog.CodeFixes.csproj", "{620F7C0E-83CD-45EC-89BC-6CB74A9E4C32}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Usemam.NLog.CodeFixes.Test", "Usemam.NLog.CodeFixes\Usemam.NLog.CodeFixes.Test\Usemam.NLog.CodeFixes.Test.csproj", "{45805DF8-CAB5-423D-AC13-3EDBBB9D8215}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Usemam.NLog.CodeFixes.Vsix", "Usemam.NLog.CodeFixes\Usemam.NLog.CodeFixes.Vsix\Usemam.NLog.CodeFixes.Vsix.csproj", "{40627818-C89F-420F-B717-1CDA939EADCA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{620F7C0E-83CD-45EC-89BC-6CB74A9E4C32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{620F7C0E-83CD-45EC-89BC-6CB74A9E4C32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{620F7C0E-83CD-45EC-89BC-6CB74A9E4C32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{620F7C0E-83CD-45EC-89BC-6CB74A9E4C32}.Release|Any CPU.Build.0 = Release|Any CPU
{45805DF8-CAB5-423D-AC13-3EDBBB9D8215}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45805DF8-CAB5-423D-AC13-3EDBBB9D8215}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45805DF8-CAB5-423D-AC13-3EDBBB9D8215}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45805DF8-CAB5-423D-AC13-3EDBBB9D8215}.Release|Any CPU.Build.0 = Release|Any CPU
{40627818-C89F-420F-B717-1CDA939EADCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40627818-C89F-420F-B717-1CDA939EADCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40627818-C89F-420F-B717-1CDA939EADCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40627818-C89F-420F-B717-1CDA939EADCA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0710188-9AE8-4B5E-AA1D-C5CBC1EEA12B}
EndGlobalSection
EndGlobal