|
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
14 | 14 | <RootNamespace>GridExcelSpreadProcessing</RootNamespace>
|
15 | 15 | <AssemblyName>GridExcelSpreadProcessing</AssemblyName>
|
16 |
| - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
| 16 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
17 | 17 | <MvcBuildViews>false</MvcBuildViews>
|
18 | 18 | <UseIISExpress>true</UseIISExpress>
|
19 | 19 | <IISExpressSSLPort />
|
20 | 20 | <IISExpressAnonymousAuthentication />
|
21 | 21 | <IISExpressWindowsAuthentication />
|
22 | 22 | <IISExpressUseClassicPipelineMode />
|
23 | 23 | <UseGlobalApplicationHostFile />
|
| 24 | + <TargetFrameworkProfile /> |
24 | 25 | </PropertyGroup>
|
25 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
26 | 27 | <DebugSymbols>true</DebugSymbols>
|
|
40 | 41 | <WarningLevel>4</WarningLevel>
|
41 | 42 | </PropertyGroup>
|
42 | 43 | <ItemGroup>
|
43 |
| - <Reference Include="Antlr3.Runtime, Version=3.4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL"> |
44 |
| - <HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath> |
45 |
| - <SpecificVersion>False</SpecificVersion> |
46 |
| - <Private>False</Private> |
47 |
| - </Reference> |
48 |
| - <Reference Include="Kendo.Mvc"> |
49 |
| - <HintPath>..\lib\KENDOUIMVC\2016.1.412.545\Kendo.Mvc.dll</HintPath> |
| 44 | + <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL"> |
| 45 | + <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath> |
50 | 46 | <Private>True</Private>
|
51 | 47 | </Reference>
|
| 48 | + <Reference Include="Kendo.Mvc, Version=2016.3.914.440, Culture=neutral, PublicKeyToken=121fae78165ba3d4, processorArchitecture=MSIL"> |
| 49 | + <SpecificVersion>False</SpecificVersion> |
| 50 | + <HintPath>..\packages\KENDOUIMVC\2016.3.914.545\Kendo.Mvc.dll</HintPath> |
| 51 | + </Reference> |
52 | 52 | <Reference Include="Microsoft.CSharp" />
|
53 | 53 | <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
54 | 54 | <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
55 | 55 | <Private>True</Private>
|
56 | 56 | </Reference>
|
57 |
| - <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
58 |
| - <SpecificVersion>False</SpecificVersion> |
59 |
| - <HintPath>bin\Newtonsoft.Json.dll</HintPath> |
| 57 | + <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 58 | + <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 59 | + <Private>True</Private> |
60 | 60 | </Reference>
|
61 | 61 | <Reference Include="System" />
|
62 | 62 | <Reference Include="System.Data" />
|
| 63 | + <Reference Include="System.Data.DataSetExtensions" /> |
63 | 64 | <Reference Include="System.Data.Entity" />
|
64 | 65 | <Reference Include="System.Drawing" />
|
65 | 66 | <Reference Include="System.Web.DynamicData" />
|
66 | 67 | <Reference Include="System.Web.Entity" />
|
67 | 68 | <Reference Include="System.Web.ApplicationServices" />
|
68 | 69 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
69 |
| - <Reference Include="System.Core" /> |
70 |
| - <Reference Include="System.Data.DataSetExtensions" /> |
| 70 | + <Reference Include="System.Web.Extensions" /> |
| 71 | + <Reference Include="System.Web" /> |
| 72 | + <Reference Include="System.Web.Abstractions" /> |
71 | 73 | <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
72 |
| - <HintPath>C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v2.0\Assemblies\System.Web.Helpers.dll</HintPath> |
73 |
| - <SpecificVersion>False</SpecificVersion> |
74 |
| - <Private>False</Private> |
| 74 | + <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
| 75 | + <Private>True</Private> |
75 | 76 | </Reference>
|
76 |
| - <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
77 |
| - <SpecificVersion>False</SpecificVersion> |
78 |
| - <HintPath>bin\System.Web.Mvc.dll</HintPath> |
| 77 | + <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 78 | + <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath> |
| 79 | + <Private>True</Private> |
79 | 80 | </Reference>
|
80 | 81 | <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
81 | 82 | <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
|
82 |
| - <SpecificVersion>False</SpecificVersion> |
83 |
| - <Private>False</Private> |
| 83 | + <Private>True</Private> |
84 | 84 | </Reference>
|
85 | 85 | <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
86 | 86 | <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
|
87 |
| - <SpecificVersion>False</SpecificVersion> |
88 |
| - <Private>False</Private> |
| 87 | + <Private>True</Private> |
89 | 88 | </Reference>
|
| 89 | + <Reference Include="System.Web.Routing" /> |
90 | 90 | <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
91 | 91 | <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
|
92 |
| - <SpecificVersion>False</SpecificVersion> |
93 |
| - <Private>False</Private> |
| 92 | + <Private>True</Private> |
94 | 93 | </Reference>
|
95 | 94 | <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
96 | 95 | <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
|
97 |
| - <SpecificVersion>False</SpecificVersion> |
98 |
| - <Private>False</Private> |
| 96 | + <Private>True</Private> |
99 | 97 | </Reference>
|
100 | 98 | <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
101 | 99 | <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
102 |
| - <SpecificVersion>False</SpecificVersion> |
103 |
| - <Private>False</Private> |
| 100 | + <Private>True</Private> |
104 | 101 | </Reference>
|
105 |
| - <Reference Include="System.Xml.Linq" /> |
106 |
| - <Reference Include="System.Web" /> |
107 |
| - <Reference Include="System.Web.Extensions" /> |
108 |
| - <Reference Include="System.Web.Abstractions" /> |
109 |
| - <Reference Include="System.Web.Routing" /> |
110 | 102 | <Reference Include="System.Xml" />
|
111 | 103 | <Reference Include="System.Configuration" />
|
112 | 104 | <Reference Include="System.Web.Services" />
|
113 | 105 | <Reference Include="System.EnterpriseServices" />
|
114 |
| - <Reference Include="Telerik.Documents.SpreadsheetStreaming, Version=2016.2.606.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
115 |
| - <SpecificVersion>False</SpecificVersion> |
116 |
| - <HintPath>bin\Telerik.Documents.SpreadsheetStreaming.dll</HintPath> |
| 106 | + <Reference Include="System.Xml.Linq" /> |
| 107 | + <Reference Include="Telerik.Documents.SpreadsheetStreaming"> |
| 108 | + <HintPath>..\packages\TelerikDocumentProcessing\2016.3.913.40\Telerik.Documents.SpreadsheetStreaming.dll</HintPath> |
117 | 109 | </Reference>
|
118 |
| - <Reference Include="Telerik.Windows.Documents.Spreadsheet, Version=2016.2.606.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
119 |
| - <SpecificVersion>False</SpecificVersion> |
120 |
| - <HintPath>Bin\Telerik.Windows.Documents.Spreadsheet.dll</HintPath> |
| 110 | + <Reference Include="Telerik.Windows.Documents.Spreadsheet"> |
| 111 | + <HintPath>..\packages\TelerikDocumentProcessing\2016.3.913.40\Telerik.Windows.Documents.Spreadsheet.dll</HintPath> |
121 | 112 | </Reference>
|
122 |
| - <Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml, Version=2016.2.606.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL"> |
123 |
| - <SpecificVersion>False</SpecificVersion> |
124 |
| - <HintPath>Bin\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll</HintPath> |
| 113 | + <Reference Include="Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml"> |
| 114 | + <HintPath>..\packages\TelerikDocumentProcessing\2016.3.913.40\Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.dll</HintPath> |
125 | 115 | </Reference>
|
126 |
| - <Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
127 |
| - <HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath> |
128 |
| - <SpecificVersion>False</SpecificVersion> |
129 |
| - <Private>False</Private> |
| 116 | + <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 117 | + <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath> |
| 118 | + <Private>True</Private> |
130 | 119 | </Reference>
|
131 | 120 | </ItemGroup>
|
132 | 121 | <ItemGroup>
|
|
143 | 132 | <Compile Include="Properties\AssemblyInfo.cs" />
|
144 | 133 | </ItemGroup>
|
145 | 134 | <ItemGroup>
|
| 135 | + <Content Include="Content\bootstrap-theme.css" /> |
| 136 | + <Content Include="Content\bootstrap-theme.min.css" /> |
| 137 | + <Content Include="Content\bootstrap.css" /> |
| 138 | + <Content Include="Content\bootstrap.min.css" /> |
| 139 | + <Content Include="fonts\glyphicons-halflings-regular.svg" /> |
146 | 140 | <Content Include="Global.asax" />
|
147 |
| - <Content Include="packages.config" /> |
| 141 | + <Content Include="fonts\glyphicons-halflings-regular.woff2" /> |
| 142 | + <Content Include="fonts\glyphicons-halflings-regular.woff" /> |
| 143 | + <Content Include="fonts\glyphicons-halflings-regular.ttf" /> |
| 144 | + <Content Include="fonts\glyphicons-halflings-regular.eot" /> |
| 145 | + <Content Include="Content\bootstrap.min.css.map" /> |
| 146 | + <Content Include="Content\bootstrap.css.map" /> |
| 147 | + <Content Include="Content\bootstrap-theme.min.css.map" /> |
| 148 | + <Content Include="Content\bootstrap-theme.css.map" /> |
| 149 | + <None Include="Scripts\jquery-3.1.1.intellisense.js" /> |
| 150 | + <Content Include="Scripts\bootstrap.js" /> |
| 151 | + <Content Include="Scripts\bootstrap.min.js" /> |
| 152 | + <Content Include="Scripts\jquery-3.1.1.js" /> |
| 153 | + <Content Include="Scripts\jquery-3.1.1.min.js" /> |
| 154 | + <Content Include="Scripts\jquery-3.1.1.slim.js" /> |
| 155 | + <Content Include="Scripts\jquery-3.1.1.slim.min.js" /> |
| 156 | + <Content Include="Content\kendo.compatibility.css" /> |
| 157 | + <Content Include="Scripts\kendo.modernizr.custom.js" /> |
| 158 | + <Content Include="Scripts\modernizr-2.8.3.js" /> |
| 159 | + <Content Include="Scripts\respond.js" /> |
| 160 | + <Content Include="Scripts\respond.matchmedia.addListener.js" /> |
| 161 | + <Content Include="Scripts\respond.matchmedia.addListener.min.js" /> |
| 162 | + <Content Include="Scripts\respond.min.js" /> |
148 | 163 | <Content Include="Web.config">
|
149 | 164 | <SubType>Designer</SubType>
|
150 | 165 | </Content>
|
|
177 | 192 | </ItemGroup>
|
178 | 193 | <ItemGroup>
|
179 | 194 | <Folder Include="App_Data\" />
|
| 195 | + <Folder Include="Images\" /> |
180 | 196 | </ItemGroup>
|
181 | 197 | <ItemGroup>
|
182 | 198 | <Content Include="Views\Stream\Index.cshtml" />
|
183 | 199 | </ItemGroup>
|
| 200 | + <ItemGroup> |
| 201 | + <Content Include="packages.config" /> |
| 202 | + </ItemGroup> |
| 203 | + <ItemGroup> |
| 204 | + <Content Include="Scripts\jquery-3.1.1.slim.min.map" /> |
| 205 | + </ItemGroup> |
| 206 | + <ItemGroup> |
| 207 | + <Content Include="Scripts\jquery-3.1.1.min.map" /> |
| 208 | + </ItemGroup> |
184 | 209 | <PropertyGroup>
|
185 | 210 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
186 | 211 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
0 commit comments