Skip to content

Commit 937f056

Browse files
committed
check in latest SS.dlls
1 parent 9823834 commit 937f056

12 files changed

+56
-41
lines changed

lib/ServiceStack.Common.dll

1.5 KB
Binary file not shown.

lib/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.OrmLite.Sqlite.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.OrmLite.dll

1 KB
Binary file not shown.

lib/ServiceStack.Razor.dll

1 KB
Binary file not shown.

lib/ServiceStack.Redis.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.ServiceInterface.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Text.XML

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ServiceStack.Text.dll

512 Bytes
Binary file not shown.

lib/ServiceStack.dll

0 Bytes
Binary file not shown.
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?xml version="1.0"?>
2-
<configuration>
3-
<runtime>
4-
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5-
<dependentAssembly>
6-
<assemblyIdentity name="System.Web" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
7-
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0"/>
8-
</dependentAssembly>
9-
</assemblyBinding>
10-
</runtime>
11-
</configuration>
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<runtime>
4+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5+
<dependentAssembly>
6+
<assemblyIdentity name="System.Web" publicKeyToken="B03F5F7F11D50A3A" culture="neutral"/>
7+
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0"/>
8+
</dependentAssembly>
9+
</assemblyBinding>
10+
</runtime>
11+
</configuration>

src/RazorRockstars/RazorRockstars.sln

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RazorRockstars.Console", "RazorRockstars.Console\RazorRockstars.Console.csproj", "{30BA8DF9-4698-4051-B8E9-84C81E330E24}"
5-
EndProject
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RazorRockstars.Console.Mono", "Mono\RazorRockstars.Console.Mono\RazorRockstars.Console.Mono.csproj", "{ED32DF44-0DAC-4222-8DD3-B785D983BE4F}"
7-
EndProject
8-
Global
9-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|x86 = Debug|x86
11-
Release|x86 = Release|x86
12-
MONOTOUCH|Any CPU = MONOTOUCH|Any CPU
13-
EndGlobalSection
14-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{30BA8DF9-4698-4051-B8E9-84C81E330E24}.Debug|x86.ActiveCfg = Debug|x86
16-
{30BA8DF9-4698-4051-B8E9-84C81E330E24}.Debug|x86.Build.0 = Debug|x86
17-
{30BA8DF9-4698-4051-B8E9-84C81E330E24}.Release|x86.ActiveCfg = Release|x86
18-
{30BA8DF9-4698-4051-B8E9-84C81E330E24}.Release|x86.Build.0 = Release|x86
19-
{ED32DF44-0DAC-4222-8DD3-B785D983BE4F}.Debug|x86.ActiveCfg = Debug|x86
20-
{ED32DF44-0DAC-4222-8DD3-B785D983BE4F}.Debug|x86.Build.0 = Debug|x86
21-
{ED32DF44-0DAC-4222-8DD3-B785D983BE4F}.Release|x86.ActiveCfg = Release|x86
22-
{ED32DF44-0DAC-4222-8DD3-B785D983BE4F}.Release|x86.Build.0 = Release|x86
23-
EndGlobalSection
24-
GlobalSection(MonoDevelopProperties) = preSolution
25-
StartupItem = RazorRockstars.Console\RazorRockstars.Console.csproj
26-
EndGlobalSection
27-
GlobalSection(SolutionProperties) = preSolution
28-
HideSolutionNode = FALSE
29-
EndGlobalSection
30-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RazorRockstars.Console", "RazorRockstars.Console\RazorRockstars.Console.csproj", "{30BA8DF9-4698-4051-B8E9-84C81E330E24}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RazorRockstars.Console.Mono", "Mono\RazorRockstars.Console.Mono\RazorRockstars.Console.Mono.csproj", "{ED32DF44-0DAC-4222-8DD3-B785D983BE4F}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|x86 = Debug|x86
11+
Release|x86 = Release|x86
12+
MONOTOUCH|Any CPU = MONOTOUCH|Any CPU
13+
EndGlobalSection
14+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15+
{30BA8DF9-4698-4051-B8E9-84C81E330E24}.Debug|x86.ActiveCfg = Debug|x86
16+
{30BA8DF9-4698-4051-B8E9-84C81E330E24}.Debug|x86.Build.0 = Debug|x86
17+
{30BA8DF9-4698-4051-B8E9-84C81E330E24}.Release|x86.ActiveCfg = Release|x86
18+
{30BA8DF9-4698-4051-B8E9-84C81E330E24}.Release|x86.Build.0 = Release|x86
19+
{ED32DF44-0DAC-4222-8DD3-B785D983BE4F}.Debug|x86.ActiveCfg = Debug|x86
20+
{ED32DF44-0DAC-4222-8DD3-B785D983BE4F}.Debug|x86.Build.0 = Debug|x86
21+
{ED32DF44-0DAC-4222-8DD3-B785D983BE4F}.Release|x86.ActiveCfg = Release|x86
22+
{ED32DF44-0DAC-4222-8DD3-B785D983BE4F}.Release|x86.Build.0 = Release|x86
23+
EndGlobalSection
24+
GlobalSection(MonoDevelopProperties) = preSolution
25+
StartupItem = RazorRockstars.Console\RazorRockstars.Console.csproj
26+
EndGlobalSection
27+
GlobalSection(SolutionProperties) = preSolution
28+
HideSolutionNode = FALSE
29+
EndGlobalSection
30+
EndGlobal

0 commit comments

Comments
 (0)