root/UnityWeb/UnityWeb/Base/Base.csproj

8082
35
    <WarningLevel>4</WarningLevel>
35
    <WarningLevel>4</WarningLevel>
36
  </PropertyGroup>
36
  </PropertyGroup>
37
  <ItemGroup>
37
  <ItemGroup>
38
    <Reference Include="Microsoft.Practices.ObjectBuilder2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
39
      <SpecificVersion>False</SpecificVersion>
40
      <HintPath>..\Library\Microsoft.Practices.ObjectBuilder2.dll</HintPath>
41
    </Reference>
42
    <Reference Include="Microsoft.Practices.Unity, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
43
      <SpecificVersion>False</SpecificVersion>
44
      <HintPath>..\Library\Microsoft.Practices.Unity.dll</HintPath>
45
    </Reference>
46
    <Reference Include="NHibernate, Version=2.0.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
38
    <Reference Include="NHibernate, Version=2.0.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
47
      <SpecificVersion>False</SpecificVersion>
39
      <SpecificVersion>False</SpecificVersion>
48
      <HintPath>..\Library\NHibernate.dll</HintPath>
40
      <HintPath>..\Library\NHibernate.dll</HintPath>
...
...
70
  <ItemGroup>
62
  <ItemGroup>
71
    <Compile Include="BusinessConversation.cs" />
63
    <Compile Include="BusinessConversation.cs" />
72
    <Compile Include="EnumerationParser.cs" />
64
    <Compile Include="EnumerationParser.cs" />
73
    <Compile Include="HttpApplicationStateExtensions.cs" />
74
    <Compile Include="Properties\AssemblyInfo.cs" />
65
    <Compile Include="Properties\AssemblyInfo.cs" />
75
    <Compile Include="UnityTestContainer.cs" />
76
    <Compile Include="View\Presenter.cs" />
66
    <Compile Include="View\Presenter.cs" />
77
  </ItemGroup>
67
  </ItemGroup>
78
  <ItemGroup>
68
  <ItemGroup>