-
Notifications
You must be signed in to change notification settings - Fork 0
/
VetMedData.NET.sln
52 lines (52 loc) · 2.94 KB
/
VetMedData.NET.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VetMedData.NET", "VetMedData.NET\VetMedData.NET.csproj", "{FAE22E96-8531-4DB2-9F50-634150988FA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VetMedData.Tests", "VetMedData.NET.Tests\VetMedData.Tests.csproj", "{E3C63FA3-7A92-4DE4-9F81-09A2B9716E41}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B58678CC-0045-418F-876B-6A17064B3803}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VetMedData.CLI", "VetMedData.CLI\VetMedData.CLI.csproj", "{6C842882-E7B6-4326-B11E-9E4F8BBC5D7E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VetMedData.NET.DAL", "VetMedData.NET.DAL\VetMedData.NET.DAL.csproj", "{B6572B0D-7D5E-498E-8115-96ECC608CC6D}"
ProjectSection(ProjectDependencies) = postProject
{FAE22E96-8531-4DB2-9F50-634150988FA6} = {FAE22E96-8531-4DB2-9F50-634150988FA6}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAE22E96-8531-4DB2-9F50-634150988FA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAE22E96-8531-4DB2-9F50-634150988FA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAE22E96-8531-4DB2-9F50-634150988FA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAE22E96-8531-4DB2-9F50-634150988FA6}.Release|Any CPU.Build.0 = Release|Any CPU
{E3C63FA3-7A92-4DE4-9F81-09A2B9716E41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3C63FA3-7A92-4DE4-9F81-09A2B9716E41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3C63FA3-7A92-4DE4-9F81-09A2B9716E41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3C63FA3-7A92-4DE4-9F81-09A2B9716E41}.Release|Any CPU.Build.0 = Release|Any CPU
{6C842882-E7B6-4326-B11E-9E4F8BBC5D7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C842882-E7B6-4326-B11E-9E4F8BBC5D7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C842882-E7B6-4326-B11E-9E4F8BBC5D7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C842882-E7B6-4326-B11E-9E4F8BBC5D7E}.Release|Any CPU.Build.0 = Release|Any CPU
{B6572B0D-7D5E-498E-8115-96ECC608CC6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6572B0D-7D5E-498E-8115-96ECC608CC6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6572B0D-7D5E-498E-8115-96ECC608CC6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6572B0D-7D5E-498E-8115-96ECC608CC6D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E96A10CA-C0F4-40E9-B52A-0ED29F558840}
EndGlobalSection
EndGlobal