diff options
| author | Syndamia <kami02882@gmail.com> | 2019-09-04 22:33:46 +0300 |
|---|---|---|
| committer | Syndamia <kami02882@gmail.com> | 2019-09-04 22:33:46 +0300 |
| commit | b2993028499dd994caf5e2a5bf362f3116416ae6 (patch) | |
| tree | fb2102cd44d76de59802f9c3096cb638646a1beb /Oscilloscope/OscilloscopeTests/OscilloscopeTests.csproj | |
| parent | 737697fbf83d62a09b25313c7bd700c5b39d10f0 (diff) | |
| download | Shower-b2993028499dd994caf5e2a5bf362f3116416ae6.tar Shower-b2993028499dd994caf5e2a5bf362f3116416ae6.tar.gz Shower-b2993028499dd994caf5e2a5bf362f3116416ae6.zip | |
Finished implementation and cleanup of Monitor.cs, implimented Wave.cs and added a project for testing
Diffstat (limited to 'Oscilloscope/OscilloscopeTests/OscilloscopeTests.csproj')
| -rw-r--r-- | Oscilloscope/OscilloscopeTests/OscilloscopeTests.csproj | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>netcoreapp2.1</TargetFramework> + </PropertyGroup> + + <ItemGroup> + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" /> + <PackageReference Include="NUnit" Version="3.12.0" /> + <PackageReference Include="NUnit3TestAdapter" Version="3.15.1" /> + </ItemGroup> + + <ItemGroup> + <ProjectReference Include="..\Oscilloscope\Oscilloscope.csproj" /> + </ItemGroup> + +</Project> |
