|
|
@@ -11,7 +11,8 @@
|
|
|
<AssemblyName>UMES.DLLService</AssemblyName>
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
|
+ <TargetFrameworkProfile>
|
|
|
+ </TargetFrameworkProfile>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
@@ -21,6 +22,7 @@
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<DebugType>pdbonly</DebugType>
|