Skip to content

Commit 1868e4f

Browse files
committed
Merge pull request ServiceStack#11 from assaframan/master
Added AppHarbor support
2 parents a823778 + 91c4056 commit 1868e4f

File tree

7 files changed

+437
-15
lines changed

7 files changed

+437
-15
lines changed

src/AppHarbor.sln

Lines changed: 433 additions & 0 deletions
Large diffs are not rendered by default.

src/Docs/Docs.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<RootNamespace>Docs</RootNamespace>
1414
<AssemblyName>Docs</AssemblyName>
1515
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16+
<UseIISExpress>false</UseIISExpress>
1617
</PropertyGroup>
1718
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1819
<DebugSymbols>true</DebugSymbols>
@@ -86,9 +87,6 @@
8687
<Content Include="img\textarea.gif" />
8788
<Content Include="img\widgettitle.jpg" />
8889
<Content Include="js\fn.js" />
89-
<Content Include="obj\Debug\ServiceStack.Docs.csproj.FileListAbsolute.txt" />
90-
<Content Include="obj\Debug\ServiceStack.Docs.dll" />
91-
<Content Include="obj\Debug\ServiceStack.Docs.pdb" />
9290
<Content Include="Web.config">
9391
<SubType>Designer</SubType>
9492
</Content>

src/RestFiles/RestFiles.Tests/RestFiles.Tests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@
6969
<Reference Include="ServiceStack.Interfaces">
7070
<HintPath>..\..\..\lib\ServiceStack.Interfaces.dll</HintPath>
7171
</Reference>
72-
<Reference Include="ServiceStack.ServiceClient.Web">
73-
<HintPath>..\..\..\lib\ServiceStack.ServiceClient.Web.dll</HintPath>
74-
</Reference>
7572
<Reference Include="ServiceStack.ServiceInterface">
7673
<HintPath>..\..\..\lib\ServiceStack.ServiceInterface.dll</HintPath>
7774
</Reference>

src/RestFiles/RestFiles/RestFiles.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
66
<ProductVersion>9.0.30729</ProductVersion>
77
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{3A8D2349-6E97-47A2-AC49-EFE7D89C0344}</ProjectGuid>
8+
<ProjectGuid>{70B9EEDE-BC2A-42EB-933D-A94D7D4275CB}</ProjectGuid>
99
<ProjectTypeGuids>{349C5851-65DF-11DA-9384-00065B846F21};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1010
<OutputType>Library</OutputType>
1111
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -16,6 +16,7 @@
1616
</FileUpgradeFlags>
1717
<OldToolsVersion>3.5</OldToolsVersion>
1818
<UpgradeBackupLocation />
19+
<UseIISExpress>false</UseIISExpress>
1920
</PropertyGroup>
2021
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2122
<DebugSymbols>true</DebugSymbols>
@@ -101,7 +102,6 @@
101102
<Content Include="img\Mozilla_logo.png" />
102103
<Content Include="img\Opera_logo.png" />
103104
<Content Include="img\public.png" />
104-
<Content Include="img\rip-ie6.jpg" />
105105
<Content Include="img\row_bg.png" />
106106
<Content Include="img\Safari_logo.jpg" />
107107
<Content Include="img\txt.png" />

src/ServiceStack.Examples/ServiceStack.Examples.Clients/ServiceStack.Examples.Clients.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
</FileUpgradeFlags>
1919
<OldToolsVersion>3.5</OldToolsVersion>
2020
<UpgradeBackupLocation />
21+
<UseIISExpress>false</UseIISExpress>
2122
</PropertyGroup>
2223
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2324
<DebugSymbols>true</DebugSymbols>
@@ -69,7 +70,6 @@
6970
<Reference Include="System.Web.Extensions">
7071
<RequiredTargetFramework>3.5</RequiredTargetFramework>
7172
</Reference>
72-
<Reference Include="System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
7373
<Reference Include="System.Xml.Linq">
7474
<RequiredTargetFramework>3.5</RequiredTargetFramework>
7575
</Reference>

tests/ServiceStack.Examples.Tests.Integration/ServiceStack.Examples.Tests.Integration.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@
7070
<Reference Include="ServiceStack.OrmLite.Sqlite">
7171
<HintPath>..\..\lib\ServiceStack.OrmLite.Sqlite.dll</HintPath>
7272
</Reference>
73-
<Reference Include="ServiceStack.ServiceClient.Web">
74-
<HintPath>..\..\lib\ServiceStack.ServiceClient.Web.dll</HintPath>
75-
</Reference>
7673
<Reference Include="ServiceStack.ServiceInterface">
7774
<HintPath>..\..\lib\ServiceStack.ServiceInterface.dll</HintPath>
7875
</Reference>

tests/ServiceStack.Examples.Tests/ServiceStack.Examples.Tests.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@
7676
<Reference Include="ServiceStack.OrmLite.Sqlite">
7777
<HintPath>..\..\lib\ServiceStack.OrmLite.Sqlite.dll</HintPath>
7878
</Reference>
79-
<Reference Include="ServiceStack.ServiceClient.Web">
80-
<HintPath>..\..\lib\ServiceStack.ServiceClient.Web.dll</HintPath>
81-
</Reference>
8279
<Reference Include="ServiceStack.ServiceInterface">
8380
<HintPath>..\..\lib\ServiceStack.ServiceInterface.dll</HintPath>
8481
</Reference>

0 commit comments

Comments
 (0)