Skip to content

Commit d361dc4

Browse files
DevExpressExampleBotDevExpressExampleBot
authored andcommitted
Source auto update [skip ci]
1 parent d0ed2d9 commit d361dc4

File tree

9 files changed

+41
-150
lines changed

9 files changed

+41
-150
lines changed

VB/AspxDashboard_GettingStarted.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Microsoft Visual Studio Solution File, Format Version 12.00
1+
Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 15
33
VisualStudioVersion = 15.0.26430.6
44
MinimumVisualStudioVersion = 10.0.40219.1

VB/AspxDashboard_GettingStarted/App_Data/Dashboards/dashboard1.xml

Lines changed: 0 additions & 91 deletions
This file was deleted.

VB/AspxDashboard_GettingStarted/AspxDashboard_GettingStarted.vbproj

Lines changed: 16 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44
<Import Project="..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props')" />
55
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
66
<PropertyGroup>
7+
<OptionInfer>On</OptionInfer>
78
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
89
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9-
<ProductVersion></ProductVersion>
10+
<ProductVersion>
11+
</ProductVersion>
1012
<SchemaVersion>2.0</SchemaVersion>
1113
<ProjectGuid>{71BE63E0-13C2-481C-BCEF-0FD5DE863A6F}</ProjectGuid>
1214
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
1315
<OutputType>Library</OutputType>
14-
<RootNamespace></RootNamespace>
16+
<AppDesignerFolder>Properties</AppDesignerFolder>
17+
<RootNamespace>
18+
</RootNamespace>
1519
<AssemblyName>AspxDashboard_GettingStarted</AssemblyName>
1620
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1721
<UseIISExpress>true</UseIISExpress>
@@ -20,42 +24,27 @@
2024
<IISExpressWindowsAuthentication />
2125
<IISExpressUseClassicPipelineMode />
2226
<UseGlobalApplicationHostFile />
23-
<NuGetPackageImportStamp></NuGetPackageImportStamp>
24-
<OptionExplicit>On</OptionExplicit>
25-
<OptionCompare>Binary</OptionCompare>
26-
<OptionStrict>Off</OptionStrict>
27-
<OptionInfer>On</OptionInfer>
27+
<NuGetPackageImportStamp>
28+
</NuGetPackageImportStamp>
2829
</PropertyGroup>
2930
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3031
<DebugSymbols>true</DebugSymbols>
3132
<DebugType>full</DebugType>
3233
<Optimize>false</Optimize>
3334
<OutputPath>bin\</OutputPath>
34-
<DefineDebug>true</DefineDebug>
35-
<DefineTrace>true</DefineTrace>
35+
<DefineConstants>DEBUG,TRACE</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
37+
<WarningLevel>4</WarningLevel>
3738
</PropertyGroup>
3839
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3940
<DebugSymbols>true</DebugSymbols>
4041
<DebugType>pdbonly</DebugType>
4142
<Optimize>true</Optimize>
4243
<OutputPath>bin\</OutputPath>
43-
<DefineDebug>false</DefineDebug>
44-
<DefineTrace>true</DefineTrace>
44+
<DefineConstants>TRACE</DefineConstants>
4545
<ErrorReport>prompt</ErrorReport>
46+
<WarningLevel>4</WarningLevel>
4647
</PropertyGroup>
47-
<ItemGroup>
48-
<Import Include="Microsoft.VisualBasic" />
49-
<Import Include="System.Collections.Generic" />
50-
<Import Include="System.Collections" />
51-
<Import Include="System.Diagnostics" />
52-
<Import Include="System.Linq" />
53-
<Import Include="System.Xml.Linq" />
54-
<Import Include="System.Data" />
55-
<Import Include="System.Drawing" />
56-
<Import Include="System.Web" />
57-
<Import Include="System" />
58-
</ItemGroup>
5948
<ItemGroup>
6049
<Reference Include="DevExpress.Charts.v18.1.Core, Version=18.1.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
6150
<Reference Include="DevExpress.Dashboard.v18.1.Core, Version=18.1.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
@@ -119,7 +108,7 @@
119108
<Content Include="WebForm1.aspx" />
120109
</ItemGroup>
121110
<ItemGroup>
122-
<Compile Include="My Project\AssemblyInfo.vb" />
111+
<Compile Include="Properties\AssemblyInfo.vb" />
123112
<Compile Include="WebForm1.aspx.vb">
124113
<DependentUpon>WebForm1.aspx</DependentUpon>
125114
<SubType>ASPXCodeBehind</SubType>
@@ -150,7 +139,8 @@
150139
<IISUrl>http://localhost:49728/</IISUrl>
151140
<NTLMAuthentication>False</NTLMAuthentication>
152141
<UseCustomServer>False</UseCustomServer>
153-
<CustomServerUrl></CustomServerUrl>
142+
<CustomServerUrl>
143+
</CustomServerUrl>
154144
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
155145
</WebProjectProperties>
156146
</FlavorProperties>
@@ -163,7 +153,7 @@
163153
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.1.3.2\build\Microsoft.Net.Compilers.props'))" />
164154
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.3\build\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
165155
</Target>
166-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
156+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
167157
Other similar extension points exist, see Microsoft.Common.targets.
168158
<Target Name="BeforeBuild">
169159
</Target>

VB/AspxDashboard_GettingStarted/My Project/AssemblyInfo.vb renamed to VB/AspxDashboard_GettingStarted/Properties/AssemblyInfo.vb

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
1-
Imports System.Reflection
2-
Imports System.Runtime.CompilerServices
1+
Imports System.Reflection
32
Imports System.Runtime.InteropServices
43

54
' General Information about an assembly is controlled through the following
65
' set of attributes. Change these attribute values to modify the information
76
' associated with an assembly.
8-
<Assembly: AssemblyTitle("AspxDashboard_GettingStarted")>
9-
<Assembly: AssemblyDescription("")>
10-
<Assembly: AssemblyConfiguration("")>
11-
<Assembly: AssemblyCompany("")>
12-
<Assembly: AssemblyProduct("AspxDashboard_GettingStarted")>
13-
<Assembly: AssemblyCopyright("Copyright © 2017")>
14-
<Assembly: AssemblyTrademark("")>
15-
<Assembly: AssemblyCulture("")>
16-
7+
<Assembly:AssemblyTitle("AspxDashboard_GettingStarted")>
8+
<Assembly:AssemblyDescription("")>
9+
<Assembly:AssemblyConfiguration("")>
10+
<Assembly:AssemblyCompany("")>
11+
<Assembly:AssemblyProduct("AspxDashboard_GettingStarted")>
12+
<Assembly:AssemblyCopyright("Copyright © 2017")>
13+
<Assembly:AssemblyTrademark("")>
14+
<Assembly:AssemblyCulture("")>
1715
' Setting ComVisible to false makes the types in this assembly not visible
1816
' to COM components. If you need to access a type in this assembly from
1917
' COM, set the ComVisible attribute to true on that type.
20-
<Assembly: ComVisible(False)>
21-
18+
<Assembly:ComVisible(False)>
2219
' The following GUID is for the ID of the typelib if this project is exposed to COM
23-
<Assembly: Guid("71be63e0-13c2-481c-bcef-0fd5de863a6f")>
24-
20+
<Assembly:Guid("71be63e0-13c2-481c-bcef-0fd5de863a6f")>
2521
' Version information for an assembly consists of the following four values:
2622
'
2723
' Major Version
@@ -31,5 +27,5 @@ Imports System.Runtime.InteropServices
3127
'
3228
' You can specify all the values or you can default the Revision and Build Numbers
3329
' by using the '*' as shown below:
34-
<Assembly: AssemblyVersion("1.0.0.0")>
35-
<Assembly: AssemblyFileVersion("1.0.0.0")>
30+
<Assembly:AssemblyVersion("1.0.0.0")>
31+
<Assembly:AssemblyFileVersion("1.0.0.0")>

VB/AspxDashboard_GettingStarted/Web.Debug.config

Lines changed: 1 addition & 1 deletion
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

33
<!-- For more information on using web.config transformation visit https://go.microsoft.com/fwlink/?LinkId=125889 -->
44

VB/AspxDashboard_GettingStarted/Web.Release.config

Lines changed: 1 addition & 1 deletion
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

33
<!-- For more information on using web.config transformation visit https://go.microsoft.com/fwlink/?LinkId=125889 -->
44

VB/AspxDashboard_GettingStarted/WebForm1.aspx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%@ Page Language="vb" AutoEventWireup="true" CodeBehind="WebForm1.aspx.vb" Inherits="AspxDashboard_GettingStarted.WebForm1" %>
1+
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="AspxDashboard_GettingStarted.WebForm1" %>
22

33
<%@ Register Assembly="DevExpress.Dashboard.v18.1.Web.WebForms, Version=18.1.16.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.DashboardWeb" TagPrefix="dx" %>
44

@@ -18,4 +18,4 @@
1818
</div>
1919
</form>
2020
</body>
21-
</html>
21+
</html>

VB/AspxDashboard_GettingStarted/WebForm1.aspx.designer.vb

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
Imports System
2-
Imports System.Collections.Generic
3-
Imports System.Linq
4-
Imports System.Web
1+
Imports System
52
Imports System.Web.UI
63
Imports System.Web.UI.WebControls
74

85
Namespace AspxDashboard_GettingStarted
9-
Partial Public Class WebForm1
10-
Inherits System.Web.UI.Page
6+
7+
Public Partial Class WebForm1
8+
Inherits Page
119

1210
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
1311
ASPxDashboard1.SetConnectionStringsProvider(New DevExpress.DataAccess.Web.ConfigFileConnectionStringsProvider())
1412
End Sub
1513
End Class
16-
End Namespace
14+
End Namespace

0 commit comments

Comments
 (0)