|
|
@@ -56,6 +56,10 @@
|
|
|
<NoWin32Manifest>true</NoWin32Manifest>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
+ <Reference Include="Interop.zkemkeeper">
|
|
|
+ <HintPath>Tools\Interop.zkemkeeper.dll</HintPath>
|
|
|
+ <EmbedInteropTypes>False</EmbedInteropTypes>
|
|
|
+ </Reference>
|
|
|
<Reference Include="NPOI">
|
|
|
<HintPath>tool\NPOI.dll</HintPath>
|
|
|
</Reference>
|
|
|
@@ -153,17 +157,6 @@
|
|
|
<Install>false</Install>
|
|
|
</BootstrapperPackage>
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <COMReference Include="zkemkeeper">
|
|
|
- <Guid>{FE9DED34-E159-408E-8490-B720A5E632C7}</Guid>
|
|
|
- <VersionMajor>1</VersionMajor>
|
|
|
- <VersionMinor>0</VersionMinor>
|
|
|
- <Lcid>0</Lcid>
|
|
|
- <WrapperTool>tlbimp</WrapperTool>
|
|
|
- <Isolated>False</Isolated>
|
|
|
- <EmbedInteropTypes>False</EmbedInteropTypes>
|
|
|
- </COMReference>
|
|
|
- </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|