Skip to content

Commit

Permalink
Fixes for MVC template
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHammond committed Jan 16, 2016
1 parent 7854f5d commit bbcddfc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
Expand Up @@ -75,7 +75,7 @@
<Folder Name="Views" TargetFolderName="Views">
<Folder Name="Item" TargetFolderName="Item">
<ProjectItem ReplaceParameters="true" TargetFileName="Edit.cshtml">Edit.cshtml</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="Edit.cshtml">Edit.cshtml</ProjectItem>
<ProjectItem ReplaceParameters="true" TargetFileName="Index.cshtml">Index.cshtml</ProjectItem>
</Folder>
<Folder Name="Settings" TargetFolderName="Settings">
<ProjectItem ReplaceParameters="true" TargetFileName="Settings.cshtml">Settings.cshtml</ProjectItem>
Expand Down
21 changes: 10 additions & 11 deletions VSIX/CSharp-DAL2-MVC-Template/DnnTemplate.csproj
Expand Up @@ -44,20 +44,19 @@
<ItemGroup>
<Reference Include="DotNetNuke, Version=8.0.0.674, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\DotNetNuke.dll</HintPath>
<HintPath>..\..\..\bin\DotNetNuke.dll</HintPath>
</Reference>

<Reference Include="DotNetNuke.Web.Mvc, Version=8.0.0.674, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\DotNetNuke.Web.Mvc.dll</HintPath>
<HintPath>..\..\..\bin\DotNetNuke.Web.Mvc.dll</HintPath>
</Reference>

<Reference Include="Microsoft.ApplicationBlocks.Data, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\bin\Microsoft.ApplicationBlocks.Data.dll</HintPath>
<HintPath>..\..\..\bin\Microsoft.ApplicationBlocks.Data.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
Expand All @@ -68,27 +67,27 @@
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\System.Web.Helpers.dll</HintPath>
<HintPath>..\..\..\bin\System.Web.Helpers.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Web.Mvc, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\System.Web.Mvc.dll</HintPath>
<HintPath>..\..\..\bin\System.Web.Mvc.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\System.Web.Razor.dll</HintPath>
<HintPath>..\..\..\bin\System.Web.Razor.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\System.Web.WebPages.dll</HintPath>
<HintPath>..\..\..\bin\System.Web.WebPages.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\System.Web.WebPages.Deployment.dll</HintPath>
<HintPath>..\..\..\bin\System.Web.WebPages.Deployment.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\System.Web.WebPages.Razor.dll</HintPath>
<HintPath>..\..\..\bin\System.Web.WebPages.Razor.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Xml.Linq" />
Expand Down Expand Up @@ -172,7 +171,7 @@
<DevelopmentServerPort />
<DevelopmentServerVPath>
</DevelopmentServerVPath>
<IISUrl>http://$devenvironmenturl$/desktopmodules/$safeprojectname$</IISUrl>
<IISUrl>http://$devenvironmenturl$/desktopmodules/mvc/$safeprojectname$</IISUrl>
<OverrideIISAppRootUrl>True</OverrideIISAppRootUrl>
<IISAppRootUrl>http://$devenvironmenturl$</IISAppRootUrl>
<NTLMAuthentication>False</NTLMAuthentication>
Expand Down
Binary file modified VSIX/DNNTemplates/bin/Release/DNNTemplates.vsix
Binary file not shown.

0 comments on commit bbcddfc

Please sign in to comment.