|
32 | 32 | <ErrorReport>prompt</ErrorReport> |
33 | 33 | <WarningLevel>4</WarningLevel> |
34 | 34 | </PropertyGroup> |
| 35 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
| 36 | + <DebugSymbols>true</DebugSymbols> |
| 37 | + <OutputPath>bin\x86\Debug\</OutputPath> |
| 38 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 39 | + <DebugType>full</DebugType> |
| 40 | + <PlatformTarget>x86</PlatformTarget> |
| 41 | + <ErrorReport>prompt</ErrorReport> |
| 42 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 43 | + </PropertyGroup> |
| 44 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
| 45 | + <OutputPath>bin\x86\Release\</OutputPath> |
| 46 | + <DefineConstants>TRACE</DefineConstants> |
| 47 | + <Optimize>true</Optimize> |
| 48 | + <DebugType>pdbonly</DebugType> |
| 49 | + <PlatformTarget>x86</PlatformTarget> |
| 50 | + <ErrorReport>prompt</ErrorReport> |
| 51 | + <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
| 52 | + </PropertyGroup> |
35 | 53 | <ItemGroup> |
36 | 54 | <Reference Include="Antlr3.Runtime, Version=3.1.0.39271, Culture=neutral, PublicKeyToken=3a9cab8f8d22bfb7, processorArchitecture=MSIL"> |
37 | 55 | <SpecificVersion>False</SpecificVersion> |
38 | 56 | <HintPath>..\..\lib\net\2.0\Antlr3.Runtime.dll</HintPath> |
39 | 57 | </Reference> |
| 58 | + <Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"> |
| 59 | + <HintPath>..\packages\Castle.Core.3.3.0\lib\net40-client\Castle.Core.dll</HintPath> |
| 60 | + <Private>True</Private> |
| 61 | + </Reference> |
40 | 62 | <Reference Include="Iesi.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL"> |
41 | 63 | <HintPath>..\packages\Iesi.Collections.4.0.0.4000\lib\net40\Iesi.Collections.dll</HintPath> |
42 | 64 | <Private>True</Private> |
43 | 65 | </Reference> |
44 | | - <Reference Include="NHibernate, Version=4.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL"> |
45 | | - <HintPath>..\packages\NHibernate.4.1.1.4000\lib\net40\NHibernate.dll</HintPath> |
| 66 | + <Reference Include="NHibernate, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL"> |
| 67 | + <HintPath>..\packages\NHibernate.4.0.0.4000\lib\net40\NHibernate.dll</HintPath> |
46 | 68 | <Private>True</Private> |
47 | 69 | </Reference> |
48 | | - <Reference Include="NHibernate.ByteCode.Castle, Version=2.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL"> |
49 | | - <SpecificVersion>False</SpecificVersion> |
50 | | - <HintPath>..\..\lib\net\2.0\NHibernate.ByteCode.Castle.dll</HintPath> |
| 70 | + <Reference Include="NHibernate.ByteCode.Castle, Version=4.0.3.4000, Culture=neutral, processorArchitecture=MSIL"> |
| 71 | + <HintPath>..\packages\NHibernate.ByteCode.Castle-v4.4.0.3.4000-rc2\lib\net40\NHibernate.ByteCode.Castle.dll</HintPath> |
| 72 | + <Private>True</Private> |
51 | 73 | </Reference> |
52 | 74 | <Reference Include="nunit.framework, Version=2.4.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
53 | 75 | <SpecificVersion>False</SpecificVersion> |
|
0 commit comments