|
24 | 24 | <UseGlobalApplicationHostFile /> |
25 | 25 | <Use64BitIISExpress /> |
26 | 26 | <TargetFrameworkProfile /> |
| 27 | + <NuGetPackageImportStamp> |
| 28 | + </NuGetPackageImportStamp> |
27 | 29 | </PropertyGroup> |
28 | 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
29 | 31 | <DebugSymbols>true</DebugSymbols> |
30 | 32 | <DebugType>full</DebugType> |
31 | 33 | <Optimize>false</Optimize> |
32 | | - <OutputPath>bin\</OutputPath> |
| 34 | + <OutputPath>..\..\bin\</OutputPath> |
33 | 35 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
34 | 36 | <ErrorReport>prompt</ErrorReport> |
35 | 37 | <WarningLevel>4</WarningLevel> |
36 | 38 | </PropertyGroup> |
37 | 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
38 | 40 | <DebugType>pdbonly</DebugType> |
39 | 41 | <Optimize>true</Optimize> |
40 | | - <OutputPath>bin\</OutputPath> |
| 42 | + <OutputPath>..\..\bin\</OutputPath> |
41 | 43 | <DefineConstants>TRACE</DefineConstants> |
42 | 44 | <ErrorReport>prompt</ErrorReport> |
43 | 45 | <WarningLevel>4</WarningLevel> |
44 | 46 | </PropertyGroup> |
45 | 47 | <ItemGroup> |
46 | | - <Reference Include="DotNetNuke"> |
| 48 | + <Reference Include="DotNetNuke, Version=8.0.0.809, Culture=neutral, processorArchitecture=MSIL"> |
| 49 | + <HintPath>packages\DotNetNuke.Core.8.0.0.809\lib\net40\DotNetNuke.dll</HintPath> |
47 | 50 | <SpecificVersion>False</SpecificVersion> |
48 | | - <HintPath>..\..\bin\DotNetNuke.dll</HintPath> |
49 | 51 | <Private>False</Private> |
50 | 52 | </Reference> |
51 | | - <Reference Include="DotNetNuke.Web"> |
| 53 | + <Reference Include="DotNetNuke.Web, Version=8.0.0.809, Culture=neutral, processorArchitecture=MSIL"> |
| 54 | + <HintPath>packages\DotNetNuke.Web.8.0.0.809\lib\net40\DotNetNuke.Web.dll</HintPath> |
52 | 55 | <SpecificVersion>False</SpecificVersion> |
53 | | - <HintPath>..\..\bin\DotNetNuke.Web.dll</HintPath> |
54 | 56 | <Private>False</Private> |
55 | 57 | </Reference> |
56 | | - <Reference Include="DotNetNuke.Web.Client"> |
| 58 | + <Reference Include="DotNetNuke.Web.Client, Version=8.0.0.809, Culture=neutral, processorArchitecture=MSIL"> |
| 59 | + <HintPath>packages\DotNetNuke.Web.Client.8.0.0\lib\net40\DotNetNuke.Web.Client.dll</HintPath> |
57 | 60 | <SpecificVersion>False</SpecificVersion> |
58 | | - <HintPath>..\..\bin\DotNetNuke.Web.Client.dll</HintPath> |
59 | 61 | <Private>False</Private> |
60 | 62 | </Reference> |
61 | | - <Reference Include="FiftyOne.Foundation"> |
| 63 | + <Reference Include="DotNetNuke.WebUtility, Version=4.2.1.783, Culture=neutral, processorArchitecture=MSIL"> |
| 64 | + <HintPath>packages\DotNetNuke.Web.8.0.0.809\lib\net40\DotNetNuke.WebUtility.dll</HintPath> |
| 65 | + <SpecificVersion>False</SpecificVersion> |
| 66 | + <Private>False</Private> |
| 67 | + </Reference> |
| 68 | + <Reference Include="FiftyOne.Foundation, Version=3.2.3.2, Culture=neutral, PublicKeyToken=e967ae578dabd98e, processorArchitecture=MSIL"> |
62 | 69 | <SpecificVersion>False</SpecificVersion> |
63 | 70 | <HintPath>_LegacyReferences\FiftyOne.Foundation.dll</HintPath> |
64 | 71 | <Private>True</Private> |
65 | 72 | </Reference> |
66 | 73 | <Reference Include="MaxMind.Db, Version=2.0.0.0, Culture=neutral, PublicKeyToken=66afa4cc5ae853ac, processorArchitecture=MSIL"> |
| 74 | + <SpecificVersion>False</SpecificVersion> |
67 | 75 | <HintPath>packages\MaxMind.Db.2.4.0\lib\net45\MaxMind.Db.dll</HintPath> |
68 | 76 | <Private>True</Private> |
69 | 77 | </Reference> |
70 | 78 | <Reference Include="MaxMind.GeoIP2, Version=3.0.0.0, Culture=neutral, PublicKeyToken=66afa4cc5ae853ac, processorArchitecture=MSIL"> |
71 | 79 | <HintPath>packages\MaxMind.GeoIP2.3.0.0\lib\net45\MaxMind.GeoIP2.dll</HintPath> |
| 80 | + <SpecificVersion>False</SpecificVersion> |
72 | 81 | <Private>True</Private> |
73 | 82 | </Reference> |
74 | | - <Reference Include="Microsoft.CSharp" /> |
75 | | - <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
76 | | - <HintPath>packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 83 | + <Reference Include="Microsoft.ApplicationBlocks.Data, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 84 | + <HintPath>packages\DotNetNuke.Core.8.0.0.809\lib\net40\Microsoft.ApplicationBlocks.Data.dll</HintPath> |
| 85 | + <SpecificVersion>False</SpecificVersion> |
77 | 86 | <Private>False</Private> |
78 | 87 | </Reference> |
| 88 | + <Reference Include="Microsoft.CSharp" /> |
79 | 89 | <Reference Include="System" /> |
80 | 90 | <Reference Include="System.configuration" /> |
81 | 91 | <Reference Include="System.Data" /> |
|
182 | 192 | </ItemGroup> |
183 | 193 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
184 | 194 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v14.0\WebApplications\Microsoft.WebApplication.targets" /> |
185 | | - <Import Project="$(MSBuildProjectDirectory)\MSBuild\Project.targets" /> |
| 195 | + <Import Project="$(MSBuildProjectDirectory)\msbuild\Project.targets" /> |
186 | 196 | <ProjectExtensions> |
187 | 197 | <VisualStudio> |
188 | 198 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
|
192 | 202 | </FlavorProperties> |
193 | 203 | </VisualStudio> |
194 | 204 | </ProjectExtensions> |
| 205 | + <Import Project="packages\MSBuildTasks.1.5.0.235\build\MSBuildTasks.targets" Condition="Exists('packages\MSBuildTasks.1.5.0.235\build\MSBuildTasks.targets')" /> |
| 206 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 207 | + <PropertyGroup> |
| 208 | + <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> |
| 209 | + </PropertyGroup> |
| 210 | + <Error Condition="!Exists('packages\MSBuildTasks.1.5.0.235\build\MSBuildTasks.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\MSBuildTasks.1.5.0.235\build\MSBuildTasks.targets'))" /> |
| 211 | + </Target> |
195 | 212 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
196 | 213 | Other similar extension points exist, see Microsoft.Common.targets. |
197 | 214 | <Target Name="BeforeBuild"> |
|
0 commit comments