Skip to content

Commit 2a72774

Browse files
committed
Removed some file references to files that don't exist from two project files.
1 parent 55a6204 commit 2a72774

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

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/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" />

0 commit comments

Comments
 (0)