|
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
14 | 14 | <RootNamespace>EJ2MVCSampleBrowser</RootNamespace>
|
15 | 15 | <AssemblyName>EJ2MVCSampleBrowser</AssemblyName>
|
16 |
| - <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
17 | 17 | <MvcBuildViews>false</MvcBuildViews>
|
18 | 18 | <UseIISExpress>true</UseIISExpress>
|
19 | 19 | <IISExpressSSLPort />
|
|
24 | 24 | <NuGetPackageImportStamp>
|
25 | 25 | </NuGetPackageImportStamp>
|
26 | 26 | <Use64BitIISExpress />
|
| 27 | + <TargetFrameworkProfile /> |
27 | 28 | </PropertyGroup>
|
28 | 29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
29 | 30 | <DebugSymbols>true</DebugSymbols>
|
|
44 | 45 | </PropertyGroup>
|
45 | 46 | <ItemGroup>
|
46 | 47 | <Reference Include="Microsoft.CSharp" />
|
47 |
| - <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
48 |
| - <HintPath>packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 48 | + <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 49 | + <HintPath>packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
49 | 50 | </Reference>
|
50 |
| - <Reference Include="Syncfusion.EJ2, Version=19.4500.0.38, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL"> |
51 |
| - <HintPath>packages\Syncfusion.EJ2.MVC5.19.4.0.38\lib\net45\Syncfusion.EJ2.dll</HintPath> |
| 51 | + <Reference Include="Syncfusion.EJ2, Version=20.4500.0.38, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL"> |
| 52 | + <HintPath>packages\Syncfusion.EJ2.MVC5.20.4.0.38\lib\net45\Syncfusion.EJ2.dll</HintPath> |
52 | 53 | </Reference>
|
53 |
| - <Reference Include="Syncfusion.Licensing, Version=19.4460.0.38, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL"> |
54 |
| - <HintPath>packages\Syncfusion.Licensing.19.4.0.38\lib\net46\Syncfusion.Licensing.dll</HintPath> |
| 54 | + <Reference Include="Syncfusion.Licensing, Version=20.4460.0.38, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL"> |
| 55 | + <HintPath>packages\Syncfusion.Licensing.20.4.0.38\lib\net46\Syncfusion.Licensing.dll</HintPath> |
55 | 56 | </Reference>
|
56 | 57 | <Reference Include="System" />
|
57 | 58 | <Reference Include="System.Data" />
|
| 59 | + <Reference Include="System.Data.DataSetExtensions" /> |
58 | 60 | <Reference Include="System.Data.Linq" />
|
59 | 61 | <Reference Include="System.Drawing" />
|
60 | 62 | <Reference Include="System.Web.DynamicData" />
|
61 | 63 | <Reference Include="System.Web.Entity" />
|
62 | 64 | <Reference Include="System.Web.ApplicationServices" />
|
63 | 65 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
64 |
| - <Reference Include="System.Core" /> |
65 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
66 |
| - <Reference Include="System.Xml.Linq" /> |
67 |
| - <Reference Include="System.Web" /> |
68 | 66 | <Reference Include="System.Web.Extensions" />
|
| 67 | + <Reference Include="System.Web" /> |
69 | 68 | <Reference Include="System.Web.Abstractions" />
|
70 | 69 | <Reference Include="System.Web.Routing" />
|
71 | 70 | <Reference Include="System.Xml" />
|
|
107 | 106 | <Private>True</Private>
|
108 | 107 | <HintPath>packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
109 | 108 | </Reference>
|
| 109 | + <Reference Include="System.Xml.Linq" /> |
110 | 110 | <Reference Include="WebGrease">
|
111 | 111 | <Private>True</Private>
|
112 | 112 | <HintPath>packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
|
|
133 | 133 | <EmbeddedResource Include="favicon.ico">
|
134 | 134 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
135 | 135 | </EmbeddedResource>
|
| 136 | + <Content Include="Content\ej2\bootstrap-dark.css" /> |
| 137 | + <Content Include="Content\ej2\bootstrap.css" /> |
| 138 | + <Content Include="Content\ej2\bootstrap4.css" /> |
| 139 | + <Content Include="Content\ej2\bootstrap5-dark.css" /> |
| 140 | + <Content Include="Content\ej2\bootstrap5.css" /> |
| 141 | + <Content Include="Content\ej2\compatibility\bootstrap.css" /> |
| 142 | + <Content Include="Content\ej2\compatibility\bootstrap4.css" /> |
| 143 | + <Content Include="Content\ej2\compatibility\fabric.css" /> |
| 144 | + <Content Include="Content\ej2\compatibility\highcontrast.css" /> |
| 145 | + <Content Include="Content\ej2\compatibility\material.css" /> |
| 146 | + <Content Include="Content\ej2\fabric-dark.css" /> |
| 147 | + <Content Include="Content\ej2\fabric.css" /> |
| 148 | + <Content Include="Content\ej2\fluent-dark.css" /> |
| 149 | + <Content Include="Content\ej2\fluent.css" /> |
| 150 | + <Content Include="Content\ej2\highcontrast.css" /> |
| 151 | + <Content Include="Content\ej2\material-dark.css" /> |
| 152 | + <Content Include="Content\ej2\material.css" /> |
| 153 | + <Content Include="Content\ej2\tailwind-dark.css" /> |
| 154 | + <Content Include="Content\ej2\tailwind.css" /> |
136 | 155 | <Content Include="Content\index.css" />
|
137 | 156 | <Content Include="Content\styles.css" />
|
138 | 157 | <Content Include="Content\Style\bootstrap.css" />
|
|
153 | 172 | </Content>
|
154 | 173 | <Content Include="Scripts\crossroads.js" />
|
155 | 174 | <Content Include="Scripts\ej2.min.js" />
|
| 175 | + <Content Include="Scripts\ej2\ej2.min.js" /> |
156 | 176 | <Content Include="Scripts\fuse.min.js" />
|
157 | 177 | <Content Include="Scripts\hasher.min.js" />
|
158 | 178 | <Content Include="Scripts\index.js" />
|
|
175 | 195 | <Content Include="fonts\glyphicons-halflings-regular.ttf" />
|
176 | 196 | <Content Include="fonts\glyphicons-halflings-regular.eot" />
|
177 | 197 | <Content Include="packages.config" />
|
| 198 | + <Content Include="Content\ej2\compatibility\material.scss" /> |
| 199 | + <Content Include="Content\ej2\compatibility\highcontrast.scss" /> |
| 200 | + <Content Include="Content\ej2\compatibility\fabric.scss" /> |
| 201 | + <Content Include="Content\ej2\compatibility\bootstrap4.scss" /> |
| 202 | + <Content Include="Content\ej2\compatibility\bootstrap.scss" /> |
178 | 203 | <None Include="Project_Readme.html" />
|
179 | 204 | <Content Include="Views\Home\Index.cshtml" />
|
180 | 205 | <Content Include="Scripts\ej2.min.js.map" />
|
181 | 206 | </ItemGroup>
|
182 | 207 | <ItemGroup>
|
183 | 208 | <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
|
| 209 | + <Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" /> |
184 | 210 | </ItemGroup>
|
185 | 211 | <ItemGroup>
|
186 | 212 | <Folder Include="App_Data\" />
|
187 | 213 | <Folder Include="Models\" />
|
188 | 214 | </ItemGroup>
|
| 215 | + <ItemGroup> |
| 216 | + <TypeScriptCompile Include="Scripts\ej2\ej2.d.ts" /> |
| 217 | + </ItemGroup> |
189 | 218 | <PropertyGroup>
|
190 | 219 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
191 | 220 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
204 | 233 | <AutoAssignPort>True</AutoAssignPort>
|
205 | 234 | <DevelopmentServerPort>54079</DevelopmentServerPort>
|
206 | 235 | <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
207 |
| - <IISUrl>http://localhost:54079/</IISUrl> |
| 236 | + <IISUrl>http://localhost:54097/</IISUrl> |
208 | 237 | <NTLMAuthentication>False</NTLMAuthentication>
|
209 | 238 | <UseCustomServer>False</UseCustomServer>
|
210 | 239 | <CustomServerUrl>
|
|
0 commit comments