595 lines
24 KiB
XML
595 lines
24 KiB
XML
<VisualStudioProject>
|
|
<CSHARP
|
|
ProjectType = "Local"
|
|
ProductVersion = "7.10.6030"
|
|
SchemaVersion = "2.0"
|
|
ProjectGuid = "{2111596A-0327-4C9D-8919-294FBD988A23}"
|
|
>
|
|
<Build>
|
|
<Settings
|
|
ApplicationIcon = ""
|
|
AssemblyKeyContainerName = ""
|
|
AssemblyName = "Spring.Aop.Tests"
|
|
AssemblyOriginatorKeyFile = ""
|
|
DefaultClientScript = "JScript"
|
|
DefaultHTMLPageLayout = "Grid"
|
|
DefaultTargetSchema = "IE50"
|
|
DelaySign = "false"
|
|
OutputType = "Library"
|
|
PreBuildEvent = ""
|
|
PostBuildEvent = 'echo "Copying .xml files for tests"
xcopy "$(ProjectDir)Data" "..\..\..\..\build\VS.Net.2003\Spring.Aop.Tests\$(ConfigurationName)\" /y /s /q
'
|
|
RootNamespace = "Spring"
|
|
RunPostBuildEvent = "OnBuildSuccess"
|
|
StartupObject = ""
|
|
>
|
|
<Config
|
|
Name = "Debug-1.1"
|
|
AllowUnsafeBlocks = "false"
|
|
BaseAddress = "285212672"
|
|
CheckForOverflowUnderflow = "false"
|
|
ConfigurationOverrideFile = ""
|
|
DefineConstants = "DEBUG;TRACE;NET_1_1;DEBUG_DYNAMIC"
|
|
DocumentationFile = "Spring.Aop.Tests.xml"
|
|
DebugSymbols = "true"
|
|
FileAlignment = "4096"
|
|
IncrementalBuild = "false"
|
|
NoStdLib = "false"
|
|
NoWarn = "0618"
|
|
Optimize = "false"
|
|
OutputPath = "..\..\..\build\VS.Net.2003\Spring.Aop.Tests\Debug-1.1\"
|
|
RegisterForComInterop = "false"
|
|
RemoveIntegerChecks = "false"
|
|
TreatWarningsAsErrors = "false"
|
|
WarningLevel = "3"
|
|
/>
|
|
<Config
|
|
Name = "Release-1.1"
|
|
AllowUnsafeBlocks = "false"
|
|
BaseAddress = "285212672"
|
|
CheckForOverflowUnderflow = "false"
|
|
ConfigurationOverrideFile = ""
|
|
DefineConstants = "TRACE;NET_1_1"
|
|
DocumentationFile = ""
|
|
DebugSymbols = "false"
|
|
FileAlignment = "4096"
|
|
IncrementalBuild = "false"
|
|
NoStdLib = "false"
|
|
NoWarn = ""
|
|
Optimize = "true"
|
|
OutputPath = "..\..\..\build\VS.Net.2003\Spring.Aop.Tests\Release-1.1\"
|
|
RegisterForComInterop = "false"
|
|
RemoveIntegerChecks = "false"
|
|
TreatWarningsAsErrors = "false"
|
|
WarningLevel = "4"
|
|
/>
|
|
</Settings>
|
|
<References>
|
|
<Reference
|
|
Name = "System"
|
|
AssemblyName = "System"
|
|
/>
|
|
<Reference
|
|
Name = "System.Data"
|
|
AssemblyName = "System.Data"
|
|
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
|
|
/>
|
|
<Reference
|
|
Name = "System.XML"
|
|
AssemblyName = "System.Xml"
|
|
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
|
|
/>
|
|
<Reference
|
|
Name = "System.Web"
|
|
AssemblyName = "System.Web"
|
|
HintPath = "..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
|
|
/>
|
|
<Reference
|
|
Name = "DotNetMock"
|
|
AssemblyName = "DotNetMock"
|
|
HintPath = "..\..\..\lib\Net\1.1\DotNetMock.dll"
|
|
/>
|
|
<Reference
|
|
Name = "nunit.framework"
|
|
AssemblyName = "nunit.framework"
|
|
HintPath = "..\..\..\lib\Net\1.1\nunit.framework.dll"
|
|
Private = "True"
|
|
/>
|
|
<Reference
|
|
Name = "Spring.Aop.2003"
|
|
Project = "{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}"
|
|
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
|
|
/>
|
|
<Reference
|
|
Name = "Spring.Core.2003"
|
|
Project = "{710961A3-0DF4-49E4-A26E-F5B9C044AC84}"
|
|
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
|
|
/>
|
|
<Reference
|
|
Name = "Spring.Core.Tests.2003"
|
|
Project = "{44B16BAA-6DF8-447C-9D7F-3AD3D854D904}"
|
|
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
|
|
/>
|
|
<Reference
|
|
Name = "Common.Logging"
|
|
AssemblyName = "Common.Logging"
|
|
HintPath = "..\..\..\lib\Net\1.1\Common.Logging.dll"
|
|
/>
|
|
<Reference
|
|
Name = "Rhino.Mocks"
|
|
AssemblyName = "Rhino.Mocks"
|
|
HintPath = "..\..\..\lib\Net\1.1\Rhino.Mocks.dll"
|
|
/>
|
|
</References>
|
|
</Build>
|
|
<Files>
|
|
<Include>
|
|
<File
|
|
RelPath = "AopExceptionTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "AssemblyInfo.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Spring.Aop.Tests.build"
|
|
BuildAction = "None"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\ISimpleBeforeAdvice.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\SimpleBeforeAdviceAdapter.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\SimpleBeforeAdviceImpl.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\SimpleBeforeAdviceInterceptor.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\TrueMethodMatcherTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\TruePointcutTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\TrueTypeFilterTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Advice\DebugAdvice.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Config\AopNamespaceParserTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Config\AopNamespaceParserTests.xml"
|
|
BuildAction = "EmbeddedResource"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\AbstractMethodInvocationTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\AopContextTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\CountingAfterReturningAdvice.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\CountingBeforeAdvice.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\CountingMultiAdvice.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\CountingThrowsAdvice.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\DynamicMethodInvocationTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\HashtableCachingAdvisorChainFactoryTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\IIsModified.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\IsModifiedMixin.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\ITimeStamped.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\MethodCounter.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\PrototypeTargetTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\ProxyConfigTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\ProxyFactoryObjectTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\ProxyFactoryTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\ReflectiveMethodInvocationTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\TimestampIntroductionInterceptor.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\UnsupportedInterceptor.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\Adapter\AdvisorAdapterRegistrationTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\Adapter\AfterReturningAdviceInterceptorTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\Adapter\ThrowsAdviceInterceptorTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\Adapter\UnknownAdviceTypeExceptionTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\AutoProxy\AdvisorAutoProxyCreatorCircularReferencesTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\AutoProxy\advisorAutoProxyCreatorCircularReferencesTests.xml"
|
|
BuildAction = "EmbeddedResource"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\AutoProxy\AdvisorAutoProxyCreatorTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\AutoProxy\CreatesTestObject.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\AutoProxy\LogicalThreadContextAdvice.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\AutoProxy\NoSetterProperties.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\AutoProxy\ObjectNameAutoProxyCreatorTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\AutoProxy\OrderedLogicalThreadContextCheckAdvisor.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\DynamicProxy\AbstractAopProxyTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\DynamicProxy\AopUtilsTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\DynamicProxy\CachedAopProxyFactoryTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\DynamicProxy\CompositionAopProxyTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\DynamicProxy\DecoratorAopProxyTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\DynamicProxy\DefaultAopProxyFactoryTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\DynamicProxy\InheritanceAopProxyTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Framework\DynamicProxy\MockTargetSource.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Interceptor\NopInterceptor.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Interceptor\SerializableNopInterceptor.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Support\AbstractRegularExpressionMethodPointcutTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Support\AttributeMatchMethodPointcutTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Support\ControlFlowPointcutTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Support\DelegatingIntroductionInterceptorTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Support\RegularExpressionMethodPointcutAdvisorTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Support\RootTypeFilterTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Support\SdkRegularExpressionMethodPointcutTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Support\TypeFiltersTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Target\EmptyTargetSourceTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Target\HotSwappableTargetSourceTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Target\PrototypeTargetSourceTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Target\SimplePoolTargetSourceTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Target\SingletonTargetSourceTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aop\Target\ThreadLocalTargetSourceTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aspects\RetryAdviceTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aspects\Cache\CacheAspectIntegrationTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aspects\Cache\CacheParameterAdviceTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aspects\Cache\CacheResultAdviceTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aspects\Cache\InvalidateCacheAdviceTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aspects\Exception\CaptureOutputLogger.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aspects\Exception\CaptureOutputLoggerFactoryAdapter.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aspects\Exception\ExceptionHandlerAspectIntegrationTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aspects\Logging\SimpleLoggingAdviceTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aspects\Logging\TestableSimpleLoggingAdvice.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Aspects\Validation\ParameterValidationAdviceTests.cs"
|
|
SubType = "Code"
|
|
BuildAction = "Compile"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Framework\innerBeanTarget.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Framework\prototypeTarget.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Framework\prototypeTests.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Framework\proxyFactoryDoubleTargetSourceTests.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Framework\proxyFactoryTargetSourceTests.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Framework\proxyFactoryTests.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Framework\serializationTests.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Framework\throwsAdvice.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Framework\adapter\withBPPContext.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Framework\adapter\withoutBPPContext.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Framework\AutoProxy\advisorAutoProxyCreator.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Framework\AutoProxy\objectNameAutoProxyCreatorTests.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Support\RegularExpressionSetterTests.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Target\commonsPoolTests.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Target\hotSwapTests.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Target\prototypeTargetSourceTests.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Target\simplePoolTests.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
<File
|
|
RelPath = "Data\Spring\Aop\Target\threadLocalTests.xml"
|
|
BuildAction = "Content"
|
|
/>
|
|
</Include>
|
|
</Files>
|
|
</CSHARP>
|
|
</VisualStudioProject>
|
|
|