Fixing broken build...seems contrary to what I was told, at least SOME of the CI build does indeed invoke MSBUILS and target the SLN file (since this last broken build is due to stale refs in sln files!)

This commit is contained in:
sbohlen
2010-08-20 20:58:24 +00:00
parent 3c6e30253d
commit 891c2843c9
3 changed files with 3 additions and 3 deletions

View File

@@ -2406,7 +2406,7 @@
BuildAction = "Compile"
/>
<File
RelPath = "Objects\Factory\Support\ConstructorInstantiationInfo.cs"
RelPath = "Util\ConstructorInstantiationInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>

View File

@@ -684,7 +684,7 @@
<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\Support\ConstructorInstantiationInfo.cs" />
<Compile Include="Util\ConstructorInstantiationInfo.cs" />
<Compile Include="Objects\Factory\Support\GenericObjectDefinition.cs" />
<Compile Include="Objects\Factory\Support\IAutowireCandidateResolver.cs" />
<Compile Include="Objects\Factory\Support\ConstructorResolver.cs" />

View File

@@ -691,7 +691,7 @@
<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\Support\ConstructorInstantiationInfo.cs" />
<Compile Include="Util\ConstructorInstantiationInfo.cs" />
<Compile Include="Objects\Factory\Support\GenericObjectDefinition.cs" />
<Compile Include="Objects\Factory\Support\IAutowireCandidateResolver.cs" />
<Compile Include="Objects\Factory\Support\ConstructorResolver.cs" />