|
41 | 41 | <Reference Include="Blaze, Version=1.1.10.0, Culture=neutral, processorArchitecture=MSIL"> |
42 | 42 | <HintPath>..\packages\Blaze.1.1.10\lib\net45\Blaze.dll</HintPath> |
43 | 43 | </Reference> |
| 44 | + <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 45 | + <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
| 46 | + </Reference> |
| 47 | + <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
| 48 | + <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
| 49 | + </Reference> |
44 | 50 | <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
45 | 51 | <HintPath>..\packages\MSTest.TestFramework.1.2.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath> |
46 | 52 | </Reference> |
|
52 | 58 | <Private>True</Private> |
53 | 59 | </Reference> |
54 | 60 | <Reference Include="System" /> |
| 61 | + <Reference Include="System.ComponentModel.DataAnnotations" /> |
55 | 62 | <Reference Include="System.Core" /> |
56 | 63 | <Reference Include="System.Net.Http" /> |
57 | 64 | <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
|
65 | 72 | <Compile Include="Properties\AssemblyInfo.cs" /> |
66 | 73 | </ItemGroup> |
67 | 74 | <ItemGroup> |
| 75 | + <None Include="App.config" /> |
68 | 76 | <None Include="packages.config" /> |
69 | 77 | </ItemGroup> |
70 | 78 | <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> |
|
0 commit comments