Skip to content

Commit

Permalink
misc build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
markpollack committed Aug 2, 2009
1 parent 888bd5c commit a7c44f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions Spring.build
Expand Up @@ -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/**"/>
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/src/vsnet.xml
Expand Up @@ -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>
Expand Down
4 changes: 3 additions & 1 deletion src/Spring/Spring.Core/Spring.Core.2005.csproj
Expand Up @@ -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>
Expand Down
Expand Up @@ -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.
Expand Down

0 comments on commit a7c44f8

Please sign in to comment.