Browse Source

Add a few common namespaces

Former-commit-id: 143c9daf77f44b5ded8d0006d68d9ffa73dec12a
Former-commit-id: 76d0832e8fc09f142d9bfb54c0df467e0eac7f06
Former-commit-id: 664dacc5e539baecdf3e0fa8b18070d448f23873
pull/17/head
James South 11 years ago
parent
commit
1fe0e5fad4
  1. 3
      src/ImageProcessor/ImageProcessor.csproj
  2. 5
      src/ImageProcessor/ImageProcessor.csproj.DotSettings

3
src/ImageProcessor/ImageProcessor.csproj

@ -35,6 +35,9 @@
</PropertyGroup>
<ItemGroup>
<!-- A reference to the entire .NET Framework is automatically included -->
<Folder Include="Common\Exceptions\" />
<Folder Include="Common\Extensions\" />
<Folder Include="Common\Helpers\" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />

5
src/ImageProcessor/ImageProcessor.csproj.DotSettings

@ -0,0 +1,5 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=common/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=common_005Cexceptions/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=common_005Cextensions/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=common_005Chelpers/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
Loading…
Cancel
Save