-
Notifications
You must be signed in to change notification settings - Fork 0
/
BlogBackup.sln
23 lines (23 loc) · 1.04 KB
/
BlogBackup.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "BlogBackup", "BlogBackup.fsproj", "{C69E413B-E4DF-4CDB-A00C-3F6E25260D4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
Standalone|x86 = Standalone|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C69E413B-E4DF-4CDB-A00C-3F6E25260D4A}.Debug|x86.ActiveCfg = Debug|x86
{C69E413B-E4DF-4CDB-A00C-3F6E25260D4A}.Debug|x86.Build.0 = Debug|x86
{C69E413B-E4DF-4CDB-A00C-3F6E25260D4A}.Release|x86.ActiveCfg = Release|x86
{C69E413B-E4DF-4CDB-A00C-3F6E25260D4A}.Release|x86.Build.0 = Release|x86
{C69E413B-E4DF-4CDB-A00C-3F6E25260D4A}.Standalone|x86.ActiveCfg = Standalone|x86
{C69E413B-E4DF-4CDB-A00C-3F6E25260D4A}.Standalone|x86.Build.0 = Standalone|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal