|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | | - <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" /> |
4 | | - <Import Project="..\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props')" /> |
| 3 | + <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" /> |
| 4 | + <Import Project="..\packages\Microsoft.Net.Compilers.2.4.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.4.0\build\Microsoft.Net.Compilers.props')" /> |
5 | 5 | <PropertyGroup> |
6 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 | 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
21 | 21 | <RootNamespace>codeRR.Server.Web</RootNamespace> |
22 | 22 | <SchemaVersion>2.0</SchemaVersion> |
23 | 23 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
24 | | - <TypeScriptToolsVersion>2.3</TypeScriptToolsVersion> |
25 | 24 | <UseGlobalApplicationHostFile /> |
26 | 25 | <UseIISExpress>true</UseIISExpress> |
27 | | - <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
| 26 | + <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion> |
28 | 27 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
29 | 28 | <Use64BitIISExpress /> |
30 | 29 | </PropertyGroup> |
|
36 | 35 | <Optimize>false</Optimize> |
37 | 36 | <OutputPath>bin\</OutputPath> |
38 | 37 | <PublishDatabases>false</PublishDatabases> |
39 | | - <TypeScriptCompileOnSaveEnabled>True</TypeScriptCompileOnSaveEnabled> |
40 | | - <TypeScriptGeneratesDeclarations>False</TypeScriptGeneratesDeclarations> |
41 | | - <TypeScriptJSXEmit>None</TypeScriptJSXEmit> |
42 | | - <TypeScriptMapRoot /> |
43 | | - <TypeScriptModuleKind>None</TypeScriptModuleKind> |
44 | | - <TypeScriptNoEmitOnError>True</TypeScriptNoEmitOnError> |
45 | | - <TypeScriptNoImplicitAny>False</TypeScriptNoImplicitAny> |
46 | | - <TypeScriptOutDir /> |
47 | | - <TypeScriptOutFile /> |
48 | | - <TypeScriptRemoveComments>False</TypeScriptRemoveComments> |
49 | | - <TypeScriptSourceMap>True</TypeScriptSourceMap> |
50 | | - <TypeScriptSourceRoot /> |
51 | | - <TypeScriptTarget>ES5</TypeScriptTarget> |
52 | 38 | <WarningLevel>4</WarningLevel> |
53 | | - <DocumentationFile> |
54 | | - </DocumentationFile> |
55 | 39 | </PropertyGroup> |
56 | 40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
57 | 41 | <DebugType>pdbonly</DebugType> |
58 | 42 | <DefineConstants>TRACE</DefineConstants> |
59 | 43 | <ErrorReport>prompt</ErrorReport> |
60 | 44 | <Optimize>true</Optimize> |
61 | 45 | <OutputPath>bin\</OutputPath> |
| 46 | + </PropertyGroup> |
| 47 | + <PropertyGroup> |
| 48 | + <TypeScriptToolsVersion>2.3</TypeScriptToolsVersion> |
62 | 49 | <TypeScriptCompileOnSaveEnabled>True</TypeScriptCompileOnSaveEnabled> |
63 | 50 | <TypeScriptGeneratesDeclarations>False</TypeScriptGeneratesDeclarations> |
64 | 51 | <TypeScriptJSXEmit>None</TypeScriptJSXEmit> |
65 | 52 | <TypeScriptMapRoot /> |
66 | | - <TypeScriptModuleKind>CommonJS</TypeScriptModuleKind> |
| 53 | + <TypeScriptModuleKind>None</TypeScriptModuleKind> |
67 | 54 | <TypeScriptNoEmitOnError>True</TypeScriptNoEmitOnError> |
68 | 55 | <TypeScriptNoImplicitAny>False</TypeScriptNoImplicitAny> |
69 | 56 | <TypeScriptOutDir /> |
|
72 | 59 | <TypeScriptSourceMap>True</TypeScriptSourceMap> |
73 | 60 | <TypeScriptSourceRoot /> |
74 | 61 | <TypeScriptTarget>ES5</TypeScriptTarget> |
75 | | - <WarningLevel>4</WarningLevel> |
76 | | - <DocumentationFile> |
77 | | - </DocumentationFile> |
78 | 62 | </PropertyGroup> |
79 | 63 | <ItemGroup> |
80 | 64 | <ProjectReference Include="..\Coderr.Server.Api.Client\codeRR.Server.Api.Client.csproj"> |
|
137 | 121 | <Reference Include="Microsoft.AspNet.Identity.Owin"> |
138 | 122 | <HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath> |
139 | 123 | </Reference> |
140 | | - <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
141 | | - <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath> |
| 124 | + <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 125 | + <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath> |
142 | 126 | </Reference> |
143 | | - <Reference Include="Microsoft.CSharp" /> |
144 | 127 | <Reference Include="Microsoft.Owin, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
145 | 128 | <HintPath>..\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll</HintPath> |
146 | 129 | </Reference> |
|
172 | 155 | <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
173 | 156 | <Private>True</Private> |
174 | 157 | </Reference> |
| 158 | + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 159 | + <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 160 | + </Reference> |
175 | 161 | <Reference Include="Owin"> |
176 | 162 | <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath> |
177 | 163 | </Reference> |
178 | | - <Reference Include="System" /> |
179 | | - <Reference Include="System.ComponentModel.DataAnnotations" /> |
180 | | - <Reference Include="System.Configuration" /> |
181 | | - <Reference Include="System.Core" /> |
182 | | - <Reference Include="System.Data" /> |
183 | | - <Reference Include="System.Data.DataSetExtensions" /> |
184 | | - <Reference Include="System.Drawing" /> |
185 | | - <Reference Include="System.Management" /> |
186 | | - <Reference Include="System.Messaging" /> |
187 | | - <Reference Include="System.Net.Http" /> |
188 | 164 | <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
189 | 165 | <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
190 | 166 | <Private>True</Private> |
191 | 167 | </Reference> |
192 | | - <Reference Include="System.Net.Http.WebRequest" /> |
193 | | - <Reference Include="System.Runtime.Serialization" /> |
194 | | - <Reference Include="System.Web" /> |
195 | | - <Reference Include="System.Web.Abstractions" /> |
196 | | - <Reference Include="System.Web.ApplicationServices" /> |
197 | | - <Reference Include="System.Web.Entity" /> |
198 | 168 | <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
199 | 169 | <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath> |
200 | 170 | <Private>True</Private> |
|
220 | 190 | <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath> |
221 | 191 | <Private>True</Private> |
222 | 192 | </Reference> |
223 | | - <Reference Include="System.Web.Routing" /> |
224 | 193 | <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
225 | 194 | <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath> |
226 | 195 | <Private>True</Private> |
|
233 | 202 | <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath> |
234 | 203 | <Private>True</Private> |
235 | 204 | </Reference> |
236 | | - <Reference Include="System.Xml" /> |
237 | | - <Reference Include="System.Xml.Linq" /> |
238 | 205 | <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
239 | 206 | <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath> |
240 | 207 | <Private>True</Private> |
241 | 208 | </Reference> |
242 | 209 | </ItemGroup> |
| 210 | + <ItemGroup> |
| 211 | + <Reference Include="Microsoft.CSharp" /> |
| 212 | + <Reference Include="System" /> |
| 213 | + <Reference Include="System.ComponentModel.DataAnnotations" /> |
| 214 | + <Reference Include="System.Configuration" /> |
| 215 | + <Reference Include="System.Core" /> |
| 216 | + <Reference Include="System.Data" /> |
| 217 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 218 | + <Reference Include="System.Drawing" /> |
| 219 | + <Reference Include="System.Management" /> |
| 220 | + <Reference Include="System.Messaging" /> |
| 221 | + <Reference Include="System.Net.Http" /> |
| 222 | + <Reference Include="System.Net.Http.WebRequest" /> |
| 223 | + <Reference Include="System.Runtime.Serialization" /> |
| 224 | + <Reference Include="System.Web" /> |
| 225 | + <Reference Include="System.Web.Abstractions" /> |
| 226 | + <Reference Include="System.Web.ApplicationServices" /> |
| 227 | + <Reference Include="System.Web.Entity" /> |
| 228 | + <Reference Include="System.Web.Routing" /> |
| 229 | + <Reference Include="System.Xml" /> |
| 230 | + <Reference Include="System.Xml.Linq" /> |
| 231 | + </ItemGroup> |
243 | 232 | <ItemGroup> |
244 | 233 | <Compile Include="AdoNetUowSpy.cs" /> |
245 | 234 | <Compile Include="App_Start\BundleConfig.cs" /> |
|
347 | 336 | <Compile Include="Results\ChallengeResult.cs" /> |
348 | 337 | <Compile Include="Startup.cs" /> |
349 | 338 | <Compile Include="Views\BaseViewPage.cs" /> |
350 | | - </ItemGroup> |
351 | | - <ItemGroup> |
352 | | - <Folder Include="App_Data\" /> |
353 | | - <Folder Include="Areas\Receiver\Views\Shared\" /> |
354 | | - </ItemGroup> |
355 | | - <ItemGroup> |
356 | 339 | <Content Include="Areas\Admin\Views\_ViewStart.cshtml" /> |
357 | 340 | <Content Include="Areas\Admin\Views\ApiKeys\Create.cshtml" /> |
358 | 341 | <Content Include="Areas\Admin\Views\ApiKeys\Created.cshtml" /> |
|
551 | 534 | <Content Include="Views\Wizard\Packages.cshtml" /> |
552 | 535 | <Content Include="Views\Wizard\ConfigurePackage.cshtml" /> |
553 | 536 | <Content Include="Views\Wizard\Validate.cshtml" /> |
554 | | - </ItemGroup> |
555 | | - <ItemGroup> |
556 | 537 | <Content Include="Areas\Installation\Views\Setup\Completed.cshtml" /> |
557 | 538 | <Content Include="Areas\Admin\Views\Application\Versions.cshtml" /> |
558 | 539 | <None Include="compilerconfig.json" /> |
|
562 | 543 | <Content Include="Scripts\jquery-3.1.1.slim.min.map" /> |
563 | 544 | <Content Include="Scripts\jquery-3.1.1.min.map" /> |
564 | 545 | </ItemGroup> |
| 546 | + <ItemGroup> |
| 547 | + <Folder Include="App_Data\" /> |
| 548 | + <Folder Include="Areas\Receiver\Views\Shared\" /> |
| 549 | + </ItemGroup> |
565 | 550 | <ItemGroup> |
566 | 551 | <Service Include="{4A0DDDB5-7A95-4FBF-97CC-616D07737A77}" /> |
567 | 552 | </ItemGroup> |
|
607 | 592 | <TypeScriptCompile Include="ViewModels\User\NotificationsViewModel.ts" /> |
608 | 593 | <TypeScriptCompile Include="ViewModels\User\SettingsViewModel.ts" /> |
609 | 594 | </ItemGroup> |
610 | | - <ItemGroup> |
611 | | - <WCFMetadata Include="Service References\" /> |
612 | | - </ItemGroup> |
613 | 595 | <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'"> |
614 | 596 | <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" /> |
615 | 597 | </Target> |
|
641 | 623 | <PropertyGroup> |
642 | 624 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
643 | 625 | </PropertyGroup> |
644 | | - <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.3.2\build\Microsoft.Net.Compilers.props'))" /> |
645 | | - <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.7\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" /> |
| 626 | + <Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.4.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.4.0\build\Microsoft.Net.Compilers.props'))" /> |
| 627 | + <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" /> |
646 | 628 | </Target> |
647 | 629 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
648 | 630 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments