From b2993028499dd994caf5e2a5bf362f3116416ae6 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Wed, 4 Sep 2019 22:33:46 +0300 Subject: Finished implementation and cleanup of Monitor.cs, implimented Wave.cs and added a project for testing --- Oscilloscope/OscilloscopeTests/OscilloscopeTests.csproj | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Oscilloscope/OscilloscopeTests/OscilloscopeTests.csproj (limited to 'Oscilloscope/OscilloscopeTests/OscilloscopeTests.csproj') diff --git a/Oscilloscope/OscilloscopeTests/OscilloscopeTests.csproj b/Oscilloscope/OscilloscopeTests/OscilloscopeTests.csproj new file mode 100644 index 0000000..7676db9 --- /dev/null +++ b/Oscilloscope/OscilloscopeTests/OscilloscopeTests.csproj @@ -0,0 +1,17 @@ + + + + netcoreapp2.1 + + + + + + + + + + + + + -- cgit v1.2.3