Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional integration with the Toolbar mod #42

Merged
merged 12 commits into from
Feb 5, 2016
Merged
1 change: 1 addition & 0 deletions USITools/USITools/USITools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="EnginesAndTanks\USI_PulseDrive.cs" />
<Compile Include="EnginesAndTanks\USI_WiggleEngine.cs" />
<Compile Include="USI_ToolbarWrapper.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
Loading