Commit c58d2622 by 陶然

init

parent 43c1f7c8
......@@ -53,10 +53,10 @@
<Compile Include="SDK\SDKStructs.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="EDSDK\EDSDK.dll">
<Content Include="EDSDK.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="EDSDK\EdsImage.dll">
<Content Include="EdsImage.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
......
......@@ -21,7 +21,7 @@ namespace EOSDigital.SDK
/// <summary>
/// The path to the Canon SDK DLL
/// </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
......
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