Revision 0eea575a trunk/Pithos.Core/Pithos.Core.csproj

b/trunk/Pithos.Core/Pithos.Core.csproj
71 71
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
72 72
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
73 73
  </PropertyGroup>
74
  <PropertyGroup>
75
    <SignAssembly>true</SignAssembly>
76
  </PropertyGroup>
77
  <PropertyGroup>
78
    <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
79
  </PropertyGroup>
74 80
  <ItemGroup>
75
    <Reference Include="Castle.ActiveRecord">
76
      <HintPath>..\packages\Castle.Activerecord.3.0.0.1\lib\Net40\Castle.ActiveRecord.dll</HintPath>
81
    <Reference Include="Castle.ActiveRecord, Version=3.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
82
      <HintPath>..\Libraries\Castle.ActiveRecord.dll</HintPath>
77 83
    </Reference>
78
    <Reference Include="Castle.ActiveRecord.Web">
79
      <HintPath>..\packages\Castle.Activerecord.3.0.0.1\lib\Net40\Castle.ActiveRecord.Web.dll</HintPath>
84
    <Reference Include="Castle.Components.Validator, Version=2.5.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
85
      <HintPath>..\Libraries\Castle.Components.Validator.dll</HintPath>
80 86
    </Reference>
81
    <Reference Include="Castle.Components.Validator">
82
      <HintPath>..\packages\Castle.Components.Validator.2.5.0\lib\NET40\Castle.Components.Validator.dll</HintPath>
87
    <Reference Include="Castle.Core, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
88
      <HintPath>..\Libraries\Castle.Core.dll</HintPath>
83 89
    </Reference>
84
    <Reference Include="Castle.Core">
85
      <HintPath>..\packages\Castle.Core.2.5.2\lib\NET35\Castle.Core.dll</HintPath>
90
    <Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
91
      <HintPath>..\Libraries\Iesi.Collections.dll</HintPath>
86 92
    </Reference>
87
    <Reference Include="Iesi.Collections">
88
      <HintPath>..\packages\Iesi.Collections.3.1.0.4000\lib\Net35\Iesi.Collections.dll</HintPath>
93
    <Reference Include="log4net">
94
      <HintPath>..\Libraries\log4net.dll</HintPath>
89 95
    </Reference>
90
    <Reference Include="Microsoft.WindowsAPICodePack">
91
      <HintPath>..\packages\Windows7APICodePack.1.0.0.0\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
96
    <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, PublicKeyToken=2cc55badaa91f4de, processorArchitecture=MSIL">
97
      <SpecificVersion>False</SpecificVersion>
98
      <HintPath>..\Libraries\Microsoft.WindowsAPICodePack.dll</HintPath>
92 99
    </Reference>
93
    <Reference Include="NHibernate">
94
      <HintPath>..\packages\NHibernate.3.1.0.4000\lib\Net35\NHibernate.dll</HintPath>
100
    <Reference Include="NHibernate, Version=3.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
101
      <HintPath>..\Libraries\NHibernate.dll</HintPath>
95 102
    </Reference>
96
    <Reference Include="NHibernate.ByteCode.Castle">
97
      <HintPath>..\packages\NHibernate.Castle.3.1.0.4000\lib\Net35\NHibernate.ByteCode.Castle.dll</HintPath>
103
    <Reference Include="NHibernate.ByteCode.Castle, Version=3.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
104
      <HintPath>..\Libraries\NHibernate.ByteCode.Castle.dll</HintPath>
98 105
    </Reference>
99
    <Reference Include="NHibernate.Search">
100
      <HintPath>..\packages\Castle.Activerecord.3.0.0.1\lib\Net40\NHibernate.Search.dll</HintPath>
106
    <Reference Include="NHibernate.Search, Version=0.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
107
      <HintPath>..\Libraries\NHibernate.Search.dll</HintPath>
101 108
    </Reference>
102 109
    <Reference Include="System" />
103 110
    <Reference Include="System.ComponentModel.Composition" />
......
116 123
    <Compile Include="FileState.cs" />
117 124
    <Compile Include="IStatusService.cs" />
118 125
    <Compile Include="Signature.cs" />
119
    <Compile Include="StatusChecker.cs" />
126
    <Compile Include="StatusKeeper.cs" />
120 127
    <Compile Include="IPithosWorkflow.cs" />
121 128
    <Compile Include="IStatusKeeper.cs" />
122 129
    <Compile Include="NativeMethods.cs" />
......
150 157
    <None Include="packages.config">
151 158
      <SubType>Designer</SubType>
152 159
    </None>
160
    <None Include="pithos.snk" />
153 161
  </ItemGroup>
154 162
  <ItemGroup>
155 163
    <Content Include="DbConfig.xml">

Also available in: Unified diff