|
23 | 23 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">$(MSBuildProjectDirectory)\..\..\..\</SolutionDir>
|
24 | 24 | <RestorePackages>true</RestorePackages>
|
25 | 25 | <TargetFrameworkProfile />
|
26 |
| - <NuGetPackageImportStamp>5ce62974</NuGetPackageImportStamp> |
| 26 | + <NuGetPackageImportStamp> |
| 27 | + </NuGetPackageImportStamp> |
27 | 28 | <UseGlobalApplicationHostFile />
|
28 | 29 | </PropertyGroup>
|
29 | 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
45 | 46 | </PropertyGroup>
|
46 | 47 | <ItemGroup>
|
47 | 48 | <Reference Include="Microsoft.CSharp" />
|
| 49 | + <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 50 | + <HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
| 51 | + <Private>True</Private> |
| 52 | + </Reference> |
48 | 53 | <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
49 | 54 | <HintPath>..\..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
50 | 55 | <Private>True</Private>
|
51 | 56 | </Reference>
|
52 | 57 | <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
53 |
| - <HintPath>..\..\..\packages\NLog.4.1.2\lib\net45\NLog.dll</HintPath> |
| 58 | + <HintPath>..\..\..\packages\NLog.4.2.1\lib\net45\NLog.dll</HintPath> |
54 | 59 | <Private>True</Private>
|
55 | 60 | </Reference>
|
56 | 61 | <Reference Include="System" />
|
|
59 | 64 | <Reference Include="System.Data.Entity" />
|
60 | 65 | <Reference Include="System.Drawing" />
|
61 | 66 | <Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
62 |
| - <SpecificVersion>False</SpecificVersion> |
63 | 67 | <HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
|
| 68 | + <Private>True</Private> |
64 | 69 | </Reference>
|
65 | 70 | <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
66 |
| - <SpecificVersion>False</SpecificVersion> |
67 | 71 | <HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
|
| 72 | + <Private>True</Private> |
68 | 73 | </Reference>
|
69 | 74 | <Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
70 |
| - <SpecificVersion>False</SpecificVersion> |
71 | 75 | <HintPath>..\..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
|
| 76 | + <Private>True</Private> |
72 | 77 | </Reference>
|
73 | 78 | <Reference Include="System.Web.DynamicData" />
|
74 | 79 | <Reference Include="System.Web.Entity" />
|
|
78 | 83 | <Reference Include="System.Web" />
|
79 | 84 | <Reference Include="System.Web.Abstractions" />
|
80 | 85 | <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
81 |
| - <SpecificVersion>False</SpecificVersion> |
82 | 86 | <HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
|
| 87 | + <Private>True</Private> |
83 | 88 | </Reference>
|
84 | 89 | <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
85 |
| - <SpecificVersion>False</SpecificVersion> |
86 | 90 | <HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
|
| 91 | + <Private>True</Private> |
87 | 92 | </Reference>
|
88 | 93 | <Reference Include="System.Web.Http.Tracing, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
89 |
| - <SpecificVersion>False</SpecificVersion> |
90 | 94 | <HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.Tracing.5.2.3\lib\net45\System.Web.Http.Tracing.dll</HintPath>
|
| 95 | + <Private>True</Private> |
91 | 96 | </Reference>
|
92 | 97 | <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
93 |
| - <SpecificVersion>False</SpecificVersion> |
94 | 98 | <HintPath>..\..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
|
| 99 | + <Private>True</Private> |
95 | 100 | </Reference>
|
96 | 101 | <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
97 |
| - <SpecificVersion>False</SpecificVersion> |
98 | 102 | <HintPath>..\..\..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
|
| 103 | + <Private>True</Private> |
99 | 104 | </Reference>
|
100 |
| - <Reference Include="System.Web.Razor"> |
| 105 | + <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
101 | 106 | <HintPath>..\..\..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
|
102 | 107 | <Private>True</Private>
|
103 | 108 | </Reference>
|
104 | 109 | <Reference Include="System.Web.Routing" />
|
105 | 110 | <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
106 |
| - <SpecificVersion>False</SpecificVersion> |
107 | 111 | <HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
|
| 112 | + <Private>True</Private> |
108 | 113 | </Reference>
|
109 | 114 | <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
110 |
| - <SpecificVersion>False</SpecificVersion> |
111 | 115 | <HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
|
| 116 | + <Private>True</Private> |
112 | 117 | </Reference>
|
113 | 118 | <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
114 |
| - <SpecificVersion>False</SpecificVersion> |
115 | 119 | <HintPath>..\..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
| 120 | + <Private>True</Private> |
116 | 121 | </Reference>
|
117 | 122 | <Reference Include="System.Xml" />
|
118 | 123 | <Reference Include="System.Configuration" />
|
119 | 124 | <Reference Include="System.Web.Services" />
|
120 | 125 | <Reference Include="System.EnterpriseServices" />
|
121 |
| - <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
122 |
| - <Private>True</Private> |
123 |
| - <HintPath>..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
124 |
| - </Reference> |
125 | 126 | <Reference Include="System.Net.Http">
|
126 | 127 | </Reference>
|
127 | 128 | <Reference Include="System.Net.Http.WebRequest">
|
|
141 | 142 | </ItemGroup>
|
142 | 143 | <ItemGroup>
|
143 | 144 | <Content Include="Global.asax" />
|
| 145 | + <Content Include="packages.config" /> |
144 | 146 | <None Include="Scripts\jquery-2.1.4.intellisense.js" />
|
145 | 147 | <Content Include="Scripts\jquery-2.1.4.js" />
|
146 | 148 | <Content Include="Scripts\jquery-2.1.4.min.js" />
|
|
160 | 162 | <Content Include="Views\Shared\Error.cshtml" />
|
161 | 163 | <Content Include="Views\Shared\_Layout.cshtml" />
|
162 | 164 | <Content Include="Views\Shared\CustomError.cshtml" />
|
163 |
| - <Content Include="Scripts\jquery-2.1.4.min.map" /> |
164 | 165 | </ItemGroup>
|
165 | 166 | <ItemGroup>
|
166 | 167 | <Content Include="Views\Home\Index.cshtml" />
|
167 | 168 | </ItemGroup>
|
168 |
| - <ItemGroup> |
169 |
| - <Content Include="packages.config" /> |
170 |
| - </ItemGroup> |
171 | 169 | <ItemGroup>
|
172 | 170 | <ProjectReference Include="..\..\Extras\Exceptionless.Extras.csproj">
|
173 | 171 | <Project>{693f3cbf-5bc7-457d-9f31-bdd89c72677e}</Project>
|
|
192 | 190 | <ItemGroup>
|
193 | 191 | <Content Include="Views\Shared\NotFound.cshtml" />
|
194 | 192 | </ItemGroup>
|
| 193 | + <ItemGroup> |
| 194 | + <Content Include="Scripts\jquery-2.1.4.min.map" /> |
| 195 | + </ItemGroup> |
195 | 196 | <PropertyGroup>
|
196 | 197 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">11.0</VisualStudioVersion>
|
197 | 198 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
223 | 224 | <Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
|
224 | 225 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
225 | 226 | <PropertyGroup>
|
226 |
| - <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 227 | + <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> |
227 | 228 | </PropertyGroup>
|
228 | 229 | <Error Condition="!Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
|
229 | 230 | </Target>
|
|
0 commit comments