|
17 | 17 | <DebugSymbols>true</DebugSymbols>
|
18 | 18 | <DebugType>full</DebugType>
|
19 | 19 | <Optimize>false</Optimize>
|
20 |
| - <OutputPath>bin\Debug\</OutputPath> |
| 20 | + <OutputPath>lib\net45\</OutputPath> |
21 | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
22 | 22 | <ErrorReport>prompt</ErrorReport>
|
23 | 23 | <WarningLevel>4</WarningLevel>
|
| 24 | + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
24 | 25 | </PropertyGroup>
|
25 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
26 | 27 | <DebugType>pdbonly</DebugType>
|
27 | 28 | <Optimize>true</Optimize>
|
28 |
| - <OutputPath>bin\Release\</OutputPath> |
| 29 | + <OutputPath>lib\net45\</OutputPath> |
29 | 30 | <DefineConstants>TRACE</DefineConstants>
|
30 | 31 | <ErrorReport>prompt</ErrorReport>
|
31 | 32 | <WarningLevel>4</WarningLevel>
|
32 | 33 | </PropertyGroup>
|
33 | 34 | <ItemGroup>
|
| 35 | + <Reference Include="Common.Logging"> |
| 36 | + <HintPath>..\..\packages\Common.Logging.2.1.2\lib\net40\Common.Logging.dll</HintPath> |
| 37 | + </Reference> |
34 | 38 | <Reference Include="Microsoft.Owin">
|
35 | 39 | <HintPath>..\..\packages\Microsoft.Owin.2.0.0\lib\net45\Microsoft.Owin.dll</HintPath>
|
36 | 40 | <Private>True</Private>
|
37 | 41 | </Reference>
|
38 | 42 | <Reference Include="Newtonsoft.Json">
|
39 |
| - <HintPath>..\..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
40 |
| - <Private>True</Private> |
| 43 | + <HintPath>..\..\packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath> |
41 | 44 | </Reference>
|
42 | 45 | <Reference Include="Owin">
|
43 | 46 | <HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
|
|
50 | 53 | <Reference Include="System.ComponentModel.Composition" />
|
51 | 54 | <Reference Include="System.Core" />
|
52 | 55 | <Reference Include="System.Net.Http" />
|
53 |
| - <Reference Include="System.Net.Http.Formatting"> |
54 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.0.0-rc1\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
55 |
| - <Private>True</Private> |
| 56 | + <Reference Include="System.Net.Http.Formatting, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 57 | + <SpecificVersion>False</SpecificVersion> |
| 58 | + <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
56 | 59 | </Reference>
|
57 | 60 | <Reference Include="System.Net.Http.WebRequest" />
|
58 |
| - <Reference Include="System.Web.Http"> |
59 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.0.0-rc1\lib\net45\System.Web.Http.dll</HintPath> |
60 |
| - <Private>True</Private> |
| 61 | + <Reference Include="System.Web.Http, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 62 | + <SpecificVersion>False</SpecificVersion> |
| 63 | + <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.0.0\lib\net45\System.Web.Http.dll</HintPath> |
61 | 64 | </Reference>
|
62 |
| - <Reference Include="System.Web.Http.SelfHost"> |
63 |
| - <HintPath>..\..\packages\Microsoft.AspNet.WebApi.SelfHost.5.0.0-rtm-130828\lib\net45\System.Web.Http.SelfHost.dll</HintPath> |
| 65 | + <Reference Include="System.Web.Http.SelfHost, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 66 | + <SpecificVersion>False</SpecificVersion> |
| 67 | + <HintPath>..\..\packages\Microsoft.AspNet.WebApi.SelfHost.5.0.0\lib\net45\System.Web.Http.SelfHost.dll</HintPath> |
64 | 68 | </Reference>
|
65 | 69 | <Reference Include="System.Xml.Linq" />
|
66 | 70 | <Reference Include="System.Data.DataSetExtensions" />
|
|
70 | 74 | </ItemGroup>
|
71 | 75 | <ItemGroup>
|
72 | 76 | <Compile Include="ControllerResolver.cs" />
|
| 77 | + <Compile Include="IControllerTypeManager.cs" /> |
73 | 78 | <Compile Include="Properties\AssemblyInfo.cs" />
|
74 | 79 | <Compile Include="ScriptPack.cs" />
|
| 80 | + <Compile Include="ControllerTypeManager.cs" /> |
75 | 81 | <Compile Include="WebApi.cs" />
|
76 | 82 | </ItemGroup>
|
77 | 83 | <ItemGroup>
|
78 |
| - <None Include="packages.config" /> |
| 84 | + <None Include="packages.config"> |
| 85 | + <SubType>Designer</SubType> |
| 86 | + </None> |
| 87 | + <None Include="ScriptCs.WebApi.nuspec"> |
| 88 | + <SubType>Designer</SubType> |
| 89 | + </None> |
79 | 90 | </ItemGroup>
|
80 | 91 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
81 | 92 | <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
|
|
0 commit comments