This time fixing Quartz example projects to point to new Quartz 1.0 lib folder

This commit is contained in:
Marko Lahma
2012-02-13 22:27:19 +02:00
parent a85e15753f
commit 18df6ad530
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@
</Reference>
<Reference Include="Quartz">
<Name>Quartz</Name>
<HintPath>..\..\..\..\lib\net\2.0\Quartz.dll</HintPath>
<HintPath>..\..\..\..\lib\Quartz10\net\2.0\Quartz.dll</HintPath>
</Reference>
<Reference Include="Spring.Core">
<SpecificVersion>False</SpecificVersion>

View File

@@ -99,7 +99,7 @@
</Reference>
<Reference Include="Quartz">
<Name>Quartz</Name>
<HintPath>..\..\..\..\lib\net\2.0\Quartz.dll</HintPath>
<HintPath>..\..\..\..\lib\Quartz10\net\2.0\Quartz.dll</HintPath>
</Reference>
<Reference Include="Spring.Core">
<SpecificVersion>False</SpecificVersion>