Initial Commit
This commit is contained in:
34
Barcode-Host.sln
Normal file
34
Barcode-Host.sln
Normal file
@ -0,0 +1,34 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.0.31903.59
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Barcode.Host.Server.csproj", "{8D12E061-2AE3-4008-859A-1B5BEA41D553}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "Shared\Barcode.Host.Shared.csproj", "{CBFA9393-988A-4D35-9B7F-BF4ABD355712}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server.Tests", "Server.Tests\Barcode.Host.Server.Tests.csproj", "{505C7449-F5BC-4A7A-8A89-4863C0258697}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{8D12E061-2AE3-4008-859A-1B5BEA41D553}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{8D12E061-2AE3-4008-859A-1B5BEA41D553}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{8D12E061-2AE3-4008-859A-1B5BEA41D553}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{8D12E061-2AE3-4008-859A-1B5BEA41D553}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{CBFA9393-988A-4D35-9B7F-BF4ABD355712}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{CBFA9393-988A-4D35-9B7F-BF4ABD355712}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{CBFA9393-988A-4D35-9B7F-BF4ABD355712}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{CBFA9393-988A-4D35-9B7F-BF4ABD355712}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{505C7449-F5BC-4A7A-8A89-4863C0258697}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{505C7449-F5BC-4A7A-8A89-4863C0258697}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{505C7449-F5BC-4A7A-8A89-4863C0258697}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{505C7449-F5BC-4A7A-8A89-4863C0258697}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
Reference in New Issue
Block a user