add NET_3_0 build symbol
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
||||
<ConfigurationOverrideFile>
|
||||
</ConfigurationOverrideFile>
|
||||
<DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants>
|
||||
<DefineConstants>TRACE;DEBUG;NET_2_0,NET_3_0</DefineConstants>
|
||||
<DocumentationFile>Spring.Services.xml</DocumentationFile>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<FileAlignment>4096</FileAlignment>
|
||||
@@ -86,6 +86,7 @@
|
||||
<Reference Include="System.EnterpriseServices">
|
||||
<Name>system.enterpriseservices</Name>
|
||||
</Reference>
|
||||
<Reference Include="System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
|
||||
<Reference Include="System.Web.Services">
|
||||
<Name>system.web.services</Name>
|
||||
</Reference>
|
||||
@@ -124,6 +125,10 @@
|
||||
<Compile Include="Remoting\SaoFactoryObject.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="ServiceModel\Activation\ServiceHostFactory.cs" />
|
||||
<Compile Include="ServiceModel\ServiceExporter.cs" />
|
||||
<Compile Include="ServiceModel\ServiceHost.cs" />
|
||||
<Compile Include="ServiceModel\Support\ServiceProxyTypeBuilder.cs" />
|
||||
<Compile Include="Web\Services\WebServiceProxyFactory.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
|
||||
Reference in New Issue
Block a user