Browse Source

Add a few common namespaces

Former-commit-id: ac2fa0c4855cd85ec473573e3b201c421e871d33
Former-commit-id: d49ed4f044fd9075973520690fb6e8f9bc92c928
Former-commit-id: 9a5a06d4472d758a10f1bdcf3b078b3bd6618580
af/merge-core
James South 11 years ago
parent
commit
36aac23390
  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