|
|
@@ -33,6 +33,9 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
+ <Reference Include="NPOI">
|
|
|
+ <HintPath>tool\NPOI.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="Oracle.ManagedDataAccess">
|
|
|
<HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
|
|
|
</Reference>
|
|
|
@@ -82,6 +85,7 @@
|
|
|
<DependentUpon>SetLoadingWindow.cs</DependentUpon>
|
|
|
</Compile>
|
|
|
<Compile Include="Tools\DataHelper.cs" />
|
|
|
+ <Compile Include="Tools\ExcelHandler.cs" />
|
|
|
<EmbeddedResource Include="Form1.resx">
|
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
|
|
</EmbeddedResource>
|