|
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> |
|
74 | 74 | <Reference Include="Microsoft.CSharp" /> |
75 | 75 | <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
76 | 76 | <HintPath>packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 77 | + <Private>False</Private> |
77 | 78 | </Reference> |
78 | 79 | <Reference Include="System" /> |
79 | 80 | <Reference Include="System.configuration" /> |
|
89 | 90 | <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
90 | 91 | <SpecificVersion>False</SpecificVersion> |
91 | 92 | <HintPath>..\..\bin\System.Web.Http.dll</HintPath> |
| 93 | + <Private>False</Private> |
92 | 94 | </Reference> |
93 | 95 | <Reference Include="System.XML" /> |
94 | 96 | <Reference Include="System.Xml.Linq" /> |
|
148 | 150 | <Content Include="plugins\angular-chart\angular-chart.min.js" /> |
149 | 151 | <Content Include="Scripts\01.01.01.sql" /> |
150 | 152 | <Content Include="Scripts\01.01.00.sql" /> |
| 153 | + <Content Include="Scripts\Uninstall.sql" /> |
151 | 154 | <Content Include="View.ascx" /> |
152 | 155 | <Content Include="plugins\angular-toastr\angular-toastr.min.css" /> |
153 | 156 | <Content Include="plugins\angular-toastr\angular-toastr.tpls.min.js" /> |
|
159 | 162 | <Content Include="plugins\ui.bootstrap\ui-bootstrap-tpls.js" /> |
160 | 163 | <Content Include="Scripts\01.00.00.sql" /> |
161 | 164 | </ItemGroup> |
162 | | - <ItemGroup> |
163 | | - <Content Include="Dnn.WebAnalytics.config" /> |
164 | | - </ItemGroup> |
165 | 165 | <ItemGroup> |
166 | 166 | <Content Include="DAL\WebAnalytics.dbml"> |
167 | 167 | <Generator>MSLinqToSQLGenerator</Generator> |
|
171 | 171 | <None Include="DAL\WebAnalytics.dbml.layout"> |
172 | 172 | <DependentUpon>WebAnalytics.dbml</DependentUpon> |
173 | 173 | </None> |
174 | | - <Content Include="Dnn.VisitorsOnline.dnn" /> |
175 | 174 | <Content Include="Dnn.WebAnalytics.dnn" /> |
| 175 | + <Content Include="msbuild\BuildProperties.targets" /> |
| 176 | + <Content Include="msbuild\Project.targets" /> |
176 | 177 | <None Include="packages.config" /> |
177 | 178 | <Content Include="plugins\angular-chart\angular-chart.min.js.map" /> |
178 | 179 | </ItemGroup> |
|
181 | 182 | </ItemGroup> |
182 | 183 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
183 | 184 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v14.0\WebApplications\Microsoft.WebApplication.targets" /> |
| 185 | + <Import Project="$(MSBuildProjectDirectory)\MSBuild\Project.targets" /> |
184 | 186 | <ProjectExtensions> |
185 | 187 | <VisualStudio> |
186 | 188 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
|
0 commit comments