diff options
Diffstat (limited to 'src/TrainerMod/TrainerMod.csproj')
-rw-r--r-- | src/TrainerMod/TrainerMod.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TrainerMod/TrainerMod.csproj b/src/TrainerMod/TrainerMod.csproj index 1702c577..ee17f970 100644 --- a/src/TrainerMod/TrainerMod.csproj +++ b/src/TrainerMod/TrainerMod.csproj @@ -51,6 +51,7 @@ <Compile Include="..\GlobalAssemblyInfo.cs"> <Link>Properties\GlobalAssemblyInfo.cs</Link> </Compile> + <Compile Include="Framework\Commands\ArgumentParser.cs" /> <Compile Include="Framework\Commands\Other\ShowDataFilesCommand.cs" /> <Compile Include="Framework\Commands\Other\ShowGameFilesCommand.cs" /> <Compile Include="Framework\Commands\Other\DebugCommand.cs" /> |