Fixed missing change to psproj to enable InnoSetup from Nuget.

This commit is contained in:
Robin 2016-05-31 22:33:12 +02:00
commit 9f3b8ed618

View file

@ -390,6 +390,7 @@
<Compile Include="Forms\ColorDialog.cs"> <Compile Include="Forms\ColorDialog.cs">
<SubType>Form</SubType> <SubType>Form</SubType>
</Compile> </Compile>
<None Include="packages.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\GreenshotPlugin\GreenshotPlugin.csproj"> <ProjectReference Include="..\GreenshotPlugin\GreenshotPlugin.csproj">