about summary refs log tree commit diff
path: root/pkgs/games/build-support/monogame-patcher/src/patcher.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/build-support/monogame-patcher/src/patcher.csproj')
-rw-r--r--pkgs/games/build-support/monogame-patcher/src/patcher.csproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgs/games/build-support/monogame-patcher/src/patcher.csproj b/pkgs/games/build-support/monogame-patcher/src/patcher.csproj
index cd8f1c19..994b78e5 100644
--- a/pkgs/games/build-support/monogame-patcher/src/patcher.csproj
+++ b/pkgs/games/build-support/monogame-patcher/src/patcher.csproj
@@ -4,8 +4,10 @@
   <Import Project="$(MSBuildToolsPath)/Microsoft.CSharp.targets" />
 
   <ItemGroup>
-    <Compile Include="patcher.cs"/>
     <Compile Include="assembly-info.cs"/>
+    <Compile Include="options.cs"/>
+    <Compile Include="patcher.cs"/>
+    <Compile Include="tests.cs"/>
   </ItemGroup>
 
   <PropertyGroup>
@@ -14,6 +16,7 @@
 
     <CecilInfo>Version=0.10.0.0$(Blurb)50cebf1cceb9d05e</CecilInfo>
     <CmdLineInfo>Version=2.2.1.0$(Blurb)de6f01bd326f8c32</CmdLineInfo>
+    <NUnitInfo>Version=3.10.1.0$(Blurb)2638cd05610744eb</NUnitInfo>
   </PropertyGroup>
 
   <ItemGroup>
@@ -26,6 +29,7 @@
       <SpecificVersion>False</SpecificVersion>
       <Private>True</Private>
     </Reference>
+    <Reference Include="nunit.framework, $(NUnitInfo)"/>
   </ItemGroup>
 
   <PropertyGroup>