Skip to content

Commit

Permalink
Generic downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Jun 14, 2022
1 parent a43ddbb commit 374467e
Show file tree
Hide file tree
Showing 30 changed files with 12,191 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Release.Downloader.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Release.Downloader", "Release.Downloader\Release.Downloader.csproj", "{548FEBEB-D320-4F6F-8C2E-1AF5E11F76C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{548FEBEB-D320-4F6F-8C2E-1AF5E11F76C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{548FEBEB-D320-4F6F-8C2E-1AF5E11F76C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{548FEBEB-D320-4F6F-8C2E-1AF5E11F76C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{548FEBEB-D320-4F6F-8C2E-1AF5E11F76C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {25E19BB3-89EA-4B18-9C88-C75CD7DE5485}
EndGlobalSection
EndGlobal
3 changes: 3 additions & 0 deletions Release.Downloader/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
</configuration>
Loading

0 comments on commit 374467e

Please sign in to comment.