Initial commit
This commit is contained in:
43
BWPM.sln
Normal file
43
BWPM.sln
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 16
|
||||
VisualStudioVersion = 16.0.31205.134
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BWPMService", "CoreWebAPI1\BWPMService.csproj", "{8BE1B283-AF68-4A4B-806C-F4D69434143B}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BWPMModels", "Models\BWPMModels.csproj", "{998A7FF8-E91E-48FD-9F71-EE6164BDBEF2}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{0CC33E70-D3E5-45C1-BDA7-D15E333D3568}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "APP", "App\APP.csproj", "{8EF4136A-AF4B-4E92-9E8A-699FECE7B371}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{8BE1B283-AF68-4A4B-806C-F4D69434143B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{8BE1B283-AF68-4A4B-806C-F4D69434143B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{8BE1B283-AF68-4A4B-806C-F4D69434143B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{8BE1B283-AF68-4A4B-806C-F4D69434143B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{998A7FF8-E91E-48FD-9F71-EE6164BDBEF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{998A7FF8-E91E-48FD-9F71-EE6164BDBEF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{998A7FF8-E91E-48FD-9F71-EE6164BDBEF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{998A7FF8-E91E-48FD-9F71-EE6164BDBEF2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{0CC33E70-D3E5-45C1-BDA7-D15E333D3568}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{0CC33E70-D3E5-45C1-BDA7-D15E333D3568}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{0CC33E70-D3E5-45C1-BDA7-D15E333D3568}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{0CC33E70-D3E5-45C1-BDA7-D15E333D3568}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{8EF4136A-AF4B-4E92-9E8A-699FECE7B371}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{8EF4136A-AF4B-4E92-9E8A-699FECE7B371}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{8EF4136A-AF4B-4E92-9E8A-699FECE7B371}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{8EF4136A-AF4B-4E92-9E8A-699FECE7B371}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {8682BF24-F8F1-49C7-A89A-A706E399E385}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user