forked from AlexMelw/EasySharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEasySharp.sln
43 lines (43 loc) · 2.54 KB
/
EasySharp.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
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDriveProject", "TestDriveProject\TestDriveProject.csproj", "{2583995B-2CC6-4C17-A00D-DC60588EE0A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NHelpers", "NHelpers\NHelpers.csproj", "{CAC83CF1-E5D4-45F6-85CC-E0AD29B55A8E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReSharperCustomSourceTemplates", "ReSharperCustomSourceTemplates\ReSharperCustomSourceTemplates.csproj", "{C0FD7790-58F0-437B-A18F-1E870545A782}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyWeb", "EasyWeb\EasyWeb.csproj", "{F1AFC67A-62D8-4D9B-934B-421BC6A9E29B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2583995B-2CC6-4C17-A00D-DC60588EE0A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2583995B-2CC6-4C17-A00D-DC60588EE0A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2583995B-2CC6-4C17-A00D-DC60588EE0A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2583995B-2CC6-4C17-A00D-DC60588EE0A2}.Release|Any CPU.Build.0 = Release|Any CPU
{CAC83CF1-E5D4-45F6-85CC-E0AD29B55A8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAC83CF1-E5D4-45F6-85CC-E0AD29B55A8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAC83CF1-E5D4-45F6-85CC-E0AD29B55A8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAC83CF1-E5D4-45F6-85CC-E0AD29B55A8E}.Release|Any CPU.Build.0 = Release|Any CPU
{C0FD7790-58F0-437B-A18F-1E870545A782}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0FD7790-58F0-437B-A18F-1E870545A782}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0FD7790-58F0-437B-A18F-1E870545A782}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0FD7790-58F0-437B-A18F-1E870545A782}.Release|Any CPU.Build.0 = Release|Any CPU
{F1AFC67A-62D8-4D9B-934B-421BC6A9E29B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1AFC67A-62D8-4D9B-934B-421BC6A9E29B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1AFC67A-62D8-4D9B-934B-421BC6A9E29B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1AFC67A-62D8-4D9B-934B-421BC6A9E29B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {489DEC75-534C-4EAB-A499-2141D3C275D0}
EndGlobalSection
EndGlobal