Skip to content

Commit d44b596

Browse files
committed
update library reference for test app
1 parent 36ad16c commit d44b596

File tree

8 files changed

+243
-210
lines changed

8 files changed

+243
-210
lines changed

source code/Test_ASPNET/Index.aspx

Lines changed: 144 additions & 141 deletions
Large diffs are not rendered by default.

source code/Test_ASPNET/Index.aspx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public partial class Index : System.Web.UI.Page
1414
{
1515
protected void Page_Load(object sender, EventArgs e)
1616
{
17-
phBgVersion.Controls.Add(new LiteralControl(MySqlBackup.Version));
17+
phVersion.Controls.Add(new LiteralControl(MySqlBackup.Version));
1818
}
1919

2020
protected void btExport_Click(object sender, EventArgs e)

source code/Test_ASPNET/Index.aspx.designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 72 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,97 @@
1-
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Result.aspx.cs" Inherits="MySqlBackupASPNET.Result" %>
1+
<%@ page language="C#" autoeventwireup="true" codebehind="Result.aspx.cs" inherits="MySqlBackupASPNET.Result" %>
22

33
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
6-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7-
<title>MySqlBackup.NET</title>
8-
<meta name="keywords" content="MySqlBackup, MySQL, C#, VB.NET, Backup, Restore, Export, Import, ASP.NET" />
9-
<meta name="description" content="A programming tool to backup and restore of MySQL database in C#/VB.NET/ASP.NET" />
10-
<link href="templatemo_style.css" rel="stylesheet" type="text/css" />
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7+
<title>MySqlBackup.NET</title>
8+
<meta name="keywords" content="MySqlBackup, MySQL, C#, VB.NET, Backup, Restore, Export, Import, ASP.NET" />
9+
<meta name="description" content="A programming tool to backup and restore of MySQL database in C#/VB.NET/ASP.NET" />
10+
<link href="templatemo_style.css" rel="stylesheet" type="text/css" />
1111

12-
<link rel="stylesheet" type="text/css" href="css/ddsmoothmenu.css" />
12+
<link rel="stylesheet" type="text/css" href="css/ddsmoothmenu.css" />
1313

14-
<script type="text/javascript" src="scripts/jquery.min.js"></script>
15-
<script type="text/javascript" src="scripts/ddsmoothmenu.js">
14+
<script type="text/javascript" src="scripts/jquery.min.js"></script>
15+
<script type="text/javascript" src="scripts/ddsmoothmenu.js">
1616
1717
/***********************************************
1818
* Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
1919
* This notice MUST stay intact for legal use
2020
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
2121
***********************************************/
2222
23-
</script>
23+
</script>
2424

25-
<script type="text/javascript">
25+
<script type="text/javascript">
2626
27-
ddsmoothmenu.init({
28-
mainmenuid: "templatemo_menu", //menu DIV id
29-
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
30-
classname: 'ddsmoothmenu', //class added to menu's outer DIV
31-
//customtheme: ["#1c5a80", "#18374a"],
32-
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
33-
})
27+
ddsmoothmenu.init({
28+
mainmenuid: "templatemo_menu", //menu DIV id
29+
orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
30+
classname: 'ddsmoothmenu', //class added to menu's outer DIV
31+
//customtheme: ["#1c5a80", "#18374a"],
32+
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
33+
})
3434
35-
</script>
35+
</script>
3636

3737
</head>
3838
<body>
3939

40-
<div id="templatemo_wrapper">
41-
42-
<div id="templatemo_header">
43-
44-
<div id="site_title"><h1><a href="http://mysqlbackup.somee.com/" target="_parent">MySqlBackup.NET</a></h1></div>
45-
46-
<div id="templatemo_menu" class="ddsmoothmenu">
47-
<ul>
48-
<li><a href="http://mysqlbackup.somee.com/" class="selected">Home</a></li>
49-
<li><a href="http://mysqlbackupnet.codeplex.com/releases">Download Source Code</a></li>
50-
<li><a href="http://mysqlbackupnet.codeplex.com/documentation">Documentation</a></li>
51-
<li><a href="http://mysqlbackupnet.codeplex.com/discussions">Discussion</a></li>
52-
</ul>
53-
<br style="clear: left" />
54-
</div> <!-- end of templatemo_menu -->
55-
56-
</div> <!-- end of header -->
57-
58-
<div id="templatemo_main">
59-
<div class="col_w900 float_l">
60-
61-
<div>
62-
<p><b>Exported Dump Content:</b></p>
63-
<div id="contact_form" style="width: 100%;">
64-
<form id="form1" runat="server">
65-
<table>
66-
<tr>
67-
<td><asp:Button ID="btDownload" runat="server" Text="Download" CssClass="submit_btn" OnClick="btDownload_Click" /></td>
68-
<td> Dump content is stored for 5 minutes in this session.</td>
69-
</tr>
70-
</table>
71-
72-
<pre style="font-family: 'Courier New', Courier, 'Nimbus Mono L', monospace; font-size: 9pt; text-align: left; line-height: 12px;"><asp:PlaceHolder ID="PlaceHolder1" runat="server"></asp:PlaceHolder></pre>
73-
</form>
74-
</div>
75-
</div>
40+
<div id="templatemo_wrapper">
41+
42+
<div id="templatemo_header">
43+
44+
<div id="site_title">
45+
<h1><a href="/Index.aspx" target="_parent">MySqlBackup.NET</a></h1>
46+
</div>
47+
48+
<div id="templatemo_menu" class="ddsmoothmenu">
49+
<ul>
50+
<li><a href="Index.aspx" class="selected">Home</a></li>
51+
<li><a href="https://github.com/MySqlBackupNET/MySqlBackup.Net">Download Source Code</a></li>
52+
<li><a href="https://github.com/MySqlBackupNET/MySqlBackup.Net/wiki">Documentation</a></li>
53+
<li><a href="https://github.com/MySqlBackupNET/MySqlBackup.Net/issues">Discussion</a></li>
54+
</ul>
55+
<br style="clear: left" />
56+
</div>
57+
<!-- end of templatemo_menu -->
58+
7659
</div>
60+
<!-- end of header -->
61+
62+
<div id="templatemo_main">
63+
<div class="col_w900 float_l">
7764

78-
<div class="cleaner"></div>
79-
</div> <!-- end of main -->
80-
</div>
65+
<div>
66+
<p><b>Exported Dump Content:</b></p>
67+
<div id="contact_form" style="width: 100%;">
68+
<form id="form1" runat="server">
69+
<table>
70+
<tr>
71+
<td>
72+
<asp:Button ID="btDownload" runat="server" Text="Download" CssClass="submit_btn" OnClick="btDownload_Click" /></td>
73+
<td>Dump content is stored for 5 minutes in this session.</td>
74+
</tr>
75+
</table>
8176

82-
<div id="templatemo_footer_wrapper">
83-
<div id="templatemo_footer">
84-
Powered by <a href="http://mysqlbackupnet.codeplex.com">mysqlbackupnet.codeplex.com</a> |
85-
Website Designed by <a href="http://www.templatemo.com" target="_parent">Free CSS Templates</a>
86-
<div class="cleaner"></div>
77+
<pre style="font-family: 'Courier New', Courier, 'Nimbus Mono L', monospace; font-size: 9pt; text-align: left; line-height: 12px;"><asp:PlaceHolder ID="PlaceHolder1" runat="server"></asp:PlaceHolder></pre>
78+
</form>
79+
</div>
80+
</div>
81+
</div>
82+
83+
<div class="cleaner"></div>
84+
</div>
85+
<!-- end of main -->
86+
</div>
87+
88+
<div id="templatemo_footer_wrapper">
89+
<div id="templatemo_footer">
90+
Powered by <a href="https://github.com/MySqlBackupNET/MySqlBackup.Net">MySqlBackup.Net</a> |
91+
Website Designed by <a href="http://www.templatemo.com" target="_parent">Free CSS Templates</a>
92+
<div class="cleaner"></div>
93+
</div>
8794
</div>
88-
</div>
89-
95+
9096
</body>
91-
</html>
97+
</html>

source code/Test_ASPNET/Test_ASP.NET.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@
142142
<DependentUpon>Web.config</DependentUpon>
143143
</None>
144144
</ItemGroup>
145+
<ItemGroup>
146+
<ProjectReference Include="..\MySqlBackup%28MySql.Data%29\MySqlBackup%28MySql.Data%29.csproj">
147+
<Project>{90412615-9eda-43e4-a704-ee08f5b62c5d}</Project>
148+
<Name>MySqlBackup%28MySql.Data%29</Name>
149+
</ProjectReference>
150+
</ItemGroup>
145151
<PropertyGroup>
146152
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
147153
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>

source code/Test_WinForm/Test_WinForm.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,12 @@
392392
<ItemGroup>
393393
<WCFMetadata Include="Service References\" />
394394
</ItemGroup>
395+
<ItemGroup>
396+
<ProjectReference Include="..\MySqlBackup%28MySql.Data%29\MySqlBackup%28MySql.Data%29.csproj">
397+
<Project>{90412615-9eda-43e4-a704-ee08f5b62c5d}</Project>
398+
<Name>MySqlBackup%28MySql.Data%29</Name>
399+
</ProjectReference>
400+
</ItemGroup>
395401
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
396402
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
397403
Other similar extension points exist, see Microsoft.Common.targets.

source code/Test_WinForm_DevartExpress/Test_WinForm_DevartExpress.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,5 +328,11 @@
328328
<ItemGroup>
329329
<Content Include="logo.ico" />
330330
</ItemGroup>
331+
<ItemGroup>
332+
<ProjectReference Include="..\MySqlBackup%28Devart-Express%29\MySqlBackup%28Devart-Express%29.csproj">
333+
<Project>{7a5d4100-d41e-4887-876a-29406bbd3237}</Project>
334+
<Name>MySqlBackup%28Devart-Express%29</Name>
335+
</ProjectReference>
336+
</ItemGroup>
331337
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
332338
</Project>

source code/Test_WinForm_MySqlConnector/Test_WinForm_MySqlConnector.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,5 +324,11 @@
324324
<ItemGroup>
325325
<Content Include="logo.ico" />
326326
</ItemGroup>
327+
<ItemGroup>
328+
<ProjectReference Include="..\MySqlBackup%28MySqlConnector%29\MySqlBackup%28MySqlConnector%29.csproj">
329+
<Project>{280a4426-14cc-4a20-85f7-2f8e863a9977}</Project>
330+
<Name>MySqlBackup%28MySqlConnector%29</Name>
331+
</ProjectReference>
332+
</ItemGroup>
327333
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
328334
</Project>

0 commit comments

Comments
 (0)