|
13 | 13 | <FileAlignment>512</FileAlignment>
|
14 | 14 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
15 | 15 | <RestorePackages>true</RestorePackages>
|
| 16 | + <TargetFrameworkProfile /> |
16 | 17 | </PropertyGroup>
|
17 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
18 | 19 | <DebugSymbols>true</DebugSymbols>
|
|
22 | 23 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
23 | 24 | <ErrorReport>prompt</ErrorReport>
|
24 | 25 | <WarningLevel>4</WarningLevel>
|
| 26 | + <Prefer32Bit>false</Prefer32Bit> |
25 | 27 | </PropertyGroup>
|
26 | 28 | <PropertyGroup>
|
27 | 29 | <SignAssembly>true</SignAssembly>
|
28 | 30 | </PropertyGroup>
|
29 | 31 | <PropertyGroup>
|
30 |
| - <AssemblyOriginatorKeyFile>..\BridgeVs.VsPackage\Key.snk</AssemblyOriginatorKeyFile> |
| 32 | + <AssemblyOriginatorKeyFile>..\BridgeVs.AsyncVsPackage\Key.snk</AssemblyOriginatorKeyFile> |
31 | 33 | </PropertyGroup>
|
32 | 34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Test|AnyCPU' ">
|
33 | 35 | <DebugType>full</DebugType>
|
|
37 | 39 | <DefineConstants>TRACE;DEBUG;TEST</DefineConstants>
|
38 | 40 | <ErrorReport>prompt</ErrorReport>
|
39 | 41 | <WarningLevel>4</WarningLevel>
|
| 42 | + <Prefer32Bit>false</Prefer32Bit> |
40 | 43 | </PropertyGroup>
|
41 | 44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Deploy|AnyCPU' ">
|
42 | 45 | <DebugType>pdbonly</DebugType>
|
|
46 | 49 | <ErrorReport>prompt</ErrorReport>
|
47 | 50 | <WarningLevel>4</WarningLevel>
|
48 | 51 | <DebugSymbols>true</DebugSymbols>
|
| 52 | + <Prefer32Bit>false</Prefer32Bit> |
49 | 53 | </PropertyGroup>
|
50 | 54 | <ItemGroup>
|
51 | 55 | <Reference Include="Microsoft.CSharp" />
|
|
65 | 69 | <Reference Include="System.IO.Abstractions, Version=2.1.0.256, Culture=neutral, PublicKeyToken=96bf224d23c43e59, processorArchitecture=MSIL">
|
66 | 70 | <HintPath>..\packages\System.IO.Abstractions.2.1.0.256\lib\net40\System.IO.Abstractions.dll</HintPath>
|
67 | 71 | </Reference>
|
| 72 | + <Reference Include="System.Threading.Tasks.Extensions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 73 | + <HintPath>..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath> |
| 74 | + </Reference> |
| 75 | + <Reference Include="System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
| 76 | + <HintPath>..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath> |
| 77 | + </Reference> |
68 | 78 | <Reference Include="System.Windows.Forms" />
|
69 | 79 | <Reference Include="System.Xml" />
|
70 | 80 | </ItemGroup>
|
|
111 | 121 | <ProjectReference Include="..\..\Lib\SharpRaven\src\app\SharpRaven\SharpRaven.csproj">
|
112 | 122 | <Project>{36fcaf4d-911d-41a8-8303-e31527d3149f}</Project>
|
113 | 123 | <Name>SharpRaven</Name>
|
| 124 | + <AdditionalProperties>TargetFramework=net40</AdditionalProperties> |
114 | 125 | </ProjectReference>
|
115 | 126 | <ProjectReference Include="..\BridgeVs.Shared\BridgeVs.Shared.csproj">
|
116 | 127 | <Project>{bc10f93a-5da2-44f8-ae5e-5603cb46b548}</Project>
|
|
0 commit comments