|
32 | 32 | <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> |
33 | 33 | <DebugOptimize>Debug</DebugOptimize> |
34 | 34 | <DocumentationFile>bin\Debug\FileService.xml</DocumentationFile> |
35 | | - <TargetRuntimeLevel>11010100</TargetRuntimeLevel> |
36 | | - <UnevaluatedOutputPath>bin\Debug\</UnevaluatedOutputPath> |
37 | | - <Prefer32Bit>False</Prefer32Bit> |
| 35 | + <Prefer32Bit Condition=" '$(TargetFrameworkVersion)' != 'v4.0' AND '$(Prefer32Bit)' != 'false' ">true</Prefer32Bit> |
38 | 36 | </PropertyGroup> |
39 | 37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
40 | 38 | <IncludeDebugInformation>true</IncludeDebugInformation> |
|
43 | 41 | <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> |
44 | 42 | <DebugOptimize>Optimize</DebugOptimize> |
45 | 43 | <DocumentationFile>bin\Release\FileService.xml</DocumentationFile> |
| 44 | + <Prefer32Bit Condition=" '$(TargetFrameworkVersion)' != 'v4.0' AND '$(Prefer32Bit)' != 'false' ">true</Prefer32Bit> |
46 | 45 | <UnevaluatedOutputPath>bin\Release\</UnevaluatedOutputPath> |
47 | 46 | <Prefer32Bit>False</Prefer32Bit> |
48 | | - <TargetRuntimeLevel>11010100</TargetRuntimeLevel> |
49 | | - </PropertyGroup> |
50 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy|AnyCPU' "> |
51 | | - <IncludeDebugInformation>true</IncludeDebugInformation> |
52 | | - <PlatformTarget>AnyCPU</PlatformTarget> |
53 | | - <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> |
54 | | - <DebugOptimize>Optimize</DebugOptimize> |
55 | | - <DocumentationFile>bin\Release\FileService.xml</DocumentationFile> |
56 | | - <UnevaluatedOutputPath>bin\AnyCPU\Deploy\</UnevaluatedOutputPath> |
57 | | - <Prefer32Bit>False</Prefer32Bit> |
58 | | - <OutputPath>bin\AnyCPU\Deploy\</OutputPath> |
59 | | - <TargetRuntimeLevel>11010100</TargetRuntimeLevel> |
60 | 47 | </PropertyGroup> |
61 | 48 | <ItemGroup> |
62 | | - <PackageReference Include="Owin" Version="1.0.0" /> |
63 | | - <PackageReference Include="Microsoft.Owin" Version="4.2.2" /> |
64 | | - <PackageReference Include="Microsoft.Owin.Host.HttpListener" Version="4.2.2" /> |
65 | | - <PackageReference Include="Microsoft.Owin.Hosting" Version="4.2.2" /> |
66 | | - <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" /> |
67 | | - <PackageReference Include="Microsoft.AspNet.WebApi.Core" Version="5.2.9" /> |
68 | | - <PackageReference Include="Microsoft.AspNet.WebApi.Owin" Version="5.2.9" /> |
69 | | - <PackageReference Include="Microsoft.AspNet.WebApi.WebHost" Version="5.2.9" /> |
| 49 | + <Reference Include="Microsoft.Owin, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
| 50 | + <HintPath>..\packages\Microsoft.Owin.4.0.0\lib\net451\Microsoft.Owin.dll</HintPath> |
| 51 | + <Private>true</Private> |
| 52 | + </Reference> |
| 53 | + <Reference Include="Microsoft.Owin.Host.HttpListener, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
| 54 | + <HintPath>..\packages\Microsoft.Owin.Host.HttpListener.4.0.0\lib\net451\Microsoft.Owin.Host.HttpListener.dll</HintPath> |
| 55 | + <Private>true</Private> |
| 56 | + </Reference> |
| 57 | + <Reference Include="Microsoft.Owin.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
| 58 | + <HintPath>..\packages\Microsoft.Owin.Hosting.4.0.0\lib\net451\Microsoft.Owin.Hosting.dll</HintPath> |
| 59 | + <Private>true</Private> |
| 60 | + </Reference> |
70 | 61 | <Reference Include="mscorlib" /> |
| 62 | + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> |
| 63 | + <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 64 | + <Private>true</Private> |
| 65 | + </Reference> |
| 66 | + <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5"> |
| 67 | + <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath> |
| 68 | + <Private>true</Private> |
| 69 | + </Reference> |
71 | 70 | <Reference Include="synrnt"> |
72 | 71 | <Private>False</Private> |
73 | 72 | </Reference> |
|
77 | 76 | <Reference Include="System.Data" /> |
78 | 77 | <Reference Include="System.Management" /> |
79 | 78 | <Reference Include="System.Net.Http" /> |
| 79 | + <Reference Include="System.Net.Http.Formatting, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
| 80 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.4\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
| 81 | + <Private>true</Private> |
| 82 | + </Reference> |
80 | 83 | <Reference Include="System.ServiceProcess" /> |
81 | 84 | <Reference Include="System.Web" /> |
| 85 | + <Reference Include="System.Web.Http, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
| 86 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.4\lib\net45\System.Web.Http.dll</HintPath> |
| 87 | + <Private>true</Private> |
| 88 | + </Reference> |
| 89 | + <Reference Include="System.Web.Http.Owin, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
| 90 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.Owin.5.2.4\lib\net45\System.Web.Http.Owin.dll</HintPath> |
| 91 | + <Private>true</Private> |
| 92 | + </Reference> |
| 93 | + <Reference Include="System.Web.Http.WebHost, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
| 94 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.4\lib\net45\System.Web.Http.WebHost.dll</HintPath> |
| 95 | + <Private>true</Private> |
| 96 | + </Reference> |
82 | 97 | </ItemGroup> |
83 | 98 | <ItemGroup> |
84 | 99 | <Compile Include="FileService.dbl"> |
|
0 commit comments