This repository was archived by the owner on Dec 1, 2021. It is now read-only.
forked from half-ogre/dapper-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDapperWrapper.sln
More file actions
31 lines (31 loc) · 1.36 KB
/
DapperWrapper.sln
File metadata and controls
31 lines (31 loc) · 1.36 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1B3ADF38-DC0C-4F69-854C-5333D9B1D4EB}"
ProjectSection(SolutionItems) = preProject
Build-Package.ps1 = Build-Package.ps1
Build-Solution.ps1 = Build-Solution.ps1
DapperWrapper.msbuild = DapperWrapper.msbuild
LICENSE.txt = LICENSE.txt
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.targets = .nuget\NuGet.targets
README.markdown = README.markdown
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DapperWrapper", "DapperWrapper\DapperWrapper.csproj", "{0E94BB6B-8213-4B74-B362-A84D42B1AE5D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E94BB6B-8213-4B74-B362-A84D42B1AE5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E94BB6B-8213-4B74-B362-A84D42B1AE5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E94BB6B-8213-4B74-B362-A84D42B1AE5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E94BB6B-8213-4B74-B362-A84D42B1AE5D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal