Updated references for development environment

This commit is contained in:
2023-06-20 11:50:35 -04:00
parent bbce2ad0a6
commit f68ca213a8
17 changed files with 209 additions and 892 deletions

View File

@@ -62,17 +62,17 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Itenso.Rtf.Interpreter">
<HintPath>..\..\Proms3rdPartyLibraries\RtfConverter\bin\Debug\Itenso.Rtf.Interpreter.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Development\Proms3rdPartyLibraries\RtfConverter\bin\Debug\Itenso.Rtf.Interpreter.dll</HintPath>
</Reference>
<Reference Include="Itenso.Rtf.Parser">
<HintPath>..\..\Proms3rdPartyLibraries\RtfConverter\bin\Debug\Itenso.Rtf.Parser.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Development\Proms3rdPartyLibraries\RtfConverter\bin\Debug\Itenso.Rtf.Parser.dll</HintPath>
</Reference>
<Reference Include="itextsharp">
<HintPath>..\..\Proms3rdPartyLibraries\iTechSharp\itextsharp.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Development\Proms3rdPartyLibraries\iTechSharp\itextsharp.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DataLoader\bin\Debug\log4net.dll</HintPath>
<HintPath>..\..\..\..\..\..\..\Development\Log4Net\log4net-1.2.10\bin\net\2.0\debug\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />