misc build fixes

This commit is contained in:
markpollack
2009-08-02 05:16:17 +00:00
parent 888bd5cc79
commit a7c44f8c66
4 changed files with 7 additions and 4 deletions

View File

@@ -1521,6 +1521,7 @@ if you want to build Spring.Testing.Microsoft (MSTest Support), you need to copy
<include name="test/Spring/Spring.Services.Tests/**"/>
<include name="test/Spring/Spring.Data.Tests/**"/>
<include name="test/Spring/Spring.Data.Integration.Tests/**"/>
<include name="test/Spring/Spring.Data.NHibernate.Tests/**"/>
<include name="test/Spring/Spring.Data.NHibernate.Integration.Tests/**"/>
<include name="test/Spring/Spring.Data.NHibernate20.Tests/**"/>
<include name="test/Spring/Spring.Data.NHibernate20.Integration.Tests/**"/>

View File

@@ -205,7 +205,7 @@
<orderedlist>
<listitem>
<para>Add the registry key
<literal>[HKEY_CURRENT_USER\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\MyAssemblies]</literal>
<literal>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\MyAssemblies]</literal>
and set the value to be the directory
<literal>&lt;spring.net-install-directory\bin\net\2.0</literal></para>
</listitem>

View File

@@ -1177,7 +1177,9 @@
<EmbeddedResource Include="Objects\Factory\Xml\spring-objects-1.1.xsd">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Objects\Factory\Xml\spring-objects-1.3.xsd" />
<EmbeddedResource Include="Objects\Factory\Xml\spring-objects-1.3.xsd">
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="Objects\Factory\Xml\spring-objects-1.3.xsx">
<DependentUpon>spring-objects-1.3.xsd</DependentUpon>
</None>

View File

@@ -120,9 +120,9 @@
<Compile Include="Messaging\Ems\Support\EmsUtils.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Messaging\Ems\Config\spring-ems-1.2.xsd">
<None Include="Messaging\Ems\Config\spring-ems-1.3.xsd">
<SubType>Designer</SubType>
</EmbeddedResource>
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.