|
30 | 30 | <WarningLevel>4</WarningLevel>
|
31 | 31 | </PropertyGroup>
|
32 | 32 | <ItemGroup>
|
| 33 | + <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 34 | + <Private>True</Private> |
| 35 | + <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
| 36 | + </Reference> |
| 37 | + <Reference Include="Newtonsoft.Json"> |
| 38 | + <HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath> |
| 39 | + </Reference> |
33 | 40 | <Reference Include="System" />
|
34 | 41 | <Reference Include="System.Core" />
|
| 42 | + <Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 43 | + <HintPath>..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll</HintPath> |
| 44 | + </Reference> |
| 45 | + <Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 46 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll</HintPath> |
| 47 | + </Reference> |
| 48 | + <Reference Include="System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 49 | + <HintPath>..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath> |
| 50 | + </Reference> |
| 51 | + <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.4.0.30506.0\lib\net40\System.Web.Http.dll</HintPath> |
| 53 | + </Reference> |
| 54 | + <Reference Include="System.Web.Http.WebHost, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 55 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.4.0.30506.0\lib\net40\System.Web.Http.WebHost.dll</HintPath> |
| 56 | + </Reference> |
| 57 | + <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" /> |
35 | 58 | <Reference Include="System.Xml.Linq" />
|
36 | 59 | <Reference Include="System.Data.DataSetExtensions" />
|
37 | 60 | <Reference Include="Microsoft.CSharp" />
|
|
50 | 73 | <Compile Include="Collections\ICanRemove.cs" />
|
51 | 74 | <Compile Include="Collections\Leaf.cs" />
|
52 | 75 | <Compile Include="Collections\Tree.cs" />
|
| 76 | + <Compile Include="Controllers\BarApiControler.cs" /> |
| 77 | + <Compile Include="Controllers\FooControler.cs" /> |
| 78 | + <Compile Include="Controllers\MyApiController.cs" /> |
| 79 | + <Compile Include="Controllers\TestApiController.cs" /> |
| 80 | + <Compile Include="Controllers\TestController.cs" /> |
53 | 81 | <Compile Include="Dtos\AnotherClass.cs" />
|
54 | 82 | <Compile Include="Dtos\BlahDto.cs" />
|
55 | 83 | <Compile Include="Properties\AssemblyInfo.cs" />
|
56 | 84 | <Compile Include="SomeDto.cs" />
|
57 | 85 | </ItemGroup>
|
| 86 | + <ItemGroup> |
| 87 | + <None Include="packages.config" /> |
| 88 | + </ItemGroup> |
58 | 89 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
59 | 90 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
60 | 91 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments