Browse Source

Fixing project file

Former-commit-id: 4022a7ed6d794a976f854b016a0627e5c6df6dd1
af/merge-core
James South 12 years ago
parent
commit
cef992690d
  1. 3
      src/Plugins/ImageProcessor/ImageProcessor.Plugins.Cair/ImageProcessor.Plugins.Cair.csproj

3
src/Plugins/ImageProcessor/ImageProcessor.Plugins.Cair/ImageProcessor.Plugins.Cair.csproj

@ -45,9 +45,10 @@
<ItemGroup>
<Compile Include="CairBootstrapper.cs" />
<Compile Include="ImageFactoryExtensions.cs" />
<Compile Include="Imaging\ContentAwareResizeConvolutionType.cs" />
<Compile Include="Imaging\ContentAwareResizeLayer.cs" />
<Compile Include="Imaging\ConvolutionType.cs" />
<Compile Include="Imaging\EnergyFunction.cs" />
<Compile Include="Imaging\OutputType.cs" />
<Compile Include="Processors\ContentAwareResize.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>

Loading…
Cancel
Save