|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>Nest.Tests.Integration</RootNamespace> |
12 | 12 | <AssemblyName>Nest.Tests.Integration</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 | 13 | <FileAlignment>512</FileAlignment> |
15 | 14 | </PropertyGroup> |
16 | 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | | - <DebugSymbols>true</DebugSymbols> |
| 16 | + <DebugSymbols>True</DebugSymbols> |
18 | 17 | <DebugType>full</DebugType> |
19 | | - <Optimize>false</Optimize> |
| 18 | + <Optimize>False</Optimize> |
20 | 19 | <OutputPath>bin\Debug\</OutputPath> |
21 | 20 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
22 | 21 | <ErrorReport>prompt</ErrorReport> |
23 | 22 | <WarningLevel>4</WarningLevel> |
24 | 23 | </PropertyGroup> |
25 | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 | 25 | <DebugType>pdbonly</DebugType> |
27 | | - <Optimize>true</Optimize> |
| 26 | + <Optimize>True</Optimize> |
28 | 27 | <OutputPath>bin\Release\</OutputPath> |
29 | 28 | <DefineConstants>TRACE</DefineConstants> |
30 | 29 | <ErrorReport>prompt</ErrorReport> |
|
34 | 33 | <Reference Include="AutoPoco"> |
35 | 34 | <HintPath>..\..\dep\autopoco\AutoPoco.dll</HintPath> |
36 | 35 | </Reference> |
37 | | - <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
38 | | - <HintPath>..\..\dep\Newtonsoft.Json.4.5.10\lib\net40\Newtonsoft.Json.dll</HintPath> |
39 | | - </Reference> |
40 | | - <Reference Include="nunit.framework, Version=2.6.1.12217, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
41 | | - <SpecificVersion>False</SpecificVersion> |
42 | | - <HintPath>..\..\dep\NUnit.2.6.1\lib\nunit.framework.dll</HintPath> |
43 | | - </Reference> |
44 | 36 | <Reference Include="System" /> |
45 | 37 | <Reference Include="System.Core" /> |
46 | 38 | <Reference Include="System.Xml.Linq" /> |
47 | 39 | <Reference Include="System.Data.DataSetExtensions" /> |
48 | 40 | <Reference Include="Microsoft.CSharp" /> |
49 | 41 | <Reference Include="System.Data" /> |
50 | 42 | <Reference Include="System.Xml" /> |
| 43 | + <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> |
| 44 | + <HintPath>..\..\dep\Newtonsoft.Json.4.5.10\lib\net40\Newtonsoft.Json.dll</HintPath> |
| 45 | + </Reference> |
| 46 | + <Reference Include="nunit.framework"> |
| 47 | + <HintPath>..\..\dep\NUnit.2.6.1\lib\nunit.framework.dll</HintPath> |
| 48 | + </Reference> |
51 | 49 | </ItemGroup> |
52 | 50 | <ItemGroup> |
53 | 51 | <Compile Include="BaseElasticSearchTests.cs" /> |
|
112 | 110 | </Compile> |
113 | 111 | </ItemGroup> |
114 | 112 | <ItemGroup> |
115 | | - <ProjectReference Include="..\HackerNews.Indexer\HackerNews.Indexer.csproj"> |
116 | | - <Project>{E39CC264-A7B3-490D-84B2-D3016D86CD87}</Project> |
117 | | - <Name>HackerNews.Indexer</Name> |
| 113 | + <ProjectReference Include="..\Nest\Nest.csproj"> |
| 114 | + <Project>{072BA7DA-7B60-407D-8B6E-95E3186BE70C}</Project> |
| 115 | + <Name>Nest</Name> |
118 | 116 | </ProjectReference> |
119 | 117 | <ProjectReference Include="..\Nest.Tests.MockData\Nest.Tests.MockData.csproj"> |
120 | 118 | <Project>{27143A05-5655-447C-ADAF-405E1CF43741}</Project> |
121 | 119 | <Name>Nest.Tests.MockData</Name> |
122 | 120 | </ProjectReference> |
123 | | - <ProjectReference Include="..\Nest\Nest.csproj"> |
124 | | - <Project>{072BA7DA-7B60-407D-8B6E-95E3186BE70C}</Project> |
125 | | - <Name>Nest</Name> |
126 | | - </ProjectReference> |
127 | 121 | </ItemGroup> |
128 | 122 | <ItemGroup> |
129 | 123 | <None Include="app.config"> |
|
0 commit comments