|
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder> |
14 | 14 | <RootNamespace>Docs</RootNamespace> |
15 | 15 | <AssemblyName>Docs</AssemblyName> |
16 | | - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
17 | 17 | <UseIISExpress>false</UseIISExpress> |
18 | 18 | <FileUpgradeFlags> |
19 | 19 | </FileUpgradeFlags> |
|
24 | 24 | <IISExpressAnonymousAuthentication /> |
25 | 25 | <IISExpressWindowsAuthentication /> |
26 | 26 | <IISExpressUseClassicPipelineMode /> |
| 27 | + <TargetFrameworkProfile /> |
27 | 28 | </PropertyGroup> |
28 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
29 | 30 | <DebugSymbols>true</DebugSymbols> |
|
43 | 44 | <WarningLevel>4</WarningLevel> |
44 | 45 | </PropertyGroup> |
45 | 46 | <ItemGroup> |
46 | | - <Reference Include="ServiceStack"> |
47 | | - <HintPath>..\packages\ServiceStack.3.9.63\lib\net35\ServiceStack.dll</HintPath> |
| 47 | + <Reference Include="ServiceStack, Version=4.0.11.0, Culture=neutral, processorArchitecture=MSIL"> |
| 48 | + <SpecificVersion>False</SpecificVersion> |
| 49 | + <HintPath>..\..\..\ServiceStack\src\ServiceStack\bin\Release\ServiceStack.dll</HintPath> |
48 | 50 | </Reference> |
49 | | - <Reference Include="ServiceStack.Common"> |
50 | | - <HintPath>..\packages\ServiceStack.Common.3.9.63\lib\net35\ServiceStack.Common.dll</HintPath> |
| 51 | + <Reference Include="ServiceStack.Client, Version=4.0.11.0, Culture=neutral, processorArchitecture=MSIL"> |
| 52 | + <SpecificVersion>False</SpecificVersion> |
| 53 | + <HintPath>..\..\..\ServiceStack\src\ServiceStack\bin\Release\ServiceStack.Client.dll</HintPath> |
51 | 54 | </Reference> |
52 | | - <Reference Include="ServiceStack.Interfaces"> |
53 | | - <HintPath>..\packages\ServiceStack.Common.3.9.63\lib\net35\ServiceStack.Interfaces.dll</HintPath> |
| 55 | + <Reference Include="ServiceStack.Common, Version=4.0.11.0, Culture=neutral, processorArchitecture=MSIL"> |
| 56 | + <SpecificVersion>False</SpecificVersion> |
| 57 | + <HintPath>..\..\..\ServiceStack\src\ServiceStack\bin\Release\ServiceStack.Common.dll</HintPath> |
54 | 58 | </Reference> |
55 | | - <Reference Include="ServiceStack.OrmLite"> |
56 | | - <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.63\lib\net35\ServiceStack.OrmLite.dll</HintPath> |
| 59 | + <Reference Include="ServiceStack.Interfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=e06fbc6124f57c43, processorArchitecture=MSIL"> |
| 60 | + <SpecificVersion>False</SpecificVersion> |
| 61 | + <HintPath>..\..\..\ServiceStack\src\ServiceStack\bin\Release\ServiceStack.Interfaces.dll</HintPath> |
57 | 62 | </Reference> |
58 | | - <Reference Include="ServiceStack.OrmLite.SqlServer"> |
59 | | - <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.63\lib\net35\ServiceStack.OrmLite.SqlServer.dll</HintPath> |
60 | | - </Reference> |
61 | | - <Reference Include="ServiceStack.Redis"> |
62 | | - <HintPath>..\packages\ServiceStack.Redis.3.9.63\lib\net35\ServiceStack.Redis.dll</HintPath> |
63 | | - </Reference> |
64 | | - <Reference Include="ServiceStack.ServiceInterface"> |
65 | | - <HintPath>..\packages\ServiceStack.3.9.63\lib\net35\ServiceStack.ServiceInterface.dll</HintPath> |
66 | | - </Reference> |
67 | | - <Reference Include="ServiceStack.Text"> |
68 | | - <HintPath>..\packages\ServiceStack.Text.3.9.63\lib\net35\ServiceStack.Text.dll</HintPath> |
| 63 | + <Reference Include="ServiceStack.Text, Version=4.0.11.0, Culture=neutral, processorArchitecture=MSIL"> |
| 64 | + <SpecificVersion>False</SpecificVersion> |
| 65 | + <HintPath>..\..\..\ServiceStack\src\ServiceStack\bin\Release\ServiceStack.Text.dll</HintPath> |
69 | 66 | </Reference> |
70 | 67 | <Reference Include="System" /> |
71 | 68 | <Reference Include="System.Data" /> |
72 | | - <Reference Include="System.Core" /> |
73 | 69 | <Reference Include="System.Data.DataSetExtensions" /> |
74 | | - <Reference Include="System.Xml.Linq" /> |
| 70 | + <Reference Include="System.Web.ApplicationServices" /> |
| 71 | + <Reference Include="System.Web.DynamicData" /> |
| 72 | + <Reference Include="System.Web.Entity" /> |
| 73 | + <Reference Include="System.Web.Extensions" /> |
75 | 74 | <Reference Include="System.Drawing" /> |
76 | 75 | <Reference Include="System.Web" /> |
77 | 76 | <Reference Include="System.Xml" /> |
78 | 77 | <Reference Include="System.Configuration" /> |
| 78 | + <Reference Include="System.Xml.Linq" /> |
79 | 79 | </ItemGroup> |
80 | 80 | <ItemGroup> |
81 | | - <Content Include="default.shtml" /> |
| 81 | + <Content Include="Views\Shared\_Layout.shtml" /> |
82 | 82 | <Content Include="css\default.css" /> |
83 | 83 | <Content Include="css\styles.css" /> |
84 | 84 | <Content Include="Global.asax" /> |
|
0 commit comments