-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Release version of Win10-x64 Executable
Added the Release version of the Win10-x64 executable.
- Loading branch information
Showing
14 changed files
with
513 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
bin/Release/netcoreapp2.0/win10-x64/Gritz.runtimeconfig.dev.json
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,10 @@ | ||
{ | ||
"runtimeOptions": { | ||
"additionalProbingPaths": [ | ||
"C:\\Users\\Gisgar3\\.dotnet\\store\\|arch|\\|tfm|", | ||
"C:\\Users\\Gisgar3\\.nuget\\packages", | ||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback", | ||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" | ||
] | ||
} | ||
} |
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,3 @@ | ||
{ | ||
"runtimeOptions": {} | ||
} |
Binary file not shown.
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,16 @@ | ||
//------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// Generated by the MSBuild WriteCodeFragment class. | ||
// </auto-generated> | ||
//------------------------------------------------------------------------------ | ||
|
||
using System; | ||
using System.Reflection; | ||
|
||
[assembly: System.Reflection.AssemblyCompanyAttribute("Gritz")] | ||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] | ||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] | ||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] | ||
[assembly: System.Reflection.AssemblyProductAttribute("Gritz")] | ||
[assembly: System.Reflection.AssemblyTitleAttribute("Gritz")] | ||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
1 change: 1 addition & 0 deletions
1
obj/release/netcoreapp2.0/win10-x64/Gritz.AssemblyInfoInputs.cache
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 @@ | ||
ea768ac234c2d99352d817f6ba96254d2e1206bc |
1 change: 1 addition & 0 deletions
1
obj/release/netcoreapp2.0/win10-x64/Gritz.csproj.CoreCompileInputs.cache
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 @@ | ||
d1babbbae18b6438e65886d964313f1a8c63a2e7 |
13 changes: 13 additions & 0 deletions
13
obj/release/netcoreapp2.0/win10-x64/Gritz.csproj.FileListAbsolute.txt
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,13 @@ | ||
C:\Users\Gisgar3\Desktop\OpenSource\Gritz\bin\release\netcoreapp2.0\win10-x64\hostpolicy.dll | ||
C:\Users\Gisgar3\Desktop\OpenSource\Gritz\bin\release\netcoreapp2.0\win10-x64\hostfxr.dll | ||
C:\Users\Gisgar3\Desktop\OpenSource\Gritz\bin\release\netcoreapp2.0\win10-x64\Gritz.exe | ||
C:\Users\Gisgar3\Desktop\OpenSource\Gritz\bin\release\netcoreapp2.0\win10-x64\Gritz.deps.json | ||
C:\Users\Gisgar3\Desktop\OpenSource\Gritz\bin\release\netcoreapp2.0\win10-x64\Gritz.runtimeconfig.json | ||
C:\Users\Gisgar3\Desktop\OpenSource\Gritz\bin\release\netcoreapp2.0\win10-x64\Gritz.runtimeconfig.dev.json | ||
C:\Users\Gisgar3\Desktop\OpenSource\Gritz\bin\release\netcoreapp2.0\win10-x64\Gritz.dll | ||
C:\Users\Gisgar3\Desktop\OpenSource\Gritz\bin\release\netcoreapp2.0\win10-x64\Gritz.pdb | ||
C:\Users\Gisgar3\Desktop\OpenSource\Gritz\obj\release\netcoreapp2.0\win10-x64\Gritz.csproj.CoreCompileInputs.cache | ||
C:\Users\Gisgar3\Desktop\OpenSource\Gritz\obj\release\netcoreapp2.0\win10-x64\Gritz.AssemblyInfoInputs.cache | ||
C:\Users\Gisgar3\Desktop\OpenSource\Gritz\obj\release\netcoreapp2.0\win10-x64\Gritz.AssemblyInfo.cs | ||
C:\Users\Gisgar3\Desktop\OpenSource\Gritz\obj\release\netcoreapp2.0\win10-x64\Gritz.dll | ||
C:\Users\Gisgar3\Desktop\OpenSource\Gritz\obj\release\netcoreapp2.0\win10-x64\Gritz.pdb |
Binary file not shown.
Binary file not shown.