This website works better with JavaScript
Home
Explore
Help
Sign In
dvotruba
/
qdr.fnd
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
move current state to @Legacy folder. Add new sources from other projects
Dalibor Votruba
2 years ago
parent
097ea717d4
commit
f28a5dc47c
100 changed files
with
0 additions
and
0 deletions
Split View
Show Diff Stats
0
0
@Legacy/BuildScripts/000_bootstrap.ps1
0
0
@Legacy/BuildScripts/001_settings.ps1
0
0
@Legacy/BuildScripts/002_library.ps1
0
0
@Legacy/BuildScripts/100_rebuild.ps1
0
0
@Legacy/BuildScripts/101_clean.ps1
0
0
@Legacy/BuildScripts/200_rebuild_output.ps1
0
0
@Legacy/BuildScripts/201_clean_output.ps1
0
0
@Legacy/BuildScripts/202_publish_output.ps1
0
0
@Legacy/BuildScripts/300_cleanup.ps1
0
0
@Legacy/BuildScripts/301_zip.ps1
0
0
@Legacy/BuildScripts/Quadarax.DevTools.BuildScripts.NuGet.nuspec
0
0
@Legacy/BuildScripts/build.bat
0
0
@Legacy/BuildScripts/readme.txt
0
0
@Legacy/Common/Cache/Cache.cs
0
0
@Legacy/Common/Cache/VolatileCache.cs
0
0
@Legacy/Common/Common.csproj
0
0
@Legacy/Common/Common.sln
0
0
@Legacy/Common/Common.sln.DotSettings
0
0
@Legacy/Common/Console/ConsoleWriter.cs
0
0
@Legacy/Common/Data/CsvHelper.cs
0
0
@Legacy/Common/Data/Extensions/SqlCommandExt.cs
0
0
@Legacy/Common/Log/Extensions/ObjectExt.cs
0
0
@Legacy/Common/Log/ILogging.cs
0
0
@Legacy/Common/Log/ILoggingProvider.cs
0
0
@Legacy/Common/Log/Logging.cs
0
0
@Legacy/Common/Log/Providers/AbstractLoggingProvider.cs
0
0
@Legacy/Common/Log/Providers/DummyLoggingProvider.cs
0
0
@Legacy/Common/Log/SeverityEnum.cs
0
0
@Legacy/Common/Object/DisposableObject.cs
0
0
@Legacy/Common/Object/Singleton.cs
0
0
@Legacy/Common/Object/WeakReference.cs
0
0
@Legacy/Common/Properties/AssemblyInfo.cs
0
0
@Legacy/Common/QDR.FND.Common.nuspec
0
0
@Legacy/Common/Reflection/TypePropertyLocator.cs
0
0
@Legacy/Common/ReleaseNote.txt
0
0
@Legacy/Common/Security/Secure.cs
0
0
@Legacy/Common/Value/Result.cs
0
0
@Legacy/Common/Xml/Extensions/XPathNavigatorExt.cs
0
0
@Legacy/Common/Xml/Extensions/XmlNodeExt.cs
0
0
@Legacy/Common/Xml/Extensions/XmlReaderExt.cs
0
0
@Legacy/Common/create_package.ps1
0
0
@Legacy/Common/quadarax_dll.ico
0
0
@Legacy/Common/quadarax_strong_name_key.pfx
0
0
@Legacy/Infrastructure/App.config
0
0
@Legacy/Infrastructure/GlobalContainer.cs
0
0
@Legacy/Infrastructure/IModule.cs
0
0
@Legacy/Infrastructure/Infra.cs
0
0
@Legacy/Infrastructure/Infrastructure.csproj
0
0
@Legacy/Infrastructure/Infrastructure.sln
0
0
@Legacy/Infrastructure/Layers/BusinessLayer.cs
0
0
@Legacy/Infrastructure/Layers/DataLayer.cs
0
0
@Legacy/Infrastructure/Layers/GlobalLayer.cs
0
0
@Legacy/Infrastructure/Layers/Layer.cs
0
0
@Legacy/Infrastructure/Layers/LayerClassificationEnum.cs
0
0
@Legacy/Infrastructure/Layers/PresentationLayer.cs
0
0
@Legacy/Infrastructure/Layers/ServiceLayer.cs
0
0
@Legacy/Infrastructure/Properties/AssemblyInfo.cs
0
0
@Legacy/Infrastructure/QDR.FND.Infrastructure.nuspec
0
0
@Legacy/Infrastructure/ReleaseNote.txt
0
0
@Legacy/Infrastructure/create_package.ps1
0
0
@Legacy/Infrastructure/packages.config
0
0
@Legacy/Infrastructure/quadarax_dll.ico
0
0
@Legacy/Infrastructure/quadarax_strong_name_key.pfx
0
0
@Legacy/Infrastructure/quadarax_strong_name_key.pub
0
0
@Legacy/QConsole/@Scripts/000_bootstrap.ps1
0
0
@Legacy/QConsole/@Scripts/001_settings.ps1
0
0
@Legacy/QConsole/@Scripts/002_library.ps1
0
0
@Legacy/QConsole/@Scripts/100_rebuild.ps1
0
0
@Legacy/QConsole/@Scripts/101_clean.ps1
0
0
@Legacy/QConsole/@Scripts/200_rebuild_output.ps1
0
0
@Legacy/QConsole/@Scripts/201_clean_output.ps1
0
0
@Legacy/QConsole/@Scripts/202_publish_output.ps1
0
0
@Legacy/QConsole/@Scripts/300_cleanup.ps1
0
0
@Legacy/QConsole/@Scripts/301_zip.ps1
0
0
@Legacy/QConsole/@Scripts/readme.txt
0
0
@Legacy/QConsole/QConsole.DevBench/.skipoutput
0
0
@Legacy/QConsole/QConsole.DevBench/App.config
0
0
@Legacy/QConsole/QConsole.DevBench/Command/Entry.cs
0
0
@Legacy/QConsole/QConsole.DevBench/Command/Test2Cmd.cs
0
0
@Legacy/QConsole/QConsole.DevBench/Command/TestCmd.cs
0
0
@Legacy/QConsole/QConsole.DevBench/Program.cs
0
0
@Legacy/QConsole/QConsole.DevBench/Properties/AssemblyInfo.cs
0
0
@Legacy/QConsole/QConsole.DevBench/QConsole.DevBench.csproj
0
0
@Legacy/QConsole/QConsole.DevBench/packages.config
0
0
@Legacy/QConsole/QConsole.sln
0
0
@Legacy/QConsole/QConsole/App.config
0
0
@Legacy/QConsole/QConsole/Argument/AbstractArgument.cs
0
0
@Legacy/QConsole/QConsole/Argument/FlagArgument.cs
0
0
@Legacy/QConsole/QConsole/Argument/NamedArgument.cs
0
0
@Legacy/QConsole/QConsole/Argument/OrdinalArgument.cs
0
0
@Legacy/QConsole/QConsole/Attributes/CommandDefinitionAttribute.cs
0
0
@Legacy/QConsole/QConsole/Command/Base/AbstractCommand.cs
0
0
@Legacy/QConsole/QConsole/Command/Base/AbstractListCommand.cs
0
0
@Legacy/QConsole/QConsole/Command/Base/AbstractSelectionCommand.cs
0
0
@Legacy/QConsole/QConsole/Command/Base/ISelectionEntry.cs
0
0
@Legacy/QConsole/QConsole/Command/Defaults/CmdClear.cs
0
0
@Legacy/QConsole/QConsole/Command/Defaults/CmdExit.cs
0
0
@Legacy/QConsole/QConsole/Command/Defaults/CmdHelp.cs
0
0
@Legacy/QConsole/QConsole/Command/Defaults/CmdPrint.cs
0
0
@Legacy/QConsole/QConsole/Command/Defaults/CmdSelection.cs
+ 0
- 0
BuildScripts/000_bootstrap.ps1 → @Legacy/BuildScripts/000_bootstrap.ps1
View File
+ 0
- 0
BuildScripts/001_settings.ps1 → @Legacy/BuildScripts/001_settings.ps1
View File
+ 0
- 0
BuildScripts/002_library.ps1 → @Legacy/BuildScripts/002_library.ps1
View File
+ 0
- 0
BuildScripts/100_rebuild.ps1 → @Legacy/BuildScripts/100_rebuild.ps1
View File
+ 0
- 0
BuildScripts/101_clean.ps1 → @Legacy/BuildScripts/101_clean.ps1
View File
+ 0
- 0
BuildScripts/200_rebuild_output.ps1 → @Legacy/BuildScripts/200_rebuild_output.ps1
View File
+ 0
- 0
BuildScripts/201_clean_output.ps1 → @Legacy/BuildScripts/201_clean_output.ps1
View File
+ 0
- 0
BuildScripts/202_publish_output.ps1 → @Legacy/BuildScripts/202_publish_output.ps1
View File
+ 0
- 0
BuildScripts/300_cleanup.ps1 → @Legacy/BuildScripts/300_cleanup.ps1
View File
+ 0
- 0
BuildScripts/301_zip.ps1 → @Legacy/BuildScripts/301_zip.ps1
View File
+ 0
- 0
BuildScripts/Quadarax.DevTools.BuildScripts.NuGet.nuspec → @Legacy/BuildScripts/Quadarax.DevTools.BuildScripts.NuGet.nuspec
View File
+ 0
- 0
BuildScripts/build.bat → @Legacy/BuildScripts/build.bat
View File
+ 0
- 0
BuildScripts/readme.txt → @Legacy/BuildScripts/readme.txt
View File
+ 0
- 0
Common/Cache/Cache.cs → @Legacy/Common/Cache/Cache.cs
View File
+ 0
- 0
Common/Cache/VolatileCache.cs → @Legacy/Common/Cache/VolatileCache.cs
View File
+ 0
- 0
Common/Common.csproj → @Legacy/Common/Common.csproj
View File
+ 0
- 0
Common/Common.sln → @Legacy/Common/Common.sln
View File
+ 0
- 0
Common/Common.sln.DotSettings → @Legacy/Common/Common.sln.DotSettings
View File
+ 0
- 0
Common/Console/ConsoleWriter.cs → @Legacy/Common/Console/ConsoleWriter.cs
View File
+ 0
- 0
Common/Data/CsvHelper.cs → @Legacy/Common/Data/CsvHelper.cs
View File
+ 0
- 0
Common/Data/Extensions/SqlCommandExt.cs → @Legacy/Common/Data/Extensions/SqlCommandExt.cs
View File
+ 0
- 0
Common/Log/Extensions/ObjectExt.cs → @Legacy/Common/Log/Extensions/ObjectExt.cs
View File
+ 0
- 0
Common/Log/ILogging.cs → @Legacy/Common/Log/ILogging.cs
View File
+ 0
- 0
Common/Log/ILoggingProvider.cs → @Legacy/Common/Log/ILoggingProvider.cs
View File
+ 0
- 0
Common/Log/Logging.cs → @Legacy/Common/Log/Logging.cs
View File
+ 0
- 0
Common/Log/Providers/AbstractLoggingProvider.cs → @Legacy/Common/Log/Providers/AbstractLoggingProvider.cs
View File
+ 0
- 0
Common/Log/Providers/DummyLoggingProvider.cs → @Legacy/Common/Log/Providers/DummyLoggingProvider.cs
View File
+ 0
- 0
Common/Log/SeverityEnum.cs → @Legacy/Common/Log/SeverityEnum.cs
View File
+ 0
- 0
Common/Object/DisposableObject.cs → @Legacy/Common/Object/DisposableObject.cs
View File
+ 0
- 0
Common/Object/Singleton.cs → @Legacy/Common/Object/Singleton.cs
View File
+ 0
- 0
Common/Object/WeakReference.cs → @Legacy/Common/Object/WeakReference.cs
View File
+ 0
- 0
Common/Properties/AssemblyInfo.cs → @Legacy/Common/Properties/AssemblyInfo.cs
View File
+ 0
- 0
Common/QDR.FND.Common.nuspec → @Legacy/Common/QDR.FND.Common.nuspec
View File
+ 0
- 0
Common/Reflection/TypePropertyLocator.cs → @Legacy/Common/Reflection/TypePropertyLocator.cs
View File
+ 0
- 0
Common/ReleaseNote.txt → @Legacy/Common/ReleaseNote.txt
View File
+ 0
- 0
Common/Security/Secure.cs → @Legacy/Common/Security/Secure.cs
View File
+ 0
- 0
Common/Value/Result.cs → @Legacy/Common/Value/Result.cs
View File
+ 0
- 0
Common/Xml/Extensions/XPathNavigatorExt.cs → @Legacy/Common/Xml/Extensions/XPathNavigatorExt.cs
View File
+ 0
- 0
Common/Xml/Extensions/XmlNodeExt.cs → @Legacy/Common/Xml/Extensions/XmlNodeExt.cs
View File
+ 0
- 0
Common/Xml/Extensions/XmlReaderExt.cs → @Legacy/Common/Xml/Extensions/XmlReaderExt.cs
View File
+ 0
- 0
Common/create_package.ps1 → @Legacy/Common/create_package.ps1
View File
+ 0
- 0
Common/quadarax_dll.ico → @Legacy/Common/quadarax_dll.ico
View File
+ 0
- 0
Common/quadarax_strong_name_key.pfx → @Legacy/Common/quadarax_strong_name_key.pfx
View File
+ 0
- 0
Infrastructure/App.config → @Legacy/Infrastructure/App.config
View File
+ 0
- 0
Infrastructure/GlobalContainer.cs → @Legacy/Infrastructure/GlobalContainer.cs
View File
+ 0
- 0
Infrastructure/IModule.cs → @Legacy/Infrastructure/IModule.cs
View File
+ 0
- 0
Infrastructure/Infra.cs → @Legacy/Infrastructure/Infra.cs
View File
+ 0
- 0
Infrastructure/Infrastructure.csproj → @Legacy/Infrastructure/Infrastructure.csproj
View File
+ 0
- 0
Infrastructure/Infrastructure.sln → @Legacy/Infrastructure/Infrastructure.sln
View File
+ 0
- 0
Infrastructure/Layers/BusinessLayer.cs → @Legacy/Infrastructure/Layers/BusinessLayer.cs
View File
+ 0
- 0
Infrastructure/Layers/DataLayer.cs → @Legacy/Infrastructure/Layers/DataLayer.cs
View File
+ 0
- 0
Infrastructure/Layers/GlobalLayer.cs → @Legacy/Infrastructure/Layers/GlobalLayer.cs
View File
+ 0
- 0
Infrastructure/Layers/Layer.cs → @Legacy/Infrastructure/Layers/Layer.cs
View File
+ 0
- 0
Infrastructure/Layers/LayerClassificationEnum.cs → @Legacy/Infrastructure/Layers/LayerClassificationEnum.cs
View File
+ 0
- 0
Infrastructure/Layers/PresentationLayer.cs → @Legacy/Infrastructure/Layers/PresentationLayer.cs
View File
+ 0
- 0
Infrastructure/Layers/ServiceLayer.cs → @Legacy/Infrastructure/Layers/ServiceLayer.cs
View File
+ 0
- 0
Infrastructure/Properties/AssemblyInfo.cs → @Legacy/Infrastructure/Properties/AssemblyInfo.cs
View File
+ 0
- 0
Infrastructure/QDR.FND.Infrastructure.nuspec → @Legacy/Infrastructure/QDR.FND.Infrastructure.nuspec
View File
+ 0
- 0
Infrastructure/ReleaseNote.txt → @Legacy/Infrastructure/ReleaseNote.txt
View File
+ 0
- 0
Infrastructure/create_package.ps1 → @Legacy/Infrastructure/create_package.ps1
View File
+ 0
- 0
Infrastructure/packages.config → @Legacy/Infrastructure/packages.config
View File
+ 0
- 0
Infrastructure/quadarax_dll.ico → @Legacy/Infrastructure/quadarax_dll.ico
View File
+ 0
- 0
Infrastructure/quadarax_strong_name_key.pfx → @Legacy/Infrastructure/quadarax_strong_name_key.pfx
View File
+ 0
- 0
Infrastructure/quadarax_strong_name_key.pub → @Legacy/Infrastructure/quadarax_strong_name_key.pub
View File
+ 0
- 0
QConsole/@Scripts/000_bootstrap.ps1 → @Legacy/QConsole/@Scripts/000_bootstrap.ps1
View File
+ 0
- 0
QConsole/@Scripts/001_settings.ps1 → @Legacy/QConsole/@Scripts/001_settings.ps1
View File
+ 0
- 0
QConsole/@Scripts/002_library.ps1 → @Legacy/QConsole/@Scripts/002_library.ps1
View File
+ 0
- 0
QConsole/@Scripts/100_rebuild.ps1 → @Legacy/QConsole/@Scripts/100_rebuild.ps1
View File
+ 0
- 0
QConsole/@Scripts/101_clean.ps1 → @Legacy/QConsole/@Scripts/101_clean.ps1
View File
+ 0
- 0
QConsole/@Scripts/200_rebuild_output.ps1 → @Legacy/QConsole/@Scripts/200_rebuild_output.ps1
View File
+ 0
- 0
QConsole/@Scripts/201_clean_output.ps1 → @Legacy/QConsole/@Scripts/201_clean_output.ps1
View File
+ 0
- 0
QConsole/@Scripts/202_publish_output.ps1 → @Legacy/QConsole/@Scripts/202_publish_output.ps1
View File
+ 0
- 0
QConsole/@Scripts/300_cleanup.ps1 → @Legacy/QConsole/@Scripts/300_cleanup.ps1
View File
+ 0
- 0
QConsole/@Scripts/301_zip.ps1 → @Legacy/QConsole/@Scripts/301_zip.ps1
View File
+ 0
- 0
QConsole/@Scripts/readme.txt → @Legacy/QConsole/@Scripts/readme.txt
View File
+ 0
- 0
QConsole/QConsole.DevBench/.skipoutput → @Legacy/QConsole/QConsole.DevBench/.skipoutput
View File
+ 0
- 0
QConsole/QConsole.DevBench/App.config → @Legacy/QConsole/QConsole.DevBench/App.config
View File
+ 0
- 0
QConsole/QConsole.DevBench/Command/Entry.cs → @Legacy/QConsole/QConsole.DevBench/Command/Entry.cs
View File
+ 0
- 0
QConsole/QConsole.DevBench/Command/Test2Cmd.cs → @Legacy/QConsole/QConsole.DevBench/Command/Test2Cmd.cs
View File
+ 0
- 0
QConsole/QConsole.DevBench/Command/TestCmd.cs → @Legacy/QConsole/QConsole.DevBench/Command/TestCmd.cs
View File
+ 0
- 0
QConsole/QConsole.DevBench/Program.cs → @Legacy/QConsole/QConsole.DevBench/Program.cs
View File
+ 0
- 0
QConsole/QConsole.DevBench/Properties/AssemblyInfo.cs → @Legacy/QConsole/QConsole.DevBench/Properties/AssemblyInfo.cs
View File
+ 0
- 0
QConsole/QConsole.DevBench/QConsole.DevBench.csproj → @Legacy/QConsole/QConsole.DevBench/QConsole.DevBench.csproj
View File
+ 0
- 0
QConsole/QConsole.DevBench/packages.config → @Legacy/QConsole/QConsole.DevBench/packages.config
View File
+ 0
- 0
QConsole/QConsole.sln → @Legacy/QConsole/QConsole.sln
View File
+ 0
- 0
QConsole/QConsole/App.config → @Legacy/QConsole/QConsole/App.config
View File
+ 0
- 0
QConsole/QConsole/Argument/AbstractArgument.cs → @Legacy/QConsole/QConsole/Argument/AbstractArgument.cs
View File
+ 0
- 0
QConsole/QConsole/Argument/FlagArgument.cs → @Legacy/QConsole/QConsole/Argument/FlagArgument.cs
View File
+ 0
- 0
QConsole/QConsole/Argument/NamedArgument.cs → @Legacy/QConsole/QConsole/Argument/NamedArgument.cs
View File
+ 0
- 0
QConsole/QConsole/Argument/OrdinalArgument.cs → @Legacy/QConsole/QConsole/Argument/OrdinalArgument.cs
View File
+ 0
- 0
QConsole/QConsole/Attributes/CommandDefinitionAttribute.cs → @Legacy/QConsole/QConsole/Attributes/CommandDefinitionAttribute.cs
View File
+ 0
- 0
QConsole/QConsole/Command/Base/AbstractCommand.cs → @Legacy/QConsole/QConsole/Command/Base/AbstractCommand.cs
View File
+ 0
- 0
QConsole/QConsole/Command/Base/AbstractListCommand.cs → @Legacy/QConsole/QConsole/Command/Base/AbstractListCommand.cs
View File
+ 0
- 0
QConsole/QConsole/Command/Base/AbstractSelectionCommand.cs → @Legacy/QConsole/QConsole/Command/Base/AbstractSelectionCommand.cs
View File
+ 0
- 0
QConsole/QConsole/Command/Base/ISelectionEntry.cs → @Legacy/QConsole/QConsole/Command/Base/ISelectionEntry.cs
View File
+ 0
- 0
QConsole/QConsole/Command/Defaults/CmdClear.cs → @Legacy/QConsole/QConsole/Command/Defaults/CmdClear.cs
View File
+ 0
- 0
QConsole/QConsole/Command/Defaults/CmdExit.cs → @Legacy/QConsole/QConsole/Command/Defaults/CmdExit.cs
View File
+ 0
- 0
QConsole/QConsole/Command/Defaults/CmdHelp.cs → @Legacy/QConsole/QConsole/Command/Defaults/CmdHelp.cs
View File
+ 0
- 0
QConsole/QConsole/Command/Defaults/CmdPrint.cs → @Legacy/QConsole/QConsole/Command/Defaults/CmdPrint.cs
View File
+ 0
- 0
QConsole/QConsole/Command/Defaults/CmdSelection.cs → @Legacy/QConsole/QConsole/Command/Defaults/CmdSelection.cs
View File
Some files were not shown because too many files changed in this diff