Skip to content

Commit

Permalink
Files tested and cleaned up for V8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHammond committed Jan 1, 2017
1 parent d9c206c commit 44394cb
Show file tree
Hide file tree
Showing 70 changed files with 20,487 additions and 50 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ Installation instructions
-----------
* Download the VSIX from GitHub, or find the Project in the [Visual Studio Gallery](https://visualstudiogallery.msdn.microsoft.com/bdd506ef-d5c3-4274-bf1d-9e673fb23484)

V7.2 DNN 7/8 Visual Studio 2015 (10/19/2016)
V8.0 DNN 7/8/9 Visual Studio 2015 (1/1/2017)
-----------
MVC Template fixes
Upgraded to Bootstrap 3.3.7 for Theme template
Fixed White link problem
Upgraded to MSBuildTasks 1.5.0.196
Upgraded to MSBuildTasks 1.5.0.214
Tested against DNN 9

V7.1 DNN 7/8 Visual Studio 2015 (3/9/2016)
-----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<MSBuildCommunityTasksPath Condition="'$(MSBuildCommunityTasksPath)' == ''">$(MSBuildProjectDirectory)\BuildScripts</MSBuildCommunityTasksPath>
<MSBuildDnnBinPath Condition="'$(MSBuildDnnBinPath)' == ''">$(MSBuildProjectDirectory)\..\..\..\bin</MSBuildDnnBinPath>
<MSBuildCommunityTasksLib>$(SolutionDir)\packages\MSBuildTasks.1.5.0.196\tools\MSBuild.Community.Tasks.dll</MSBuildCommunityTasksLib>
<MSBuildCommunityTasksLib>$(SolutionDir)\packages\MSBuildTasks.1.5.0.214\tools\MSBuild.Community.Tasks.dll</MSBuildCommunityTasksLib>
</PropertyGroup>
<UsingTask AssemblyFile="$(MSBuildCommunityTasksLib)" TaskName="MSBuild.Community.Tasks.AspNet.InstallAspNet" />
<UsingTask AssemblyFile="$(MSBuildCommunityTasksLib)" TaskName="MSBuild.Community.Tasks.AssemblyInfo" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="e48e838a-c708-4d43-b822-4d5de0d13eed">
<package id="MSBuildTasks" version="1.5.0.196" />
<package id="MSBuildTasks" version="1.5.0.214" />
</packages>
</WizardData>
</VSTemplate>
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>Steps after your project is setup.</h2>
<strong>INSTALL</strong> ZIP file that is created in the INSTALL folder, upload that using the Host/Extensions
page, Installation Wizard. Using the INSTALL ZIP file will overwrite the files already in this folder,
but that shouldn't cause any problems as long as you install a recent build.</li>
<li>After you've done a release for your module (typically deploying to an environment
<li>After you've completed a release for your module (typically deploying to an environment
outside of your development environment) you should change the Version number, you
need to do this in two places, the assemblyinfo file, and the .DNN manifest file.
Next time you build the module in release mode you will get a new package (using
Expand Down
1 change: 1 addition & 0 deletions VSIX/CSharp-DAL2-MVC-Template/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
$ownername$ <br />
<a href="mailto:$owneremail$">$owneremail$</a><br />
<a href=$ownerwebsite$>$ownerwebsite$</a><br />
This extension was created using <a href="http://www.christoc.com">Christoc's</a> Module Development Templates for DNN.
</p>
<hr/>
<div class="License">
Expand Down
2 changes: 1 addition & 1 deletion VSIX/CSharp-DAL2-MVC-Template/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<package id="Microsoft.AspNet.Razor" version="3.1.2" targetFramework="net45" userInstalled="true" />
<package id="Microsoft.AspNet.WebPages" version="3.1.1" targetFramework="net45" userInstalled="true" />
<package id="Microsoft.web.Infrastructure" version="1.0.0.0" targetFramework="net45" userInstalled="true" />
<package id="MSBuildTasks" version="1.5.0.196" targetFramework="net451" />
<package id="MSBuildTasks" version="1.5.0.214" targetFramework="net451" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<MSBuildCommunityTasksPath Condition="'$(MSBuildCommunityTasksPath)' == ''">$(MSBuildProjectDirectory)\BuildScripts</MSBuildCommunityTasksPath>
<MSBuildDnnBinPath Condition="'$(MSBuildDnnBinPath)' == ''">$(MSBuildProjectDirectory)\..\..\bin</MSBuildDnnBinPath>
<MSBuildCommunityTasksLib>$(SolutionDir)\packages\MSBuildTasks.1.5.0.196\tools\MSBuild.Community.Tasks.dll</MSBuildCommunityTasksLib>
<MSBuildCommunityTasksLib>$(SolutionDir)\packages\MSBuildTasks.1.5.0.214\tools\MSBuild.Community.Tasks.dll</MSBuildCommunityTasksLib>
</PropertyGroup>
<UsingTask AssemblyFile="$(MSBuildCommunityTasksLib)" TaskName="MSBuild.Community.Tasks.AspNet.InstallAspNet" />
<UsingTask AssemblyFile="$(MSBuildCommunityTasksLib)" TaskName="MSBuild.Community.Tasks.AssemblyInfo" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
</Folder>
<ProjectItem ReplaceParameters="true" TargetFileName="Edit.html">Edit.html</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="License.txt">License.txt</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="packages.config">packages.config</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="module.css">module.css</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="packages.config">packages.config</ProjectItem>
<Folder Name="Properties" TargetFolderName="Properties">
Expand Down Expand Up @@ -92,7 +93,7 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="e48e838a-c708-4d43-b822-4d5de0d13eed">
<package id="MSBuildTasks" version="1.5.0.196" />
<package id="MSBuildTasks" version="1.5.0.214" />
</packages>
</WizardData>
</VSTemplate>
8 changes: 7 additions & 1 deletion VSIX/CSharp-DAL2-SPA-Template/DnnTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down Expand Up @@ -134,6 +136,10 @@
<Compile Include="Services\ViewModels\UserViewModel.cs" />
</ItemGroup>

<ItemGroup>
<Content Include="packages.config" />
</ItemGroup>

<ItemGroup>
<Content Include="Documentation\Documentation.css" />
<Content Include="Documentation\Documentation.html" />
Expand Down Expand Up @@ -169,7 +175,7 @@
<Extension>zip</Extension>
<DNNFileName>$safeprojectname$</DNNFileName>
<PackageName>$safeprojectname$</PackageName>
<MSBuildCommunityTasksPath>$(SolutionDir)\packages\MSBuildTasks.1.5.0.196\tools</MSBuildCommunityTasksPath>
<MSBuildCommunityTasksPath>$(SolutionDir)\BuildScripts</MSBuildCommunityTasksPath>
</PropertyGroup>
<Import Project="BuildScripts\ModulePackage.Targets" />
<Target Name="AfterBuild" DependsOnTargets="PackageModule">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>Steps after your project is setup.</h2>
<strong>INSTALL</strong> ZIP file that is created in the INSTALL folder, upload that using the Host/Extensions
page, Installation Wizard. Using the INSTALL ZIP file will overwrite the files already in this folder,
but that shouldn't cause any problems as long as you install a recent build.</li>
<li>After you've done a release for your module (typically deploying to an environment
<li>After you've completed a release for your module (typically deploying to an environment
outside of your development environment) you should change the Version number, you
need to do this in two places, the assemblyinfo file, and the .DNN manifest file.
Next time you build the module in release mode you will get a new package (using
Expand Down
1 change: 1 addition & 0 deletions VSIX/CSharp-DAL2-SPA-Template/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
$ownername$ <br />
<a href="mailto:$owneremail$">$owneremail$</a><br />
<a href=$ownerwebsite$>$ownerwebsite$</a><br />
This extension was created using <a href="http://www.christoc.com">Christoc's</a> Module Development Templates for DNN.
</p>
<hr/>
<div class="License">
Expand Down
2 changes: 1 addition & 1 deletion VSIX/CSharp-DAL2-SPA-Template/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<package id="Microsoft.AspNet.WebApi.Client" version="5.1.1" targetFramework="net451" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.1.1" targetFramework="net451" />
<package id="Microsoft.AspNet.WebApi.WebHost" version="5.1.1" targetFramework="net451" />
<package id="MSBuildTasks" version="1.5.0.196" targetFramework="net451" />
<package id="MSBuildTasks" version="1.5.0.214" targetFramework="net451" />
<package id="Newtonsoft.Json" version="4.5.11" targetFramework="net451" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<MSBuildCommunityTasksPath Condition="'$(MSBuildCommunityTasksPath)' == ''">$(MSBuildProjectDirectory)\BuildScripts</MSBuildCommunityTasksPath>
<MSBuildDnnBinPath Condition="'$(MSBuildDnnBinPath)' == ''">$(MSBuildProjectDirectory)\..\..\bin</MSBuildDnnBinPath>
<MSBuildCommunityTasksLib>$(SolutionDir)\packages\MSBuildTasks.1.5.0.196\tools\MSBuild.Community.Tasks.dll</MSBuildCommunityTasksLib>
<MSBuildCommunityTasksLib>$(SolutionDir)\packages\MSBuildTasks.1.5.0.214\tools\MSBuild.Community.Tasks.dll</MSBuildCommunityTasksLib>
</PropertyGroup>
<UsingTask AssemblyFile="$(MSBuildCommunityTasksLib)" TaskName="MSBuild.Community.Tasks.AspNet.InstallAspNet" />
<UsingTask AssemblyFile="$(MSBuildCommunityTasksLib)" TaskName="MSBuild.Community.Tasks.AssemblyInfo" />
Expand Down
1 change: 1 addition & 0 deletions VSIX/CSharp-DAL2-Template/CSharp-DAL2-Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<None Include="BuildScripts\ModulePackage.targets" />
<None Include="BuildScripts\MSBuild.Community.Tasks.Targets" />
<None Include="DnnTemplate.dnn" />
<None Include="packages.config" />
<None Include="Providers\DataProviders\SqlDataProvider\00.00.01.SqlDataProvider" />
<None Include="Providers\DataProviders\SqlDataProvider\Uninstall.SqlDataProvider" />
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion VSIX/CSharp-DAL2-Template/DNN-C-DAL2-Module.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<ProjectItem ReplaceParameters="true" TargetFileName="Edit.ascx.cs">Edit.ascx.cs</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="Edit.ascx.designer.cs">Edit.ascx.designer.cs</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="License.txt">License.txt</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="packages.config">packages.config</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="module.css">module.css</ProjectItem>
<Folder Name="Properties" TargetFolderName="Properties">
<ProjectItem ReplaceParameters="true" TargetFileName="AssemblyInfo.cs">AssemblyInfo.cs</ProjectItem>
Expand Down Expand Up @@ -84,7 +85,7 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="e48e838a-c708-4d43-b822-4d5de0d13eed">
<package id="MSBuildTasks" version="1.5.0.196" />
<package id="MSBuildTasks" version="1.5.0.214" />
</packages>
</WizardData>
</VSTemplate>
7 changes: 6 additions & 1 deletion VSIX/CSharp-DAL2-Template/DnnTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -124,6 +126,9 @@
<Content Include="Providers\DataProviders\SqlDataProvider\00.00.01.SqlDataProvider" />
<Content Include="Providers\DataProviders\SqlDataProvider\Uninstall.SqlDataProvider" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Expand Down Expand Up @@ -155,7 +160,7 @@
<Extension>zip</Extension>
<DNNFileName>$safeprojectname$</DNNFileName>
<PackageName>$safeprojectname$</PackageName>
<MSBuildCommunityTasksPath>$(SolutionDir)\packages\MSBuildTasks.1.5.0.196\tools</MSBuildCommunityTasksPath>
<MSBuildCommunityTasksPath>$(SolutionDir)\BuildScripts</MSBuildCommunityTasksPath>
</PropertyGroup>
<Import Project="BuildScripts\ModulePackage.Targets" />
<Target Name="AfterBuild" DependsOnTargets="PackageModule">
Expand Down
2 changes: 1 addition & 1 deletion VSIX/CSharp-DAL2-Template/Documentation/Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>Steps after your project is setup.</h2>
<strong>INSTALL</strong> ZIP file that is created in the INSTALL folder, upload that using the Host/Extensions
page, Installation Wizard. Using the INSTALL ZIP file will overwrite the files already in this folder,
but that shouldn't cause any problems as long as you install a recent build.</li>
<li>After you've done a release for your module (typically deploying to an environment
<li>After you've completed a release for your module (typically deploying to an environment
outside of your development environment) you should change the Version number, you
need to do this in two places, the assemblyinfo file, and the .DNN manifest file.
Next time you build the module in release mode you will get a new package (using
Expand Down
1 change: 1 addition & 0 deletions VSIX/CSharp-DAL2-Template/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
$ownername$ <br />
<a href="mailto:$owneremail$">$owneremail$</a><br />
<a href=$ownerwebsite$>$ownerwebsite$</a><br />
This extension was created using <a href="http://www.christoc.com">Christoc's</a> Module Development Templates for DNN.
</p>
<hr/>
<div class="License">
Expand Down
4 changes: 4 additions & 0 deletions VSIX/CSharp-DAL2-Template/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MSBuildTasks" version="1.5.0.214" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<MSBuildCommunityTasksPath Condition="'$(MSBuildCommunityTasksPath)' == ''">$(MSBuildProjectDirectory)\BuildScripts</MSBuildCommunityTasksPath>
<MSBuildDnnBinPath Condition="'$(MSBuildDnnBinPath)' == ''">$(MSBuildProjectDirectory)\..\..\bin</MSBuildDnnBinPath>
<MSBuildCommunityTasksLib>$(SolutionDir)\packages\MSBuildTasks.1.5.0.196\tools\MSBuild.Community.Tasks.dll</MSBuildCommunityTasksLib>
<MSBuildCommunityTasksLib>$(SolutionDir)\packages\MSBuildTasks.1.5.0.214\tools\MSBuild.Community.Tasks.dll</MSBuildCommunityTasksLib>
</PropertyGroup>
<UsingTask AssemblyFile="$(MSBuildCommunityTasksLib)" TaskName="MSBuild.Community.Tasks.AspNet.InstallAspNet" />
<UsingTask AssemblyFile="$(MSBuildCommunityTasksLib)" TaskName="MSBuild.Community.Tasks.AssemblyInfo" />
Expand Down
1 change: 1 addition & 0 deletions VSIX/CSharp-Template/CSharp-Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<None Include="BuildScripts\MSBuild.Community.Tasks.Targets" />
<None Include="DnnTemplate.dnn" />
<None Include="DnnTemplate.v11.suo" />
<None Include="packages.config" />
<None Include="Providers\DataProviders\SqlDataProvider\00.00.01.SqlDataProvider" />
<None Include="Providers\DataProviders\SqlDataProvider\Uninstall.SqlDataProvider" />
</ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion VSIX/CSharp-Template/DNN-C-Module.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<ProjectItem ReplaceParameters="true" TargetFileName="Edit.ascx.cs">Edit.ascx.cs</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="Edit.ascx.designer.cs">Edit.ascx.designer.cs</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="License.txt">License.txt</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="packages.config">packages.config</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="module.css">module.css</ProjectItem>
<Folder Name="Properties" TargetFolderName="Properties">
<ProjectItem ReplaceParameters="true" TargetFileName="AssemblyInfo.cs">AssemblyInfo.cs</ProjectItem>
Expand Down Expand Up @@ -86,7 +87,7 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="e48e838a-c708-4d43-b822-4d5de0d13eed">
<package id="MSBuildTasks" version="1.5.0.196" />
<package id="MSBuildTasks" version="1.5.0.214" />
</packages>
</WizardData>
</VSTemplate>
8 changes: 7 additions & 1 deletion VSIX/CSharp-Template/DnnTemplate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -123,6 +125,10 @@
<Content Include="Providers\DataProviders\SqlDataProvider\00.00.01.SqlDataProvider" />
<Content Include="Providers\DataProviders\SqlDataProvider\Uninstall.SqlDataProvider" />
</ItemGroup>
<ItemGroup>
<Content Include="packages.config" />
</ItemGroup>

<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
Expand Down Expand Up @@ -154,7 +160,7 @@
<Extension>zip</Extension>
<DNNFileName>$safeprojectname$</DNNFileName>
<PackageName>$safeprojectname$</PackageName>
<MSBuildCommunityTasksPath>$(SolutionDir)\packages\MSBuildTasks.1.5.0.196\tools</MSBuildCommunityTasksPath>
<MSBuildCommunityTasksPath>$(SolutionDir)\BuildScripts</MSBuildCommunityTasksPath>
</PropertyGroup>
<Import Project="BuildScripts\ModulePackage.Targets" />
<Target Name="AfterBuild" DependsOnTargets="PackageModule">
Expand Down
2 changes: 1 addition & 1 deletion VSIX/CSharp-Template/Documentation/Documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>Steps after your project is setup.</h2>
<strong>INSTALL</strong> ZIP file that is created in the INSTALL folder, upload that using the Host/Extensions
page, Installation Wizard. Using the INSTALL ZIP file will overwrite the files already in this folder,
but that shouldn't cause any problems as long as you install a recent build.</li>
<li>After you've done a release for your module (typically deploying to an environment
<li>After you've completed a release for your module (typically deploying to an environment
outside of your development environment) you should change the Version number, you
need to do this in two places, the assemblyinfo file, and the .DNN manifest file.
Next time you build the module in release mode you will get a new package (using
Expand Down
1 change: 1 addition & 0 deletions VSIX/CSharp-Template/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
$ownername$ <br />
<a href="mailto:$owneremail$">$owneremail$</a><br />
<a href=$ownerwebsite$>$ownerwebsite$</a><br />
This extension was created using <a href="http://www.christoc.com">Christoc's</a> Module Development Templates for DNN.
</p>
<hr/>
<div class="License">
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions VSIX/CSharp-Template/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MSBuildTasks" version="1.5.0.214" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<MSBuildCommunityTasksPath Condition="'$(MSBuildCommunityTasksPath)' == ''">$(MSBuildProjectDirectory)\BuildScripts</MSBuildCommunityTasksPath>
<MSBuildDnnBinPath Condition="'$(MSBuildDnnBinPath)' == ''">$(MSBuildProjectDirectory)\..\..\..\..\bin</MSBuildDnnBinPath>
<MSBuildCommunityTasksLib>$(SolutionDir)\packages\MSBuildTasks.1.4.0.65\tools\MSBuild.Community.Tasks.dll</MSBuildCommunityTasksLib>
<MSBuildCommunityTasksLib>$(SolutionDir)\packages\MSBuildTasks.1.5.0.214\tools\MSBuild.Community.Tasks.dll</MSBuildCommunityTasksLib>
</PropertyGroup>
<UsingTask AssemblyFile="$(MSBuildCommunityTasksLib)" TaskName="MSBuild.Community.Tasks.AspNet.InstallAspNet" />
<UsingTask AssemblyFile="$(MSBuildCommunityTasksLib)" TaskName="MSBuild.Community.Tasks.AssemblyInfo" />
Expand Down
2 changes: 1 addition & 1 deletion VSIX/CSharp-Theme-Template/DNN-C-Theme.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="e48e838a-c708-4d43-b822-4d5de0d13eed">
<package id="MSBuildTasks" version="1.5.0.196" />
<package id="MSBuildTasks" version="1.5.0.214" />
</packages>
</WizardData>
</VSTemplate>
Loading

0 comments on commit 44394cb

Please sign in to comment.