Polishing 1.3.2 release
This commit is contained in:
@@ -108,7 +108,15 @@
|
||||
<Compile Include="Collections\DictionarySet.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Collections\Generic\DictionarySet.cs" />
|
||||
<Compile Include="Collections\Generic\HashedSet.cs" />
|
||||
<Compile Include="Collections\Generic\ImmutableSet.cs" />
|
||||
<Compile Include="Collections\Generic\ISet.cs" />
|
||||
<Compile Include="Collections\Generic\OrderedSet.cs" />
|
||||
<Compile Include="Collections\Generic\ReadOnlyDictionary.cs" />
|
||||
<Compile Include="Collections\Generic\Set.cs" />
|
||||
<Compile Include="Collections\Generic\SortedSet.cs" />
|
||||
<Compile Include="Collections\Generic\SynchronizedSet.cs" />
|
||||
<Compile Include="Collections\HashedSet.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
@@ -684,7 +692,16 @@
|
||||
<Compile Include="Objects\Factory\Config\IVariableSource.cs" />
|
||||
<Compile Include="Objects\Factory\Config\VariableAccessor.cs" />
|
||||
<Compile Include="Objects\Factory\Config\VariablePlaceholderConfigurer.cs" />
|
||||
<Compile Include="Objects\Factory\Parsing\ReaderContext.cs" />
|
||||
<Compile Include="Objects\Factory\Parsing\FailFastProblemReporter.cs" />
|
||||
<Compile Include="Objects\Factory\Parsing\IProblemReporter.cs" />
|
||||
<Compile Include="Objects\Factory\Parsing\Location.cs" />
|
||||
<Compile Include="Objects\Factory\Parsing\ObjectDefinitionParsingException.cs" />
|
||||
<Compile Include="Objects\Factory\Parsing\Problem.cs" />
|
||||
<Compile Include="Objects\Factory\Parsing\ReaderContext.cs">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Objects\Factory\Support\IObjectDefinitionRegistryPostProcessor.cs" />
|
||||
<Compile Include="Objects\Factory\Support\ObjectScope.cs" />
|
||||
<Compile Include="Util\ConstructorInstantiationInfo.cs" />
|
||||
<Compile Include="Objects\Factory\Support\GenericObjectDefinition.cs" />
|
||||
<Compile Include="Objects\Factory\Support\IAutowireCandidateResolver.cs" />
|
||||
|
||||
@@ -54,6 +54,7 @@
|
||||
<Compile Include="Messaging\Listener\AbstractSendToQueueExceptionHandler.cs" />
|
||||
<Compile Include="Messaging\Listener\AbstractTransactionalMessageListenerContainer.cs" />
|
||||
<Compile Include="Messaging\Listener\DistributedTxMessageListenerContainer.cs" />
|
||||
<Compile Include="Messaging\Listener\ListenerExecutionFailedException.cs" />
|
||||
<Compile Include="Messaging\Listener\MessageListenerAdapter.cs" />
|
||||
<Compile Include="Messaging\Listener\SendToQueueDistributedTransactionExceptionHandler.cs" />
|
||||
<Compile Include="Messaging\Listener\TransactionalMessageListenerContainer.cs" />
|
||||
|
||||
@@ -164,7 +164,6 @@
|
||||
</Compile>
|
||||
<Compile Include="Objects\Factory\Support\ChildWebObjectDefinition.cs" />
|
||||
<Compile Include="Objects\Factory\Support\IWebObjectDefinition.cs" />
|
||||
<Compile Include="Objects\Factory\Support\ObjectScope.cs" />
|
||||
<Compile Include="Objects\Factory\Support\RootWebObjectDefinition.cs" />
|
||||
<Compile Include="Objects\Factory\Support\WebInstantiationStrategy.cs" />
|
||||
<Compile Include="Objects\Factory\Support\WebObjectDefinitionFactory.cs" />
|
||||
|
||||
Reference in New Issue
Block a user