-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSqlServerSimulator.sln
More file actions
51 lines (51 loc) · 2.96 KB
/
SqlServerSimulator.sln
File metadata and controls
51 lines (51 loc) · 2.96 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11218.70 d18.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlServerSimulator", "SqlServerSimulator\SqlServerSimulator.csproj", "{CF5684B4-08DF-4CD3-8342-5B627155B40A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqlServerSimulator.Tests", "SqlServerSimulator.Tests\SqlServerSimulator.Tests.csproj", "{25DCB2FC-636F-4442-9662-894F2CA075A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{527F1E6C-BCEE-442F-96C4-B0ED5E47B5EE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CONTRIBUTING.md = CONTRIBUTING.md
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlServerSimulator.Tests.EFCore", "SqlServerSimulator.Tests.EFCore\SqlServerSimulator.Tests.EFCore.csproj", "{C2F98EBD-5A19-45BC-A2AD-F24E4976909F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{56BC4138-449D-456E-840F-6F55303BA26A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF5684B4-08DF-4CD3-8342-5B627155B40A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF5684B4-08DF-4CD3-8342-5B627155B40A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF5684B4-08DF-4CD3-8342-5B627155B40A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF5684B4-08DF-4CD3-8342-5B627155B40A}.Release|Any CPU.Build.0 = Release|Any CPU
{25DCB2FC-636F-4442-9662-894F2CA075A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25DCB2FC-636F-4442-9662-894F2CA075A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25DCB2FC-636F-4442-9662-894F2CA075A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25DCB2FC-636F-4442-9662-894F2CA075A0}.Release|Any CPU.Build.0 = Release|Any CPU
{C2F98EBD-5A19-45BC-A2AD-F24E4976909F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2F98EBD-5A19-45BC-A2AD-F24E4976909F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2F98EBD-5A19-45BC-A2AD-F24E4976909F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2F98EBD-5A19-45BC-A2AD-F24E4976909F}.Release|Any CPU.Build.0 = Release|Any CPU
{56BC4138-449D-456E-840F-6F55303BA26A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56BC4138-449D-456E-840F-6F55303BA26A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56BC4138-449D-456E-840F-6F55303BA26A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56BC4138-449D-456E-840F-6F55303BA26A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7D515F78-501F-4281-B045-D91206221FA8}
EndGlobalSection
EndGlobal