Initial commit
authorCryptoManiac <balthazar@yandex.ru>
Mon, 3 Aug 2015 20:20:23 +0000 (23:20 +0300)
committerCryptoManiac <balthazar@yandex.ru>
Mon, 3 Aug 2015 20:20:23 +0000 (23:20 +0300)
commit3873f3ffa728da77ccd2429ecdc527ee408ea40f
treeb445c50ab33f1c93ea2e0fa4067e5482805c8296
Initial commit
15 files changed:
Stratum.sln [new file with mode: 0644]
StratumLibrary/Attributes.cs [new file with mode: 0644]
StratumLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
StratumLibrary/Stratum.cs [new file with mode: 0644]
StratumLibrary/Stratum.csproj [new file with mode: 0644]
StratumLibrary/StratumException.cs [new file with mode: 0644]
StratumLibrary/StratumReadState.cs [new file with mode: 0644]
StratumLibrary/StratumRequest.cs [new file with mode: 0644]
StratumLibrary/StratumResponse.cs [new file with mode: 0644]
StratumLibrary/packages.config [new file with mode: 0644]
StratumTest/App.config [new file with mode: 0644]
StratumTest/Program.cs [new file with mode: 0644]
StratumTest/Properties/AssemblyInfo.cs [new file with mode: 0644]
StratumTest/StratumTest.csproj [new file with mode: 0644]
StratumTest/packages.config [new file with mode: 0644]