-
Notifications
You must be signed in to change notification settings - Fork 24
/
Ventrian.NewsArticles.sln
executable file
·26 lines (26 loc) · 1.46 KB
/
Ventrian.NewsArticles.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Ventrian.NewsArticles", "Ventrian.NewsArticles.vbproj", "{25F6A930-34CD-4730-8324-D234D4637898}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Ventrian.NewsArticles.SqlDataProvider", "Providers\DataProvider\SqlDataProvider\Ventrian.NewsArticles.SqlDataProvider.vbproj", "{D1901326-AD43-466F-942D-AA796EA58D8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25F6A930-34CD-4730-8324-D234D4637898}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25F6A930-34CD-4730-8324-D234D4637898}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25F6A930-34CD-4730-8324-D234D4637898}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25F6A930-34CD-4730-8324-D234D4637898}.Release|Any CPU.Build.0 = Release|Any CPU
{D1901326-AD43-466F-942D-AA796EA58D8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1901326-AD43-466F-942D-AA796EA58D8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1901326-AD43-466F-942D-AA796EA58D8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1901326-AD43-466F-942D-AA796EA58D8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal