Skip to content

Commit 671169f

Browse files
author
Steve Ives
committed
Remove Prefer32Bit
1 parent 540c45d commit 671169f

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

FileService/FileService.synproj

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@
3232
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
3333
<DebugOptimize>Debug</DebugOptimize>
3434
<DocumentationFile>bin\Debug\FileService.xml</DocumentationFile>
35-
<Prefer32Bit Condition=" '$(TargetFrameworkVersion)' != 'v4.0' AND '$(Prefer32Bit)' != 'false' ">true</Prefer32Bit>
3635
<TargetRuntimeLevel>11010100</TargetRuntimeLevel>
37-
<UnevaluatedOutputPath>.\</UnevaluatedOutputPath>
38-
<Prefer32Bit />
36+
<UnevaluatedOutputPath>bin\Debug\</UnevaluatedOutputPath>
37+
<Prefer32Bit>False</Prefer32Bit>
3938
</PropertyGroup>
4039
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4140
<IncludeDebugInformation>true</IncludeDebugInformation>
@@ -44,10 +43,8 @@
4443
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
4544
<DebugOptimize>Optimize</DebugOptimize>
4645
<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>
5148
<TargetRuntimeLevel>11010100</TargetRuntimeLevel>
5249
</PropertyGroup>
5350
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy|AnyCPU' ">
@@ -56,10 +53,8 @@
5653
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
5754
<DebugOptimize>Optimize</DebugOptimize>
5855
<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>
6358
<OutputPath>bin\AnyCPU\Deploy\</OutputPath>
6459
<TargetRuntimeLevel>11010100</TargetRuntimeLevel>
6560
</PropertyGroup>
@@ -108,7 +103,6 @@
108103
<HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.9\lib\net45\System.Web.Http.WebHost.dll</HintPath>
109104
<Private>true</Private>
110105
</Reference>
111-
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
112106
</ItemGroup>
113107
<ItemGroup>
114108
<Compile Include="FileService.dbl">

0 commit comments

Comments
 (0)