Skip to content

Commit

Permalink
Added MSBuild and other boiler plate files.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-poindexter committed Sep 9, 2015
1 parent 667a9d7 commit 94a2129
Show file tree
Hide file tree
Showing 13 changed files with 156 additions and 0 deletions.
47 changes: 47 additions & 0 deletions HotcakesCartItemCount.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ModulePath>HotcakesCartItemCount</ModulePath>
<DNNFileName>HotcakesCartItemCount</DNNFileName>
<PackageName>HotcakesCartItemCount</PackageName>
<Extension>zip</Extension>
<BuildScriptsPath>$(MSBuildProjectDirectory)\..\..\..\Build</BuildScriptsPath>
<WebsitePath>$(MSBuildProjectDirectory)\..\..\..\Website</WebsitePath>
<WebsiteInstallPath>$(WebsitePath)\Install\Module</WebsiteInstallPath>
<FullModulePath>$(WebsitePath)\DesktopModules\$(ModulePath)</FullModulePath>
</PropertyGroup>
<Import Project="$(BuildScriptsPath)\ThemeObjectsPackage.Targets" />
<Target Name="AfterBuild" DependsOnTargets="CopyBin;GetFiles;DebugProject;PackageTheme">
</Target>
<Target Name="GetFiles">
<ItemGroup>
<Manifest Include="*.dnn;*.dnn5;*.dnn6" />
<TextFiles Include="*.txt" Exclude="releasenotes.txt;license.txt" />
<SourceFiles Include="*.css;*.htm" />
<Views Include="*.ascx;" />
<ResourceFiles Include="App_LocalResources/*.resx" />
<Images Include="Images/**/*.*" />
<DataProvider Include="Providers/DataProviders/SqlDataProvider/*.SqlDataProvider" />
<Resources Include="@(ResourceFiles);@(Views);@(Images);@(TextFiles);@(SourceFiles);@(Manifest);@(DataProvider)" />
</ItemGroup>
</Target>
<ItemGroup>
<BinSourceInclude Include="$(MSBuildProjectDirectory)\bin\$(AssemblyName).dll" />
<BinSourceInclude Include="$(MSBuildProjectDirectory)\bin\$(AssemblyName).pdb" />
<BinSourceInclude Include="$(MSBuildProjectDirectory)\bin\$(AssemblyName).xml" />
</ItemGroup>
<ItemGroup>
<BinInstallInclude Include="$(MSBuildProjectDirectory)\bin\$(AssemblyName).dll" />
</ItemGroup>
<Target Name="CopyBin">
<Copy SourceFiles="@(BinSourceInclude)" DestinationFolder="$(WebsitePath)/bin" />
</Target>
<Target Name="DebugProject" Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<Copy SourceFiles="@(Manifest)" DestinationFolder="$(FullModulePath)" />
<Copy SourceFiles="@(Views)" DestinationFolder="$(FullModulePath)" />
<Copy SourceFiles="@(Images)" DestinationFolder="$(FullModulePath)\Images\%(RecursiveDir)" />
<Copy SourceFiles="@(TextFiles)" DestinationFolder="$(FullModulePath)" />
<Copy SourceFiles="@(SourceFiles)" DestinationFolder="$(FullModulePath)" />
<Copy SourceFiles="@(DataProvider)" DestinationFolder="$(FullModulePath)\Providers\DataProviders\SqlDataProvider" />
<Copy SourceFiles="@(ResourceFiles)" DestinationFolder="$(FullModulePath)\App_LocalResources" />
</Target>
</Project>
6 changes: 6 additions & 0 deletions HotcakesCartItemCount.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="HotcakesCartItemCount.build">
<SubType>Designer</SubType>
</Content>
<Content Include="license.txt" />
<Content Include="releasenotes.txt" />
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
Expand Down Expand Up @@ -180,6 +185,7 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<Import Project="HotcakesCartItemCount.Build" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
Binary file modified bin/HotcakesCartItemCount.dll
Binary file not shown.
1 change: 1 addition & 0 deletions license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Binary file modified obj/Debug/HotcakesCartItemCount.dll
Binary file not shown.
22 changes: 22 additions & 0 deletions obj/Debug/HotcakesCartItemCount.vbproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,25 @@ C:\DEV\DNN\Skin Ojbects\Hotcakes\DNNSkinOjectHotcakesCartCount\obj\Debug\Hotcake
C:\DEV\DNN\Skin Ojbects\Hotcakes\DNNSkinOjectHotcakesCartCount\obj\Debug\HotcakesCartItemCount.dll
C:\DEV\DNN\Skin Ojbects\Hotcakes\DNNSkinOjectHotcakesCartCount\obj\Debug\HotcakesCartItemCount.xml
C:\DEV\DNN\Skin Ojbects\Hotcakes\DNNSkinOjectHotcakesCartCount\obj\Debug\HotcakesCartItemCount.pdb
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\HotcakesCartItemCount.dll
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\HotcakesCartItemCount.pdb
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\HotcakesCartItemCount.xml
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\DotNetNuke.dll
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\Microsoft.ApplicationBlocks.Data.dll
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\Newtonsoft.Json.dll
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Debug\HotcakesCartItemCount.Resources.resources
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Debug\HotcakesCartItemCount.vbproj.GenerateResource.Cache
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Debug\HotcakesCartItemCount.dll
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Debug\HotcakesCartItemCount.xml
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Debug\HotcakesCartItemCount.pdb
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\HotcakesCartItemCount.dll
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\HotcakesCartItemCount.pdb
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\HotcakesCartItemCount.xml
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\DotNetNuke.dll
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\Microsoft.ApplicationBlocks.Data.dll
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\Newtonsoft.Json.dll
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Debug\HotcakesCartItemCount.Resources.resources
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Debug\HotcakesCartItemCount.vbproj.GenerateResource.Cache
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Debug\HotcakesCartItemCount.dll
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Debug\HotcakesCartItemCount.xml
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Debug\HotcakesCartItemCount.pdb
Binary file modified obj/Debug/TempPE/My Project.Resources.Designer.vb.dll
Binary file not shown.
Binary file not shown.
Binary file added obj/Release/HotcakesCartItemCount.dll
Binary file not shown.
22 changes: 22 additions & 0 deletions obj/Release/HotcakesCartItemCount.vbproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\HotcakesCartItemCount.dll
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\HotcakesCartItemCount.pdb
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\HotcakesCartItemCount.xml
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\DotNetNuke.dll
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\Microsoft.ApplicationBlocks.Data.dll
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\Newtonsoft.Json.dll
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Release\HotcakesCartItemCount.Resources.resources
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Release\HotcakesCartItemCount.vbproj.GenerateResource.Cache
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Release\HotcakesCartItemCount.dll
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Release\HotcakesCartItemCount.xml
C:\DEV\Hotcakes\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Release\HotcakesCartItemCount.pdb
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\HotcakesCartItemCount.dll
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\HotcakesCartItemCount.pdb
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\HotcakesCartItemCount.xml
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\DotNetNuke.dll
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\Microsoft.ApplicationBlocks.Data.dll
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\bin\Newtonsoft.Json.dll
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Release\HotcakesCartItemCount.Resources.resources
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Release\HotcakesCartItemCount.vbproj.GenerateResource.Cache
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Release\HotcakesCartItemCount.dll
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Release\HotcakesCartItemCount.xml
C:\DEV\Hotcakes\Open Source Projects\Theme Objects\HotcakesCartItemCount\HotcakesCartItemCount\obj\Release\HotcakesCartItemCount.pdb
57 changes: 57 additions & 0 deletions obj/Release/HotcakesCartItemCount.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
HotcakesCartItemCount
</name>
</assembly>
<members>
<member name="F:HotcakesCartItemCount.HotcakesCartCount.lblCartCount">
<summary>
lblCartCount control.
</summary>
<remarks>
Auto-generated field.
To modify move field declaration from designer file to code-behind file.
</remarks>
</member><member name="P:HotcakesCartItemCount.My.MyWebExtension.Computer">
<summary>
Returns information about the host computer.
</summary>
</member><member name="P:HotcakesCartItemCount.My.MyWebExtension.User">
<summary>
Returns information for the current Web user.
</summary>
</member><member name="P:HotcakesCartItemCount.My.MyWebExtension.Request">
<summary>
Returns Request object.
</summary>
</member><member name="P:HotcakesCartItemCount.My.MyWebExtension.Response">
<summary>
Returns Response object.
</summary>
</member><member name="P:HotcakesCartItemCount.My.MyWebExtension.Log">
<summary>
Returns the Asp log object.
</summary>
</member><member name="T:HotcakesCartItemCount.My.MyWebExtension">
<summary>
Module used to define the properties that are available in the My Namespace for Web projects.
</summary>
<remarks></remarks>
</member><member name="P:HotcakesCartItemCount.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:HotcakesCartItemCount.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:HotcakesCartItemCount.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>
Binary file not shown.
1 change: 1 addition & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@


0 comments on commit 94a2129

Please sign in to comment.