|
32 | 32 | <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> |
33 | 33 | <DebugOptimize>Debug</DebugOptimize> |
34 | 34 | <DocumentationFile>bin\Debug\FileService.xml</DocumentationFile> |
35 | | - <Prefer32Bit Condition=" '$(TargetFrameworkVersion)' != 'v4.0' AND '$(Prefer32Bit)' != 'false' ">true</Prefer32Bit> |
36 | 35 | <TargetRuntimeLevel>11010100</TargetRuntimeLevel> |
37 | | - <UnevaluatedOutputPath>.\</UnevaluatedOutputPath> |
38 | | - <Prefer32Bit /> |
| 36 | + <UnevaluatedOutputPath>bin\Debug\</UnevaluatedOutputPath> |
| 37 | + <Prefer32Bit>False</Prefer32Bit> |
39 | 38 | </PropertyGroup> |
40 | 39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
41 | 40 | <IncludeDebugInformation>true</IncludeDebugInformation> |
|
44 | 43 | <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> |
45 | 44 | <DebugOptimize>Optimize</DebugOptimize> |
46 | 45 | <DocumentationFile>bin\Release\FileService.xml</DocumentationFile> |
47 | | - <Prefer32Bit Condition=" '$(TargetFrameworkVersion)' != 'v4.0' AND '$(Prefer32Bit)' != 'false' ">true</Prefer32Bit> |
48 | | - <UnevaluatedOutputPath>.\</UnevaluatedOutputPath> |
49 | | - <Prefer32Bit> |
50 | | - </Prefer32Bit> |
| 46 | + <UnevaluatedOutputPath>bin\Release\</UnevaluatedOutputPath> |
| 47 | + <Prefer32Bit>False</Prefer32Bit> |
51 | 48 | <TargetRuntimeLevel>11010100</TargetRuntimeLevel> |
52 | 49 | </PropertyGroup> |
53 | 50 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy|AnyCPU' "> |
|
56 | 53 | <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging> |
57 | 54 | <DebugOptimize>Optimize</DebugOptimize> |
58 | 55 | <DocumentationFile>bin\Release\FileService.xml</DocumentationFile> |
59 | | - <Prefer32Bit Condition=" '$(TargetFrameworkVersion)' != 'v4.0' AND '$(Prefer32Bit)' != 'false' ">true</Prefer32Bit> |
60 | | - <UnevaluatedOutputPath>.\</UnevaluatedOutputPath> |
61 | | - <Prefer32Bit> |
62 | | - </Prefer32Bit> |
| 56 | + <UnevaluatedOutputPath>bin\AnyCPU\Deploy\</UnevaluatedOutputPath> |
| 57 | + <Prefer32Bit>False</Prefer32Bit> |
63 | 58 | <OutputPath>bin\AnyCPU\Deploy\</OutputPath> |
64 | 59 | <TargetRuntimeLevel>11010100</TargetRuntimeLevel> |
65 | 60 | </PropertyGroup> |
|
108 | 103 | <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.9\lib\net45\System.Web.Http.WebHost.dll</HintPath> |
109 | 104 | <Private>true</Private> |
110 | 105 | </Reference> |
111 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
112 | 106 | </ItemGroup> |
113 | 107 | <ItemGroup> |
114 | 108 | <Compile Include="FileService.dbl"> |
|
0 commit comments