Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1e500c7

Browse files
DevExpressExampleBotDevExpressExampleBot
DevExpressExampleBot
authored and
DevExpressExampleBot
committed
Source auto update [skip ci]
1 parent 1f8d602 commit 1e500c7

File tree

15 files changed

+992
-2
lines changed

15 files changed

+992
-2
lines changed

‎CS/WorkbookProgressSample/WorkbookProgressSample.csproj‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -123,4 +123,4 @@
123123
<EmbeddedResource Include="DevExpress.ico" />
124124
</ItemGroup>
125125
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
126-
</Project>
126+
</Project>

‎VB/WorkbookProgressSample.sln‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 16
3+
VisualStudioVersion = 16.0.31005.135
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WorkbookProgressSample", "WorkbookProgressSample\WorkbookProgressSample.vbproj", "{4CEB1446-EC98-47B6-9DEC-07D7E0979C3D}"
6+
EndProject
7+
Global
8+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9+
Debug|Any CPU = Debug|Any CPU
10+
Release|Any CPU = Release|Any CPU
11+
EndGlobalSection
12+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{4CEB1446-EC98-47B6-9DEC-07D7E0979C3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{4CEB1446-EC98-47B6-9DEC-07D7E0979C3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{4CEB1446-EC98-47B6-9DEC-07D7E0979C3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{4CEB1446-EC98-47B6-9DEC-07D7E0979C3D}.Release|Any CPU.Build.0 = Release|Any CPU
17+
EndGlobalSection
18+
GlobalSection(SolutionProperties) = preSolution
19+
HideSolutionNode = FALSE
20+
EndGlobalSection
21+
GlobalSection(ExtensibilityGlobals) = postSolution
22+
SolutionGuid = {3C062D09-5003-4ECB-93DA-0041C2540BAE}
23+
EndGlobalSection
24+
EndGlobal

‎VB/WorkbookProgressSample/App.config‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
5+
</startup>
6+
</configuration>
14.7 KB
Binary file not shown.
1.94 MB
Binary file not shown.

‎VB/WorkbookProgressSample/Form1.Designer.vb‎

Lines changed: 117 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /