-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
842 changed files
with
15,744 additions
and
4,539 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
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,41 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<!-- Enable the restore command to run before builds --> | ||
<RestorePackages Condition=" '$(RestorePackages)' == '' ">true</RestorePackages> | ||
<!-- Download Paket.exe if it does not already exist --> | ||
<DownloadPaket Condition=" '$(DownloadPaket)' == '' ">true</DownloadPaket> | ||
<PaketToolsPath>$(MSBuildThisFileDirectory)</PaketToolsPath> | ||
<PaketRootPath>$(MSBuildThisFileDirectory)..\</PaketRootPath> | ||
<MonoPath Condition="'$(MonoPath)' == '' And Exists('/Library/Frameworks/Mono.framework/Commands/mono')">/Library/Frameworks/Mono.framework/Commands/mono</MonoPath> | ||
<MonoPath Condition="'$(MonoPath)' == ''">mono</MonoPath> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<!-- Paket command --> | ||
<PaketExePath Condition=" '$(PaketExePath)' == '' ">$(PaketToolsPath)paket.exe</PaketExePath> | ||
<PaketBootStrapperExePath Condition=" '$(PaketBootStrapperExePath)' == '' ">$(PaketToolsPath)paket.bootstrapper.exe</PaketBootStrapperExePath> | ||
<PaketCommand Condition=" '$(OS)' == 'Windows_NT'">"$(PaketExePath)"</PaketCommand> | ||
<PaketCommand Condition=" '$(OS)' != 'Windows_NT' ">$(MonoPath) --runtime=v4.0.30319 "$(PaketExePath)"</PaketCommand> | ||
<PaketBootStrapperCommand Condition=" '$(OS)' == 'Windows_NT'">"$(PaketBootStrapperExePath)" $(PaketBootStrapperCommandArgs)</PaketBootStrapperCommand> | ||
<PaketBootStrapperCommand Condition=" '$(OS)' != 'Windows_NT' ">$(MonoPath) --runtime=v4.0.30319 $(PaketBootStrapperExePath) $(PaketBootStrapperCommandArgs)</PaketBootStrapperCommand> | ||
<!-- Commands --> | ||
<PaketReferences Condition="!Exists('$(MSBuildProjectFullPath).paket.references')">$(MSBuildProjectDirectory)\paket.references</PaketReferences> | ||
<PaketReferences Condition="!Exists('$(PaketReferences)')">$(MSBuildStartupDirectory)\paket.references</PaketReferences> | ||
<PaketReferences Condition="Exists('$(MSBuildProjectFullPath).paket.references')">$(MSBuildProjectFullPath).paket.references</PaketReferences> | ||
<RestoreCommand>$(PaketCommand) restore --references-files "$(PaketReferences)"</RestoreCommand> | ||
<DownloadPaketCommand>$(PaketBootStrapperCommand)</DownloadPaketCommand> | ||
<!-- We need to ensure packages are restored prior to assembly resolve --> | ||
<BuildDependsOn Condition="$(RestorePackages) == 'true'">RestorePackages; $(BuildDependsOn);</BuildDependsOn> | ||
</PropertyGroup> | ||
<Target Name="CheckPrerequisites"> | ||
<!-- Raise an error if we're unable to locate paket.exe --> | ||
<Error Condition="'$(DownloadPaket)' != 'true' AND !Exists('$(PaketExePath)')" Text="Unable to locate '$(PaketExePath)'" /> | ||
<MsBuild Targets="DownloadPaket" Projects="$(MSBuildThisFileFullPath)" Properties="Configuration=NOT_IMPORTANT;DownloadPaket=$(DownloadPaket)" /> | ||
</Target> | ||
<Target Name="DownloadPaket"> | ||
<Exec Command="$(DownloadPaketCommand)" IgnoreStandardErrorWarningFormat="true" Condition=" '$(DownloadPaket)' == 'true' AND !Exists('$(PaketExePath)')" /> | ||
</Target> | ||
<Target Name="RestorePackages" DependsOnTargets="CheckPrerequisites"> | ||
<Exec Command="$(RestoreCommand)" IgnoreStandardErrorWarningFormat="true" WorkingDirectory="$(PaketRootPath)" Condition="Exists('$(PaketReferences)')" ContinueOnError="true" /> | ||
</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,5 @@ | ||
echo off | ||
cls | ||
cd .paket | ||
paket.bootstrapper.exe | ||
pause |
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,6 @@ | ||
echo off | ||
cls | ||
cd .paket | ||
paket.bootstrapper.exe | ||
paket.exe restore | ||
pause |
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,6 @@ | ||
echo off | ||
cls | ||
cd .paket | ||
paket.bootstrapper.exe | ||
paket.exe update | ||
pause |
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 removed
BIN
-54.5 KB
...beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_13/Exceptionless.Models.dll.deploy
Binary file not shown.
Binary file removed
BIN
-19.5 KB
...eta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_13/Exceptionless.Windows.dll.deploy
Binary file not shown.
Binary file removed
BIN
-631 KB
deploy/beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_13/Exceptionless.dll.deploy
Binary file not shown.
Binary file removed
BIN
-16.5 KB
deploy/beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_13/ExtendedTextBox.dll.deploy
Binary file not shown.
Binary file removed
BIN
-19 KB
deploy/beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_13/Gallifrey.Jira.dll.deploy
Binary file not shown.
21 changes: 0 additions & 21 deletions
21
...pplication Files/Gallifrey.UI.Classic.Beta_1_2_1_13/Gallifrey.UI.Classic.Beta.application
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-72.5 KB
...Application Files/Gallifrey.UI.Classic.Beta_1_2_1_13/Gallifrey.UI.Classic.Beta.exe.deploy
Binary file not shown.
211 changes: 0 additions & 211 deletions
211
...plication Files/Gallifrey.UI.Classic.Beta_1_2_1_13/Gallifrey.UI.Classic.Beta.exe.manifest
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-17.5 KB
...Application Files/Gallifrey.UI.Classic.Beta_1_2_1_13/Gallifrey.UI.Classic.Beta.pdb.deploy
Binary file not shown.
Binary file removed
BIN
-1.02 MB
...beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_13/Gallifrey.UI.Classic.exe.deploy
Binary file not shown.
Binary file removed
BIN
-196 KB
...beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_13/Gallifrey.UI.Classic.pdb.deploy
Binary file not shown.
Binary file removed
BIN
-59 KB
deploy/beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_13/Gallifrey.dll.deploy
Binary file not shown.
Binary file removed
BIN
-178 KB
deploy/beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_13/Gallifrey.pdb.deploy
Binary file not shown.
Binary file removed
BIN
-493 KB
deploy/beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_13/Newtonsoft.Json.dll.deploy
Binary file not shown.
Binary file removed
BIN
-160 KB
deploy/beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_13/RestSharp.dll.deploy
Binary file not shown.
Binary file removed
BIN
-54.5 KB
...beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_14/Exceptionless.Models.dll.deploy
Binary file not shown.
Binary file removed
BIN
-19.5 KB
...eta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_14/Exceptionless.Windows.dll.deploy
Binary file not shown.
Binary file removed
BIN
-631 KB
deploy/beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_14/Exceptionless.dll.deploy
Binary file not shown.
Binary file removed
BIN
-16.5 KB
deploy/beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_14/ExtendedTextBox.dll.deploy
Binary file not shown.
Binary file removed
BIN
-19 KB
deploy/beta/Application Files/Gallifrey.UI.Classic.Beta_1_2_1_14/Gallifrey.Jira.dll.deploy
Binary file not shown.
Oops, something went wrong.