Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Client.Canon.V4.5
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陶然
Kivii.Client.Canon.V4.5
Commits
c58d2622
Commit
c58d2622
authored
Jun 25, 2024
by
陶然
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
43c1f7c8
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
EDSDK.dll
EDSDKLib/Src/EDSDK.dll
+0
-0
EDSDKLib.csproj
EDSDKLib/Src/EDSDKLib.csproj
+2
-2
EdsImage.dll
EDSDKLib/Src/EdsImage.dll
+0
-0
SDKMethods.cs
EDSDKLib/Src/SDK/SDKMethods.cs
+1
-1
No files found.
EDSDKLib/Src/EDSDK
/EDSDK
.dll
→
EDSDKLib/Src/EDSDK.dll
View file @
c58d2622
File moved
EDSDKLib/Src/EDSDKLib.csproj
View file @
c58d2622
...
...
@@ -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=
"E
DSDK\E
dsImage.dll"
>
<Content
Include=
"EdsImage.dll"
>
<CopyToOutputDirectory>
Always
</CopyToOutputDirectory>
</Content>
</ItemGroup>
...
...
EDSDKLib/Src/E
DSDK/E
dsImage.dll
→
EDSDKLib/Src/EdsImage.dll
View file @
c58d2622
File moved
EDSDKLib/Src/SDK/SDKMethods.cs
View file @
c58d2622
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment