Commit c58d2622 by 陶然

init

parent 43c1f7c8
...@@ -53,10 +53,10 @@ ...@@ -53,10 +53,10 @@
<Compile Include="SDK\SDKStructs.cs" /> <Compile Include="SDK\SDKStructs.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include="EDSDK\EDSDK.dll"> <Content Include="EDSDK.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content> </Content>
<Content Include="EDSDK\EdsImage.dll"> <Content Include="EdsImage.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content> </Content>
</ItemGroup> </ItemGroup>
......
...@@ -21,7 +21,7 @@ namespace EOSDigital.SDK ...@@ -21,7 +21,7 @@ namespace EOSDigital.SDK
/// <summary> /// <summary>
/// The path to the Canon SDK DLL /// The path to the Canon SDK DLL
/// </summary> /// </summary>
public const string DllPath = @"EDSDK\EDSDK.dll";//"EDSDK";//@"EDSDK\EDSDK.dll"; public const string DllPath = @"EDSDK.dll";//"EDSDK";//@"EDSDK\EDSDK.dll";
#region Version Check #region Version Check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment