-
Notifications
You must be signed in to change notification settings - Fork 6
/
nexpose-sharp.sln
23 lines (23 loc) · 1.28 KB
/
nexpose-sharp.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nexpose-sharp", "nexpose-sharp\nexpose-sharp.csproj", "{35EDE3B5-13AE-4E8B-B699-50C48E1CCE17}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{B1690521-8FC2-4EB6-966F-B7A6521B8895}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35EDE3B5-13AE-4E8B-B699-50C48E1CCE17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35EDE3B5-13AE-4E8B-B699-50C48E1CCE17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35EDE3B5-13AE-4E8B-B699-50C48E1CCE17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35EDE3B5-13AE-4E8B-B699-50C48E1CCE17}.Release|Any CPU.Build.0 = Release|Any CPU
{B1690521-8FC2-4EB6-966F-B7A6521B8895}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1690521-8FC2-4EB6-966F-B7A6521B8895}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1690521-8FC2-4EB6-966F-B7A6521B8895}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1690521-8FC2-4EB6-966F-B7A6521B8895}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal