forked from mysql-net/MySqlConnector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyCATConnector.sln
36 lines (36 loc) · 1.92 KB
/
MyCATConnector.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6F2209F0-6EB8-480F-934F-5F2485E74A2B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{583DF454-721D-4A2A-96B8-21F4A1292774}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MyCATConnector", "src\MyCATConnector\MyCATConnector.xproj", "{45AE70F6-09ED-4D78-836F-0F5E0545A7EB}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "MyCATConnector.Tests", "tests\MyCATConnector.Tests\MyCATConnector.Tests.xproj", "{8AAC351C-6C6E-4884-BF0D-8FE149C3DE1B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45AE70F6-09ED-4D78-836F-0F5E0545A7EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45AE70F6-09ED-4D78-836F-0F5E0545A7EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45AE70F6-09ED-4D78-836F-0F5E0545A7EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45AE70F6-09ED-4D78-836F-0F5E0545A7EB}.Release|Any CPU.Build.0 = Release|Any CPU
{8AAC351C-6C6E-4884-BF0D-8FE149C3DE1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AAC351C-6C6E-4884-BF0D-8FE149C3DE1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AAC351C-6C6E-4884-BF0D-8FE149C3DE1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AAC351C-6C6E-4884-BF0D-8FE149C3DE1B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{45AE70F6-09ED-4D78-836F-0F5E0545A7EB} = {6F2209F0-6EB8-480F-934F-5F2485E74A2B}
{8AAC351C-6C6E-4884-BF0D-8FE149C3DE1B} = {583DF454-721D-4A2A-96B8-21F4A1292774}
EndGlobalSection
EndGlobal