-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mass-refactoring, semantic & packaging
- Loading branch information
Stephan
committed
Apr 22, 2014
1 parent
e9679ae
commit 45a9c35
Showing
34 changed files
with
635 additions
and
378 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 |
---|---|---|
|
@@ -6,3 +6,5 @@ pkg | |
packages | ||
refs | ||
*.snk | ||
/build/Debug | ||
/build/Release |
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
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
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 added
BIN
+1.62 KB
Zbu.ModelsBuilder.AspNet/UserControls/Zbu/ModelsBuilder/logo32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
32 changes: 32 additions & 0 deletions
32
Zbu.ModelsBuilder.AspNet/build/NuSpecs/Zbu.ModelsBuilder.AspNet.nuspec
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,32 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>Zbu.ModelsBuilder.AspNet</id> | ||
<!-- set -pre to indicate it's pre-release --> | ||
<version>$version$-pre</version> | ||
<title>ZpqrtBnk Umbraco ModelsBuilder ASP.NET Integration</title> | ||
<authors>Pilotine - ZpqrtBnk</authors> | ||
<owners>Pilotine - ZpqrtBnk</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>ZpqrtBnk Umbraco ASP.NET tool for generating strongly typed IPublishedContent models.</description> | ||
<copyright>Copyright © Pilotine - ZpqrtBnk 2013-2014</copyright> | ||
<dependencies> | ||
<dependency id="Microsoft.CodeAnalysis.CSharp" version="0.6.4033103-beta" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<!-- our dlls --> | ||
<file src="..\..\bin\Release\Zbu.ModelsBuilder.dll" target="lib\Zbu.ModelsBuilder.dll" /> | ||
<file src="..\..\bin\Release\Zbu.ModelsBuilder.Umbraco.dll" target="lib\Zbu.ModelsBuilder.Umbraco.dll" /> | ||
<file src="..\..\bin\Release\Zbu.ModelsBuilder.AspNet.dll" target="lib\Zbu.ModelsBuilder.AspNet.dll" /> | ||
|
||
<!-- content for the dashboard --> | ||
<file src="..\..\UserControls\Zbu\ModelsBuilder\BuildModels.ascx" target="content\UserControls\Zbu\ModelsBuilder\BuildModels.ascx" /> | ||
<file src="..\..\UserControls\Zbu\ModelsBuilder\logo32x32.png" target="content\UserControls\Zbu\ModelsBuilder\logo32x32.png" /> | ||
|
||
<!-- post-install script // we don't have one --> | ||
<!-- | ||
<file src="tools\install.ps1" target="tools\install.ps1" /> | ||
--> | ||
</files> | ||
</package> |
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,5 @@ | ||
param($rootPath, $toolsPath, $package, $project) | ||
|
||
if ($project) { | ||
# nothing... | ||
} |
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
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
Oops, something went wrong.