|
29 | 29 | <DebugSymbols>true</DebugSymbols> |
30 | 30 | <DebugType>full</DebugType> |
31 | 31 | <Optimize>false</Optimize> |
32 | | - <OutputPath>bin\</OutputPath> |
| 32 | + <OutputPath>..\..\bin\</OutputPath> |
33 | 33 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
34 | 34 | <ErrorReport>prompt</ErrorReport> |
35 | 35 | <WarningLevel>4</WarningLevel> |
36 | 36 | </PropertyGroup> |
37 | 37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
38 | 38 | <DebugType>pdbonly</DebugType> |
39 | 39 | <Optimize>true</Optimize> |
40 | | - <OutputPath>bin\</OutputPath> |
| 40 | + <OutputPath>..\..\bin\</OutputPath> |
41 | 41 | <DefineConstants>TRACE</DefineConstants> |
42 | 42 | <ErrorReport>prompt</ErrorReport> |
43 | 43 | <WarningLevel>4</WarningLevel> |
44 | 44 | </PropertyGroup> |
45 | 45 | <ItemGroup> |
46 | | - <Reference Include="DotNetNuke"> |
| 46 | + <Reference Include="DotNetNuke, Version=8.0.0.809, Culture=neutral, processorArchitecture=MSIL"> |
| 47 | + <HintPath>packages\DotNetNuke.Core.8.0.0.809\lib\net40\DotNetNuke.dll</HintPath> |
47 | 48 | <SpecificVersion>False</SpecificVersion> |
48 | | - <HintPath>..\..\bin\DotNetNuke.dll</HintPath> |
49 | 49 | <Private>False</Private> |
50 | 50 | </Reference> |
51 | | - <Reference Include="DotNetNuke.Web"> |
| 51 | + <Reference Include="DotNetNuke.Web, Version=8.0.0.809, Culture=neutral, processorArchitecture=MSIL"> |
| 52 | + <HintPath>packages\DotNetNuke.Web.8.0.0.809\lib\net40\DotNetNuke.Web.dll</HintPath> |
52 | 53 | <SpecificVersion>False</SpecificVersion> |
53 | | - <HintPath>..\..\bin\DotNetNuke.Web.dll</HintPath> |
54 | 54 | <Private>False</Private> |
55 | 55 | </Reference> |
56 | | - <Reference Include="DotNetNuke.Web.Client"> |
| 56 | + <Reference Include="DotNetNuke.Web.Client, Version=8.0.0.809, Culture=neutral, processorArchitecture=MSIL"> |
| 57 | + <HintPath>packages\DotNetNuke.Web.Client.8.0.0\lib\net40\DotNetNuke.Web.Client.dll</HintPath> |
57 | 58 | <SpecificVersion>False</SpecificVersion> |
58 | | - <HintPath>..\..\bin\DotNetNuke.Web.Client.dll</HintPath> |
59 | 59 | <Private>False</Private> |
60 | 60 | </Reference> |
61 | | - <Reference Include="FiftyOne.Foundation"> |
| 61 | + <Reference Include="DotNetNuke.WebUtility, Version=4.2.1.783, Culture=neutral, processorArchitecture=MSIL"> |
| 62 | + <HintPath>packages\DotNetNuke.Web.8.0.0.809\lib\net40\DotNetNuke.WebUtility.dll</HintPath> |
| 63 | + <SpecificVersion>False</SpecificVersion> |
| 64 | + <Private>False</Private> |
| 65 | + </Reference> |
| 66 | + <Reference Include="FiftyOne.Foundation, Version=3.2.3.2, Culture=neutral, PublicKeyToken=e967ae578dabd98e, processorArchitecture=MSIL"> |
62 | 67 | <SpecificVersion>False</SpecificVersion> |
63 | 68 | <HintPath>_LegacyReferences\FiftyOne.Foundation.dll</HintPath> |
64 | 69 | <Private>True</Private> |
65 | 70 | </Reference> |
66 | 71 | <Reference Include="MaxMind.Db, Version=2.0.0.0, Culture=neutral, PublicKeyToken=66afa4cc5ae853ac, processorArchitecture=MSIL"> |
| 72 | + <SpecificVersion>False</SpecificVersion> |
67 | 73 | <HintPath>packages\MaxMind.Db.2.4.0\lib\net45\MaxMind.Db.dll</HintPath> |
68 | 74 | <Private>True</Private> |
69 | 75 | </Reference> |
70 | 76 | <Reference Include="MaxMind.GeoIP2, Version=3.0.0.0, Culture=neutral, PublicKeyToken=66afa4cc5ae853ac, processorArchitecture=MSIL"> |
71 | 77 | <HintPath>packages\MaxMind.GeoIP2.3.0.0\lib\net45\MaxMind.GeoIP2.dll</HintPath> |
| 78 | + <SpecificVersion>False</SpecificVersion> |
72 | 79 | <Private>True</Private> |
73 | 80 | </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> |
| 81 | + <Reference Include="Microsoft.ApplicationBlocks.Data, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 82 | + <HintPath>packages\DotNetNuke.Core.8.0.0.809\lib\net40\Microsoft.ApplicationBlocks.Data.dll</HintPath> |
| 83 | + <SpecificVersion>False</SpecificVersion> |
77 | 84 | <Private>False</Private> |
78 | 85 | </Reference> |
| 86 | + <Reference Include="Microsoft.CSharp" /> |
79 | 87 | <Reference Include="System" /> |
80 | 88 | <Reference Include="System.configuration" /> |
81 | 89 | <Reference Include="System.Data" /> |
|
182 | 190 | </ItemGroup> |
183 | 191 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
184 | 192 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v14.0\WebApplications\Microsoft.WebApplication.targets" /> |
185 | | - <Import Project="$(MSBuildProjectDirectory)\MSBuild\Project.targets" /> |
186 | 193 | <ProjectExtensions> |
187 | 194 | <VisualStudio> |
188 | 195 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
|
0 commit comments