Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Updated to VS2015
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Edwards committed Jan 21, 2016
1 parent 6cd4dc9 commit 8dd61e5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 315 deletions.
155 changes: 0 additions & 155 deletions Compatibility/DNN4/Compatibility.vb

This file was deleted.

154 changes: 0 additions & 154 deletions Compatibility/DNN5/Compatibility.vb

This file was deleted.

14 changes: 9 additions & 5 deletions DNNStuff.Aggregator.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,23 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>4.0</OldToolsVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<UseIISExpress>false</UseIISExpress>
<TargetFrameworkProfile />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\..\dnn7.dev.com\bin\</OutputPath>
<DocumentationFile>DNNStuff.Aggregator.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants></DefineConstants>
<DefineConstants>
</DefineConstants>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<DebugSymbols>true</DebugSymbols>
Expand All @@ -69,7 +71,8 @@
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants></DefineConstants>
<DefineConstants>
</DefineConstants>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<DebugSymbols>false</DebugSymbols>
Expand All @@ -85,7 +88,8 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Trial|AnyCPU' ">
<DefineTrace>true</DefineTrace>
<OutputPath>..\..\dnn7.dev.com\bin\</OutputPath>
<DefineConstants></DefineConstants>
<DefineConstants>
</DefineConstants>
<BaseAddress>285212672</BaseAddress>
<DocumentationFile>DNNStuff.Aggregator.xml</DocumentationFile>
<Optimize>true</Optimize>
Expand Down Expand Up @@ -1478,7 +1482,7 @@
<DependentUpon>Aggregator.ascx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Compatibility\DNN8\Compatibility.vb" />
<Compile Include="Compatibility\DNN6\Compatibility.vb" />
<Compile Include="Components\Data\AggregatorDB.vb">
<SubType>Code</SubType>
</Compile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<SccProvider>
</SccProvider>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down

0 comments on commit 8dd61e5

Please sign in to comment.