-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MockableStaticGenerator.sln
37 lines (37 loc) · 2.08 KB
/
MockableStaticGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MockableStaticGenerator", "MockableStaticGenerator\MockableStaticGenerator.csproj", "{B4FC6ABC-FD08-4668-9311-5BB9835BF4FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DapperSample", "DapperSample\DapperSample.csproj", "{6C5C27DF-3C3F-47F8-A7DC-9085F6C7F571}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DapperSampleTest", "DapperSampleTest\DapperSampleTest.csproj", "{7848AA88-8F75-4751-8F6A-4310A06330B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4FC6ABC-FD08-4668-9311-5BB9835BF4FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4FC6ABC-FD08-4668-9311-5BB9835BF4FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4FC6ABC-FD08-4668-9311-5BB9835BF4FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4FC6ABC-FD08-4668-9311-5BB9835BF4FE}.Release|Any CPU.Build.0 = Release|Any CPU
{6C5C27DF-3C3F-47F8-A7DC-9085F6C7F571}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C5C27DF-3C3F-47F8-A7DC-9085F6C7F571}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C5C27DF-3C3F-47F8-A7DC-9085F6C7F571}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C5C27DF-3C3F-47F8-A7DC-9085F6C7F571}.Release|Any CPU.Build.0 = Release|Any CPU
{7848AA88-8F75-4751-8F6A-4310A06330B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7848AA88-8F75-4751-8F6A-4310A06330B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7848AA88-8F75-4751-8F6A-4310A06330B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7848AA88-8F75-4751-8F6A-4310A06330B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {03A53FA6-D0DE-400C-92EA-3138522A51A6}
EndGlobalSection
EndGlobal