Skip to content

Commit 73290db

Browse files
committed
update .sln version
1 parent 591c383 commit 73290db

File tree

63 files changed

+62
-27486
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+62
-27486
lines changed
Lines changed: 32 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,37 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27004.2005
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
47
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Backbone.Todos", "Backbone.Todos.csproj", "{BDE04BD3-40A0-4B8E-A0B9-7729FFB7D1C2}"
8+
59
EndProject
610
Global
7-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8-
Debug|Any CPU = Debug|Any CPU
9-
Release|Any CPU = Release|Any CPU
10-
EndGlobalSection
11-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12-
{BDE04BD3-40A0-4B8E-A0B9-7729FFB7D1C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13-
{BDE04BD3-40A0-4B8E-A0B9-7729FFB7D1C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
14-
{BDE04BD3-40A0-4B8E-A0B9-7729FFB7D1C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
15-
{BDE04BD3-40A0-4B8E-A0B9-7729FFB7D1C2}.Release|Any CPU.Build.0 = Release|Any CPU
16-
EndGlobalSection
17-
GlobalSection(SolutionProperties) = preSolution
18-
HideSolutionNode = FALSE
19-
EndGlobalSection
11+
12+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
13+
14+
Debug|Any CPU = Debug|Any CPU
15+
16+
Release|Any CPU = Release|Any CPU
17+
18+
EndGlobalSection
19+
20+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
21+
22+
{BDE04BD3-40A0-4B8E-A0B9-7729FFB7D1C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23+
24+
{BDE04BD3-40A0-4B8E-A0B9-7729FFB7D1C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
25+
26+
{BDE04BD3-40A0-4B8E-A0B9-7729FFB7D1C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
28+
{BDE04BD3-40A0-4B8E-A0B9-7729FFB7D1C2}.Release|Any CPU.Build.0 = Release|Any CPU
29+
30+
EndGlobalSection
31+
32+
GlobalSection(SolutionProperties) = preSolution
33+
34+
HideSolutionNode = FALSE
35+
36+
EndGlobalSection
2037
EndGlobal

src/Backbone.Todos/Content/Css/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ table, caption, tbody, tfoot, thead, tr, th, td {
2121
display: block;
2222
position: absolute;
2323
top: 5px;
24-
left: 10px;
24+
left: 5px;
2525
}
2626

2727
ol, ul {

src/Backbone.Todos/default.htm

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
<head>
44
<title>Backbone Demo: Todos</title>
55
<link rel="stylesheet" type="text/css" href="Content/Css/default.css" media="all" />
6-
<script> window.JSON || document.write('<script src="http://ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js">\x3C/script>')</script>
6+
<script>
7+
window.JSON || document.write('<script src="http://ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js">\x3C/script>')
8+
</script>
79
<script src="Scripts/jquery-1.5.js"></script>
810
<script src="Scripts/underscore-1.1.5.js"></script>
911
<script src="Scripts/backbone.js"></script>
1012
<script src="Scripts/todos.js"></script>
1113
</head>
1214
<body>
1315
<a id="logo" href="https://servicestack.net">
14-
<img src="https://servicestack.net/favicon.png" alt="ServiceStack Home" width="24" height="24" />
16+
<img src="https://servicestack.net/favicon.png" alt="servicestack.net" width="24" height="24" />
1517
</a>
1618
<!-- Todo App Interface -->
1719
<div id="todoapp">
@@ -45,7 +47,7 @@ <h1>Todos</h1>
4547
<br />
4648
Powered By Open Source
4749
<br />
48-
<a href="http://servicestack.net">servicestack</a> | <a href="http://redis.io">redis</a>
50+
<a href="https://servicestack.net">servicestack</a> | <a href="http://redis.io">redis</a>
4951
| <a href="http://backbonejs.org/">backbone.js</a>
5052
</div>
5153
<!-- Templates -->

src/Docs/Docs.sln

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27004.2005
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Docs", "Docs.csproj", "{19ADDEEC-EAF9-4B42-8EEC-86CD389D834F}"
57
EndProject
68
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Docs.Logic", "Docs.Logic\Docs.Logic.csproj", "{2A606EB5-47BD-47B1-97EB-8C208DF63ABF}"

src/MonoTouch/RestFilesClient/RestFilesClient.sln

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27004.2005
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestFilesClient", "RestFilesClient\RestFilesClient.csproj", "{B8A976FA-7EFE-4096-ABA9-61AFC9CCD525}"
57
EndProject
68
Global

src/MonoTouch/RestFilesClient/copy.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/RedisStackOverflow/RedisStackOverflow.sln

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27004.2005
5+
MinimumVisualStudioVersion = 10.0.40219.1
46
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedisStackOverflow.ServiceInterface", "RedisStackOverflow.ServiceInterface\RedisStackOverflow.ServiceInterface.csproj", "{41C8C157-B2A4-4DDE-B153-233E46109F39}"
57
EndProject
68
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedisStackOverflow", "RedisStackOverflow\RedisStackOverflow.csproj", "{CCAC74EA-08EE-41A8-BF01-8F1B7D207144}"
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)