Fix VS2010 project files

This commit is contained in:
lahma
2010-08-09 19:37:00 +00:00
parent fb81403684
commit f81b98696a
3 changed files with 4 additions and 0 deletions

View File

@@ -219,6 +219,7 @@
<Compile Include="Context\Support\AbstractXmlApplicationContext.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Context\Support\AbstractXmlApplicationContextArgs.cs" />
<Compile Include="Context\Support\ApplicationContextAwareProcessor.cs">
<SubType>Code</SubType>
</Compile>
@@ -270,6 +271,7 @@
<Compile Include="Context\Support\XmlApplicationContext.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Context\Support\XmlApplicationContextArgs.cs" />
<Compile Include="Core\CannotLoadObjectTypeException.cs" />
<Compile Include="Core\ComposedCriteria.cs" />
<Compile Include="Core\ControlFlowFactory.cs">

View File

@@ -115,6 +115,7 @@
<Compile Include="Context\Support\WebApplicationContext.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Context\Support\WebApplicationContextArgs.cs" />
<Compile Include="Context\Support\WebContextHandler.cs" />
<Compile Include="Context\Support\WebSupportModule.cs" />
<Compile Include="Core\IO\WebResource.cs" />

View File

@@ -55,6 +55,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Messaging\Core\MessageQueueTemplateTests.cs" />
<Compile Include="Messaging\Core\MessageQueueUtils.cs" />
<Compile Include="Messaging\Support\MessageQueueFactoryObjectTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>