Skip to content

Commit e5d41f6

Browse files
postgresql sln
1 parent 2c9368a commit e5d41f6

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31903.59
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Codebreaker.Data.PostgreSQL", "services\common\Codebreaker.Data.PostgreSQL\Codebreaker.Data.PostgreSQL.csproj", "{4557EA75-02C8-B4BF-67BA-F4CA4DF1C78C}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{4557EA75-02C8-B4BF-67BA-F4CA4DF1C78C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{4557EA75-02C8-B4BF-67BA-F4CA4DF1C78C}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{4557EA75-02C8-B4BF-67BA-F4CA4DF1C78C}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{4557EA75-02C8-B4BF-67BA-F4CA4DF1C78C}.Release|Any CPU.Build.0 = Release|Any CPU
20+
EndGlobalSection
21+
GlobalSection(SolutionProperties) = preSolution
22+
HideSolutionNode = FALSE
23+
EndGlobalSection
24+
GlobalSection(ExtensibilityGlobals) = postSolution
25+
SolutionGuid = {B92B3E5A-CD74-42B9-A371-11A3256C6CEF}
26+
EndGlobalSection
27+
EndGlobal

0 commit comments

Comments
 (0)