Files
criminalmindsapi/criminalmindsapi.sln
T

34 lines
1.7 KiB
Plaintext
Raw Normal View History

2022-06-18 17:39:22 -05:00
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "client", "client\client.esproj", "{8FC072CA-AF79-4930-B9B1-139230DC3426}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "server", "server\server.csproj", "{1EF6EB3C-FCA0-4FF6-8A99-373AFAC6E4EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FC072CA-AF79-4930-B9B1-139230DC3426}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FC072CA-AF79-4930-B9B1-139230DC3426}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FC072CA-AF79-4930-B9B1-139230DC3426}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{8FC072CA-AF79-4930-B9B1-139230DC3426}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FC072CA-AF79-4930-B9B1-139230DC3426}.Release|Any CPU.Build.0 = Release|Any CPU
{8FC072CA-AF79-4930-B9B1-139230DC3426}.Release|Any CPU.Deploy.0 = Release|Any CPU
{1EF6EB3C-FCA0-4FF6-8A99-373AFAC6E4EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EF6EB3C-FCA0-4FF6-8A99-373AFAC6E4EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EF6EB3C-FCA0-4FF6-8A99-373AFAC6E4EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EF6EB3C-FCA0-4FF6-8A99-373AFAC6E4EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DDB19F9-FB76-4B8C-80EB-4B8E03AD3748}
EndGlobalSection
EndGlobal