-
Notifications
You must be signed in to change notification settings - Fork 1
/
NLog.InstallNLogConfig.sln
34 lines (34 loc) · 2.06 KB
/
NLog.InstallNLogConfig.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.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLog.InstallNLogConfig.netfx35", "NLog.InstallNLogConfig\netfx35\NLog.InstallNLogConfig.netfx35.csproj", "{5E32412F-093B-4DD3-A081-5B70413E0594}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLog.InstallNLogConfig.netfx40", "NLog.InstallNLogConfig\netfx40\NLog.InstallNLogConfig.netfx40.csproj", "{83021140-7738-46D2-9ACC-E8B71AA34199}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLog.InstallNLogConfig.netfx45", "NLog.InstallNLogConfig\netfx45\NLog.InstallNLogConfig.netfx45.csproj", "{2D5004D1-9961-44C1-B562-4BA72EF5544B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5E32412F-093B-4DD3-A081-5B70413E0594}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E32412F-093B-4DD3-A081-5B70413E0594}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E32412F-093B-4DD3-A081-5B70413E0594}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E32412F-093B-4DD3-A081-5B70413E0594}.Release|Any CPU.Build.0 = Release|Any CPU
{83021140-7738-46D2-9ACC-E8B71AA34199}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83021140-7738-46D2-9ACC-E8B71AA34199}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83021140-7738-46D2-9ACC-E8B71AA34199}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83021140-7738-46D2-9ACC-E8B71AA34199}.Release|Any CPU.Build.0 = Release|Any CPU
{2D5004D1-9961-44C1-B562-4BA72EF5544B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D5004D1-9961-44C1-B562-4BA72EF5544B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D5004D1-9961-44C1-B562-4BA72EF5544B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D5004D1-9961-44C1-B562-4BA72EF5544B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal