Skip to content

Commit 8ab79c6

Browse files
authored
Merge pull request #27 from skamphuis/feature/create_Installpackage_on_release_build
Feature/create installpackage on release build
2 parents 0fece60 + 571fb27 commit 8ab79c6

9 files changed

Lines changed: 275 additions & 262 deletions

Dnn.VisitorsOnline.dnn

Lines changed: 0 additions & 152 deletions
This file was deleted.

Dnn.WebAnalytics.config

Lines changed: 0 additions & 7 deletions
This file was deleted.

Dnn.WebAnalytics.csproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
<DebugSymbols>true</DebugSymbols>
3030
<DebugType>full</DebugType>
3131
<Optimize>false</Optimize>
32-
<OutputPath>..\..\bin\</OutputPath>
32+
<OutputPath>bin\</OutputPath>
3333
<DefineConstants>DEBUG;TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3838
<DebugType>pdbonly</DebugType>
3939
<Optimize>true</Optimize>
40-
<OutputPath>..\..\..\bin\</OutputPath>
40+
<OutputPath>bin\</OutputPath>
4141
<DefineConstants>TRACE</DefineConstants>
4242
<ErrorReport>prompt</ErrorReport>
4343
<WarningLevel>4</WarningLevel>
@@ -74,6 +74,7 @@
7474
<Reference Include="Microsoft.CSharp" />
7575
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
7676
<HintPath>packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
77+
<Private>False</Private>
7778
</Reference>
7879
<Reference Include="System" />
7980
<Reference Include="System.configuration" />
@@ -89,6 +90,7 @@
8990
<Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9091
<SpecificVersion>False</SpecificVersion>
9192
<HintPath>..\..\bin\System.Web.Http.dll</HintPath>
93+
<Private>False</Private>
9294
</Reference>
9395
<Reference Include="System.XML" />
9496
<Reference Include="System.Xml.Linq" />
@@ -148,6 +150,7 @@
148150
<Content Include="plugins\angular-chart\angular-chart.min.js" />
149151
<Content Include="Scripts\01.01.01.sql" />
150152
<Content Include="Scripts\01.01.00.sql" />
153+
<Content Include="Scripts\Uninstall.sql" />
151154
<Content Include="View.ascx" />
152155
<Content Include="plugins\angular-toastr\angular-toastr.min.css" />
153156
<Content Include="plugins\angular-toastr\angular-toastr.tpls.min.js" />
@@ -159,9 +162,6 @@
159162
<Content Include="plugins\ui.bootstrap\ui-bootstrap-tpls.js" />
160163
<Content Include="Scripts\01.00.00.sql" />
161164
</ItemGroup>
162-
<ItemGroup>
163-
<Content Include="Dnn.WebAnalytics.config" />
164-
</ItemGroup>
165165
<ItemGroup>
166166
<Content Include="DAL\WebAnalytics.dbml">
167167
<Generator>MSLinqToSQLGenerator</Generator>
@@ -171,8 +171,9 @@
171171
<None Include="DAL\WebAnalytics.dbml.layout">
172172
<DependentUpon>WebAnalytics.dbml</DependentUpon>
173173
</None>
174-
<Content Include="Dnn.VisitorsOnline.dnn" />
175174
<Content Include="Dnn.WebAnalytics.dnn" />
175+
<Content Include="msbuild\BuildProperties.targets" />
176+
<Content Include="msbuild\Project.targets" />
176177
<None Include="packages.config" />
177178
<Content Include="plugins\angular-chart\angular-chart.min.js.map" />
178179
</ItemGroup>
@@ -181,6 +182,7 @@
181182
</ItemGroup>
182183
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
183184
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v14.0\WebApplications\Microsoft.WebApplication.targets" />
185+
<Import Project="$(MSBuildProjectDirectory)\MSBuild\Project.targets" />
184186
<ProjectExtensions>
185187
<VisualStudio>
186188
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">

0 commit comments

Comments
 (0)