about summary refs log tree commit diff
path: root/aoc2019.csproj
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-12-16 18:06:36 -0500
committerBen Harris <ben@tilde.team>2020-12-16 18:06:36 -0500
commitcb10768fa14c4b6ec19d050e13a0c3e00c152874 (patch)
tree2da56b45700f5dd1bde994cbeae04f18424a17c3 /aoc2019.csproj
parent837527d487c7e232b36dd87c95a15b7852f2e057 (diff)
move project to subdirectory and add unit testing
day 13 is removed from the test so it doesn't take 4 years
Diffstat (limited to 'aoc2019.csproj')
-rw-r--r--aoc2019.csproj14
1 files changed, 0 insertions, 14 deletions
diff --git a/aoc2019.csproj b/aoc2019.csproj
deleted file mode 100644
index eaa667f..0000000
--- a/aoc2019.csproj
+++ /dev/null
@@ -1,14 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">

-

-  <PropertyGroup>

-    <OutputType>Exe</OutputType>

-    <TargetFramework>net5.0</TargetFramework>

-  </PropertyGroup>

-

-  <ItemGroup>

-    <None Update="input\day*.in">

-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

-    </None>

-  </ItemGroup>

-

-</Project>