-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #181 from hismightiness/development
Development
- Loading branch information
Showing
112 changed files
with
935 additions
and
10,474 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,62 @@ | ||
<?xml version="1.0" encoding="windows-1252"?> | ||
<!-- | ||
The MIT License (MIT) | ||
Copyright (c) 2019 Upendo Ventures, LLC | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this | ||
software and associated documentation files (the "Software"), to deal in the Software | ||
without restriction, including without limitation the rights to use, copy, modify, | ||
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to the following | ||
conditions: | ||
The above copyright notice and this permission notice shall be included in all copies | ||
or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, | ||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A | ||
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF | ||
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE | ||
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
--> | ||
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="MSBuild.Community.Tasks.Targets" /> | ||
<Target Name="PackageModule" Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<XmlRead Prefix="n" | ||
Namespace="http://schemas.microsoft.com/developer/msbuild/2003" | ||
XPath="dotnetnuke/packages/package[1]/@version" | ||
XmlFileName="$(DNNFileName).dnn"> | ||
<Output TaskParameter="Value" PropertyName="Version" /> | ||
</XmlRead> | ||
|
||
<ItemGroup> | ||
<InstallInclude Include="**\*.txt" Exclude="**\obj\**;**\_ReSharper*\**;packages\**;" /> | ||
</ItemGroup> | ||
|
||
<CreateItem Include="$(LocalViewsetPath)\**\*.*"> | ||
<Output TaskParameter="Include" ItemName="Views" /> | ||
</CreateItem> | ||
|
||
<Copy SourceFiles="@(Views)" DestinationFolder="$(MSBuildProjectDirectory)\Package\%(RecursiveDir)"/> | ||
|
||
<!-- Deploy DLL's manually until Hotcakes has an installation manager --> | ||
<!--Copy SourceFiles="@(BinInstallInclude)" DestinationFolder="$(MSBuildProjectDirectory)\Package"/--> | ||
|
||
<CreateItem Include="$(MSBuildProjectDirectory)\Package\**\*.*"> | ||
<Output TaskParameter="Include" ItemName="OutputContent" /> | ||
</CreateItem> | ||
|
||
<!-- Create the Install package --> | ||
<Zip Files="@(OutputContent)" WorkingDirectory="$(MSBuildProjectDirectory)\Package" ZipFileName="$(PackageName)_$(Version)_Install.$(Extension)" /> | ||
|
||
<!-- Copy the Install package to the Packages folder --> | ||
<Copy SourceFiles="$(MSBuildProjectDirectory)\$(PackageName)_$(Version)_Install.$(Extension)" DestinationFolder="$(WebsiteInstallPath)" /> | ||
|
||
<!-- Cleanup --> | ||
<Delete Files="$(MSBuildProjectDirectory)\$(PackageName)_$(Version)_Install.$(Extension)" /> | ||
|
||
<RemoveDir Directories ="$(MSBuildProjectDirectory)\Package" /> | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<?xml version="1.0" encoding="windows-1252"?> | ||
<!-- | ||
The MIT License (MIT) | ||
Copyright (c) 2019 Upendo Ventures, LLC | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this | ||
software and associated documentation files (the "Software"), to deal in the Software | ||
without restriction, including without limitation the rights to use, copy, modify, | ||
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to the following | ||
conditions: | ||
The above copyright notice and this permission notice shall be included in all copies | ||
or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, | ||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A | ||
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF | ||
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE | ||
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
--> | ||
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="MSBuild.Community.Tasks.Targets" /> | ||
<Target Name="PackageModule" Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<XmlRead Prefix="n" | ||
Namespace="http://schemas.microsoft.com/developer/msbuild/2003" | ||
XPath="dotnetnuke/packages/package[1]/@version" | ||
XmlFileName="$(DNNFileName).dnn"> | ||
<Output TaskParameter="Value" PropertyName="Version" /> | ||
</XmlRead> | ||
|
||
<ItemGroup> | ||
<BinInstallInclude Include="$(MSBuildProjectDirectory)\bin\*.dll" Exclude="$(MSBuildProjectDirectory)\bin\DotNetNuke*;$(MSBuildProjectDirectory)\bin\Telerik*;$(MSBuildProjectDirectory)\bin\System.*;$(MSBuildProjectDirectory)\bin\Microsoft.*;$(MSBuildProjectDirectory)\bin\Newtonsoft.Json.*" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<InstallInclude Include="*.dnn" Exclude="**\obj\**;**\_ReSharper*\**;packages\**;*_Symbols.dnn" /> | ||
<InstallInclude Include="ReleaseNotes.txt;License.txt" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<SymbolsBinInclude Include="$(MSBuildProjectDirectory)\bin\*.pdb" Exclude="$(MSBuildProjectDirectory)\bin\DotNetNuke*;$(MSBuildProjectDirectory)\bin\Telerik*;$(MSBuildProjectDirectory)\bin\System.*;$(MSBuildProjectDirectory)\bin\Microsoft.*;$(MSBuildProjectDirectory)\bin\Newtonsoft.Json.*" /> | ||
<SymbolsBinInclude Include="$(MSBuildProjectDirectory)\bin\*.xml" Exclude="$(MSBuildProjectDirectory)\bin\DotNetNuke*;$(MSBuildProjectDirectory)\bin\Telerik*;$(MSBuildProjectDirectory)\bin\System.*;$(MSBuildProjectDirectory)\bin\Microsoft.*;$(MSBuildProjectDirectory)\bin\Newtonsoft.Json.*" /> | ||
</ItemGroup> | ||
|
||
<!-- Install Package --> | ||
<Copy SourceFiles="@(InstallInclude)" DestinationFolder="$(MSBuildProjectDirectory)\Package"/> | ||
<Copy SourceFiles="@(BinInstallInclude)" DestinationFolder="$(MSBuildProjectDirectory)\ResourcesZip\bin"/> | ||
|
||
<CreateItem Include="$(MSBuildProjectDirectory)\ResourcesZip\**\*.*"> | ||
<Output TaskParameter="Include" ItemName="ResourcesContent" /> | ||
</CreateItem> | ||
|
||
<Zip Files="@(ResourcesContent)" WorkingDirectory="$(MSBuildProjectDirectory)\ResourcesZip" ZipFileName="Resources.$(Extension)" /> | ||
<Copy SourceFiles="$(MSBuildProjectDirectory)\Resources.$(Extension)" DestinationFolder="Package\" /> | ||
|
||
<CreateItem Include="$(MSBuildProjectDirectory)\Package\**\*.*"> | ||
<Output TaskParameter="Include" ItemName="OutputContent" /> | ||
</CreateItem> | ||
|
||
<Zip Files="@(OutputContent)" WorkingDirectory="$(MSBuildProjectDirectory)\Package" ZipFileName="$(PackageName)_$(Version)_Install.$(Extension)" /> | ||
|
||
<!-- Copy the Install package to the Packages folder --> | ||
<Copy SourceFiles="$(MSBuildProjectDirectory)\$(PackageName)_$(Version)_Install.$(Extension)" DestinationFolder="$(WebsiteInstallPath)" /> | ||
|
||
<RemoveDir Directories="$(MSBuildProjectDirectory)\Package" /> | ||
<RemoveDir Directories="$(MSBuildProjectDirectory)\ResourcesZip\bin" /> | ||
<RemoveDir Directories="$(MSBuildProjectDirectory)\ResourcesZip" /> | ||
<Delete Files="$(MSBuildProjectDirectory)\Resources.$(Extension)" /> | ||
|
||
<!-- Symbols Package --> | ||
<Copy SourceFiles="@(SymbolsInclude)" DestinationFolder="$(MSBuildProjectDirectory)\Package"/> | ||
<Copy SourceFiles="@(SymbolsBinInclude)" DestinationFolder="$(MSBuildProjectDirectory)\ResourcesZip\bin"/> | ||
|
||
<CreateItem Include="$(MSBuildProjectDirectory)\ResourcesZip\**\*.*"> | ||
<Output TaskParameter="Include" ItemName="ResourcesContent" /> | ||
</CreateItem> | ||
|
||
<Zip Files="@(ResourcesContent)" WorkingDirectory="$(MSBuildProjectDirectory)\ResourcesZip" ZipFileName="Resources.$(Extension)" /> | ||
<Copy SourceFiles="$(MSBuildProjectDirectory)\Resources.$(Extension)" DestinationFolder="Package\" /> | ||
|
||
<CreateItem Include="$(MSBuildProjectDirectory)\Package\**\*.*"> | ||
<Output TaskParameter="Include" ItemName="OutputSource" /> | ||
</CreateItem> | ||
|
||
<Zip Files="@(OutputSource)" WorkingDirectory="$(MSBuildProjectDirectory)\Package" ZipFileName="$(PackageName)_$(Version)_Symbols.$(Extension)" /> | ||
<Copy SourceFiles="$(MSBuildProjectDirectory)\$(PackageName)_$(Version)_Symbols.$(Extension)" DestinationFolder="$(WebsiteInstallPath)" /> | ||
|
||
<!-- Cleanup --> | ||
<Delete Files="$(MSBuildProjectDirectory)\Resources.$(Extension)" /> | ||
<Delete Files="$(MSBuildProjectDirectory)\$(PackageName)_$(Version)_Install.$(Extension)" /> | ||
<Delete Files="$(MSBuildProjectDirectory)\$(PackageName)_$(Version)_Symbols.$(Extension)" /> | ||
|
||
<RemoveDir Directories="$(MSBuildProjectDirectory)\Package" /> | ||
<RemoveDir Directories="$(MSBuildProjectDirectory)\ResourcesZip\bin" /> | ||
<RemoveDir Directories="$(MSBuildProjectDirectory)\ResourcesZip" /> | ||
|
||
</Target> | ||
</Project> |
Oops, something went wrong.