|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>BridgeVs.Build</RootNamespace> |
12 | 12 | <AssemblyName>BridgeVs.Build</AssemblyName> |
13 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
15 | 15 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
16 | 16 | <RestorePackages>true</RestorePackages> |
| 17 | + <TargetFrameworkProfile /> |
17 | 18 | </PropertyGroup> |
18 | 19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
19 | 20 | <OutputPath>bin\Debug\</OutputPath> |
20 | 21 | <DefineConstants>TRACE;DEBUG</DefineConstants> |
| 22 | + <Prefer32Bit>false</Prefer32Bit> |
21 | 23 | </PropertyGroup> |
22 | 24 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'"> |
23 | 25 | <OutputPath>bin\Test\</OutputPath> |
24 | 26 | <DefineConstants>TRACE;DEBUG;TEST</DefineConstants> |
25 | 27 | <DebugType>full</DebugType> |
26 | 28 | <DebugSymbols>true</DebugSymbols> |
| 29 | + <Prefer32Bit>false</Prefer32Bit> |
27 | 30 | </PropertyGroup> |
28 | 31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Deploy|AnyCPU'"> |
29 | 32 | <OutputPath>bin\Deploy\</OutputPath> |
|
32 | 35 | <Optimize>true</Optimize> |
33 | 36 | <DebugType>pdbonly</DebugType> |
34 | 37 | <DebugSymbols>true</DebugSymbols> |
| 38 | + <Prefer32Bit>false</Prefer32Bit> |
35 | 39 | </PropertyGroup> |
36 | 40 | <PropertyGroup> |
37 | 41 | <SignAssembly>true</SignAssembly> |
38 | 42 | </PropertyGroup> |
39 | 43 | <PropertyGroup> |
40 | | - <AssemblyOriginatorKeyFile>..\BridgeVs.VsPackage\Key.snk</AssemblyOriginatorKeyFile> |
| 44 | + <AssemblyOriginatorKeyFile>..\BridgeVs.AsyncVsPackage\Key.snk</AssemblyOriginatorKeyFile> |
41 | 45 | </PropertyGroup> |
42 | 46 | <ItemGroup> |
43 | 47 | <Compile Include="SInjection.cs" /> |
|
54 | 58 | <ItemGroup> |
55 | 59 | <ProjectReference Include="..\..\Lib\SharpRaven\src\app\SharpRaven\SharpRaven.csproj"> |
56 | 60 | <Project>{31fe81f8-6e49-432c-b0b2-658e76f96983}</Project> |
| 61 | + <AdditionalProperties>TargetFramework=net40</AdditionalProperties> |
57 | 62 | <Name>SharpRaven</Name> |
58 | 63 | </ProjectReference> |
59 | 64 | <ProjectReference Include="..\BridgeVs.DynamicVisualizers\BridgeVs.DynamicVisualizers.csproj"> |
|
0 commit comments