-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added MSBuild and other boiler plate files.
- Loading branch information
1 parent
667a9d7
commit 94a2129
Showing
13 changed files
with
156 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
obj/Release/HotcakesCartItemCount.vbproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|