Browse Source

修改.net版本。

master
yibo 8 years ago
parent
commit
1785f9c3a4
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      B3ClientService.Web/B3ClientService.Web.csproj
  2. +2
    -1
      B3ClientService/B3ClientService.csproj

+ 2
- 1
B3ClientService.Web/B3ClientService.Web.csproj View File

@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BWP.Web</RootNamespace> <RootNamespace>BWP.Web</RootNamespace>
<AssemblyName>B3ClientService.Web</AssemblyName> <AssemblyName>B3ClientService.Web</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>


+ 2
- 1
B3ClientService/B3ClientService.csproj View File

@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BWP.B3ClientService</RootNamespace> <RootNamespace>BWP.B3ClientService</RootNamespace>
<AssemblyName>B3ClientService</AssemblyName> <AssemblyName>B3ClientService</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>


Loading…
Cancel
Save