|
12 | 12 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
13 | 13 | <RootNamespace>ServiceStack.MovieRest</RootNamespace>
|
14 | 14 | <AssemblyName>ServiceStack.MovieRest</AssemblyName>
|
15 |
| - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 15 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
16 | 16 | <FileUpgradeFlags>
|
17 | 17 | </FileUpgradeFlags>
|
18 | 18 | <OldToolsVersion>4.0</OldToolsVersion>
|
19 | 19 | <UpgradeBackupLocation>
|
20 | 20 | </UpgradeBackupLocation>
|
21 |
| - <UseIISExpress>false</UseIISExpress> |
| 21 | + <UseIISExpress>true</UseIISExpress> |
22 | 22 | <IISExpressSSLPort />
|
23 | 23 | <IISExpressAnonymousAuthentication />
|
24 | 24 | <IISExpressWindowsAuthentication />
|
25 | 25 | <IISExpressUseClassicPipelineMode />
|
26 | 26 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
27 | 27 | <RestorePackages>true</RestorePackages>
|
| 28 | + <TargetFrameworkProfile /> |
28 | 29 | </PropertyGroup>
|
29 | 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
30 | 31 | <DebugSymbols>true</DebugSymbols>
|
|
48 | 49 | <PlatformTarget>x86</PlatformTarget>
|
49 | 50 | </PropertyGroup>
|
50 | 51 | <ItemGroup>
|
51 |
| - <Reference Include="Mono.Data.Sqlite"> |
52 |
| - <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.59\lib\net35\Mono.Data.Sqlite.dll</HintPath> |
| 52 | + <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 53 | + <Private>True</Private> |
| 54 | + <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
| 55 | + </Reference> |
| 56 | + <Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
| 57 | + <SpecificVersion>False</SpecificVersion> |
| 58 | + <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.59\lib\net40\Mono.Data.Sqlite.dll</HintPath> |
53 | 59 | </Reference>
|
54 | 60 | <Reference Include="ServiceStack">
|
55 | 61 | <HintPath>..\packages\ServiceStack.3.9.59\lib\net35\ServiceStack.dll</HintPath>
|
|
63 | 69 | </Reference>
|
64 | 70 | <Reference Include="ServiceStack.OrmLite, Version=3.9.59.0, Culture=neutral, processorArchitecture=MSIL">
|
65 | 71 | <SpecificVersion>False</SpecificVersion>
|
66 |
| - <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.59\lib\net35\ServiceStack.OrmLite.dll</HintPath> |
| 72 | + <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.59\lib\net40\ServiceStack.OrmLite.dll</HintPath> |
67 | 73 | </Reference>
|
68 |
| - <Reference Include="ServiceStack.OrmLite.Sqlite"> |
69 |
| - <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.59\lib\net35\ServiceStack.OrmLite.Sqlite.dll</HintPath> |
| 74 | + <Reference Include="ServiceStack.OrmLite.Sqlite, Version=3.9.59.0, Culture=neutral, processorArchitecture=x86"> |
| 75 | + <SpecificVersion>False</SpecificVersion> |
| 76 | + <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.59\lib\net40\ServiceStack.OrmLite.Sqlite.dll</HintPath> |
70 | 77 | </Reference>
|
71 | 78 | <Reference Include="ServiceStack.OrmLite.SqlServer">
|
72 | 79 | <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.59\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath>
|
|
85 | 92 | </Reference>
|
86 | 93 | <Reference Include="System" />
|
87 | 94 | <Reference Include="System.Data" />
|
88 |
| - <Reference Include="System.Core"> |
89 |
| - <RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 95 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 96 | + <Reference Include="System.Data.SQLite"> |
| 97 | + <HintPath>..\packages\System.Data.SQLite.1.0.88.0\lib\net40\System.Data.SQLite.dll</HintPath> |
90 | 98 | </Reference>
|
91 |
| - <Reference Include="System.Data.DataSetExtensions"> |
92 |
| - <RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 99 | + <Reference Include="System.Data.SQLite.Linq"> |
| 100 | + <HintPath>..\packages\System.Data.SQLite.1.0.88.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath> |
93 | 101 | </Reference>
|
94 | 102 | <Reference Include="System.Runtime.Serialization">
|
95 | 103 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
96 | 104 | </Reference>
|
97 |
| - <Reference Include="System.Web.Extensions"> |
98 |
| - <RequiredTargetFramework>3.5</RequiredTargetFramework> |
99 |
| - </Reference> |
100 |
| - <Reference Include="System.Xml.Linq"> |
101 |
| - <RequiredTargetFramework>3.5</RequiredTargetFramework> |
102 |
| - </Reference> |
| 105 | + <Reference Include="System.Web.ApplicationServices" /> |
| 106 | + <Reference Include="System.Web.DynamicData" /> |
| 107 | + <Reference Include="System.Web.Entity" /> |
| 108 | + <Reference Include="System.Web.Extensions" /> |
103 | 109 | <Reference Include="System.Drawing" />
|
104 | 110 | <Reference Include="System.Web" />
|
105 | 111 | <Reference Include="System.Xml" />
|
106 | 112 | <Reference Include="System.Configuration" />
|
| 113 | + <Reference Include="System.Xml.Linq" /> |
| 114 | + <Reference Include="WebActivator"> |
| 115 | + <HintPath>..\packages\WebActivator.1.5.3\lib\net40\WebActivator.dll</HintPath> |
| 116 | + <Private>True</Private> |
| 117 | + </Reference> |
107 | 118 | </ItemGroup>
|
108 | 119 | <ItemGroup>
|
109 | 120 | <Content Include="Content\Css\default.css" />
|
110 | 121 | <Content Include="default.htm" />
|
111 | 122 | <Content Include="Global.asax" />
|
112 | 123 | <Content Include="Content\Images\bg-body-1024.png" />
|
113 | 124 | <Content Include="Content\Images\btn-github.png" />
|
114 |
| - <None Include="Scripts\jquery-2.0.3.intellisense.js" /> |
115 |
| - <Content Include="Scripts\jquery-2.0.3.js" /> |
116 |
| - <Content Include="Scripts\jquery-2.0.3.min.js" /> |
117 | 125 | <Content Include="sqlite\x64\sqlite3.dll" />
|
118 | 126 | <Content Include="sqlite\x86\sqlite3.def" />
|
119 | 127 | <Content Include="sqlite\x86\sqlite3.dll" />
|
120 | 128 | <Content Include="sqlite\x86\sqlite3.exe" />
|
| 129 | + <Content Include="x64\SQLite.Interop.dll"> |
| 130 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 131 | + </Content> |
| 132 | + <Content Include="x86\SQLite.Interop.dll"> |
| 133 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 134 | + </Content> |
| 135 | + <None Include="Scripts\jquery-2.0.3.intellisense.js" /> |
| 136 | + <Content Include="Scripts\jquery-2.0.3.js" /> |
| 137 | + <Content Include="Scripts\jquery-2.0.3.min.js" /> |
121 | 138 | <Content Include="Web.config">
|
122 | 139 | <SubType>Designer</SubType>
|
123 | 140 | </Content>
|
124 | 141 | <Content Include="Scripts\jquery-2.0.3.min.map" />
|
125 | 142 | </ItemGroup>
|
126 | 143 | <ItemGroup>
|
| 144 | + <Compile Include="App_Start\AppHost.cs" /> |
127 | 145 | <Compile Include="ResetMovies.cs" />
|
128 | 146 | <Compile Include="MovieService.cs" />
|
129 | 147 | <Compile Include="Global.asax.cs">
|
|
159 | 177 | <AutoAssignPort>True</AutoAssignPort>
|
160 | 178 | <DevelopmentServerPort>55867</DevelopmentServerPort>
|
161 | 179 | <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
162 |
| - <IISUrl>http://localhost/ServiceStack.MovieRest</IISUrl> |
| 180 | + <IISUrl>http://localhost:55867/</IISUrl> |
163 | 181 | <NTLMAuthentication>False</NTLMAuthentication>
|
164 | 182 | <UseCustomServer>False</UseCustomServer>
|
165 | 183 | <CustomServerUrl>
|
|
0 commit comments