Fixed Spring.Data.2010.csproj, was missing 1.3 configuration schema file as embedded resource

This commit is contained in:
lahma
2010-08-15 19:55:42 +00:00
parent eb1661d6b0
commit b7abc08af5

View File

@@ -321,6 +321,14 @@
<Name>Spring.Core.2010</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Data\Config\spring-database-1.3.xsd">
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="Data\Config\spring-database-1.3.xsx">
<DependentUpon>spring-database-1.3.xsd</DependentUpon>
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>