-
Notifications
You must be signed in to change notification settings - Fork 0
/
PosInformatique.Net.HttpServer.sln
37 lines (37 loc) · 2.01 KB
/
PosInformatique.Net.HttpServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PosInformatique.Net.HttpServer", "src\PosInformatique.Net.HttpServer\PosInformatique.Net.HttpServer.csproj", "{BA996506-3F3D-48EF-8668-CAD892EA780A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PosInformatique.Net.HttpServer.Tests", "tests\PosInformatique.Net.HttpServer.Tests\PosInformatique.Net.HttpServer.Tests.csproj", "{93D6E3E8-045D-4746-B394-0F405EF8E45B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6434DD29-25EB-4C99-8BE2-0D1C1CC6F213}"
ProjectSection(SolutionItems) = preProject
AssemblyInfo.Common.cs = AssemblyInfo.Common.cs
AssemblyInfo.Version.cs = AssemblyInfo.Version.cs
Build.proj = Build.proj
PosInformatique.Net.HttpServer.nuspec = PosInformatique.Net.HttpServer.nuspec
UnitTests.runsettings = UnitTests.runsettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA996506-3F3D-48EF-8668-CAD892EA780A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA996506-3F3D-48EF-8668-CAD892EA780A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA996506-3F3D-48EF-8668-CAD892EA780A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA996506-3F3D-48EF-8668-CAD892EA780A}.Release|Any CPU.Build.0 = Release|Any CPU
{93D6E3E8-045D-4746-B394-0F405EF8E45B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93D6E3E8-045D-4746-B394-0F405EF8E45B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93D6E3E8-045D-4746-B394-0F405EF8E45B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93D6E3E8-045D-4746-B394-0F405EF8E45B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal