-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added icon to test MSI, formatting changes on the rest
- Loading branch information
Showing
12 changed files
with
55 additions
and
35 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="GitInfo" version="1.1.12" /> | ||
<package id="WiX" version="3.10.1" /> | ||
<package id="WiX" version="3.10.2" /> | ||
</packages> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>Clide</id> | ||
<version>1.0.0</version> | ||
<authors>Daniel Cazzulino</authors> | ||
<owners>clariuslabs, kzu</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Clide</description> | ||
<copyright>Copyright 2012 Clarius Labs</copyright> | ||
<dependencies> | ||
<!--<dependency id="VSSDK.Shell.11" version="11.0.4" />--> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\Clide.Interfaces\bin\$Configuration$\Clide.Interfaces.dll" target="lib\net45" /> | ||
<file src="..\Clide.Interfaces\bin\$Configuration$\Clide.Interfaces.xml" target="lib\net45" /> | ||
<!-- The targets must match the package Id in order to be automatically imported by NuGet/VS --> | ||
<file src="Clide.targets" target="build\Clide.targets" /> | ||
</files> | ||
<metadata> | ||
<id>Clide</id> | ||
<version>1.0.0</version> | ||
<authors>Daniel Cazzulino</authors> | ||
<owners>clariuslabs, kzu</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Clide</description> | ||
<copyright>Copyright 2012 Clarius Labs</copyright> | ||
<dependencies> | ||
<!--<dependency id="VSSDK.Shell.11" version="11.0.4" />--> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\Clide.Interfaces\bin\$Configuration$\Clide.Interfaces.dll" target="lib\net45" /> | ||
<file src="..\Clide.Interfaces\bin\$Configuration$\Clide.Interfaces.xml" target="lib\net45" /> | ||
<!-- The targets must match the package Id in order to be automatically imported by NuGet/VS --> | ||
<file src="Clide.targets" target="build\Clide.targets" /> | ||
</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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<!-- Add stuff here eventually --> | ||
<!-- Add stuff here eventually --> | ||
|
||
</Project> |