forked from xenserver/xenadmin
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converted to Settings.xml in AppData, removes old setting system and …
…preps for #221 This build will require settings to be redone.
- Loading branch information
1 parent
c1ed446
commit 340a3b1
Showing
9 changed files
with
1,055 additions
and
1,518 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,20 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<AssemblyTitle>$(Title)</AssemblyTitle> | ||
<AssemblyDescription>$(Description)</AssemblyDescription> | ||
<Copyright>Copyright © XCP-ng</Copyright> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/xcp-ng/xenadmin</RepositoryUrl> | ||
<RevisionNumber>$([System.DateTime]::Now.ToString("yy"))$([System.DateTime]::Now.DayOfYear.ToString("D3"))</RevisionNumber> | ||
<Authors>XCP-ng</Authors> | ||
<Product>XCP-ng Center</Product> | ||
<Version>0.0.0.$(RevisionNumber)</Version> | ||
<FileVersion>0.0.0.$(RevisionNumber)</FileVersion> | ||
<Codename>Medicine Hat</Codename> | ||
<Lab>xcpngcenter_main</Lab> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<RestoreAdditionalProjectSources>../Packages</RestoreAdditionalProjectSources> | ||
</PropertyGroup> | ||
</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
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.