misc build fixes
This commit is contained in:
@@ -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/**"/>
|
||||
|
||||
@@ -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><spring.net-install-directory\bin\net\2.0</literal></para>
|
||||
</listitem>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user