diff --git a/FoxPro/FoxPro.sln b/FoxPro/FoxPro.sln new file mode 100644 index 0000000..a979237 --- /dev/null +++ b/FoxPro/FoxPro.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Express 2013 for Windows Desktop +VisualStudioVersion = 12.0.31101.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FoxPro", "FoxPro\FoxPro.csproj", "{55A727FB-C833-43F5-A5DF-29EA7FF725EF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {55A727FB-C833-43F5-A5DF-29EA7FF725EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {55A727FB-C833-43F5-A5DF-29EA7FF725EF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {55A727FB-C833-43F5-A5DF-29EA7FF725EF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {55A727FB-C833-43F5-A5DF-29EA7FF725EF}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/FoxPro/FoxPro.v12.suo b/FoxPro/FoxPro.v12.suo new file mode 100644 index 0000000..08f75ff Binary files /dev/null and b/FoxPro/FoxPro.v12.suo differ diff --git a/FoxPro/FoxPro/App.config b/FoxPro/FoxPro/App.config new file mode 100644 index 0000000..8e15646 --- /dev/null +++ b/FoxPro/FoxPro/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/FoxPro/FoxPro/Form1.Designer.cs b/FoxPro/FoxPro/Form1.Designer.cs new file mode 100644 index 0000000..bc5f426 --- /dev/null +++ b/FoxPro/FoxPro/Form1.Designer.cs @@ -0,0 +1,164 @@ +namespace FoxPro +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.btnRead = new System.Windows.Forms.Button(); + this.textBox1 = new System.Windows.Forms.TextBox(); + this.btnExecute = new System.Windows.Forms.Button(); + this.listBox1 = new System.Windows.Forms.ListBox(); + this.listBox2 = new System.Windows.Forms.ListBox(); + this.textBox2 = new System.Windows.Forms.TextBox(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.btnWrite = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // btnRead + // + this.btnRead.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.btnRead.Location = new System.Drawing.Point(490, 39); + this.btnRead.Name = "btnRead"; + this.btnRead.Size = new System.Drawing.Size(75, 23); + this.btnRead.TabIndex = 0; + this.btnRead.Text = "Browse"; + this.btnRead.UseVisualStyleBackColor = true; + this.btnRead.Click += new System.EventHandler(this.button1_Click); + // + // textBox1 + // + this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.textBox1.Location = new System.Drawing.Point(91, 41); + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size(393, 20); + this.textBox1.TabIndex = 1; + // + // btnExecute + // + this.btnExecute.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.btnExecute.Location = new System.Drawing.Point(579, 100); + this.btnExecute.Name = "btnExecute"; + this.btnExecute.Size = new System.Drawing.Size(85, 39); + this.btnExecute.TabIndex = 2; + this.btnExecute.Text = "Execute"; + this.btnExecute.UseVisualStyleBackColor = true; + this.btnExecute.Click += new System.EventHandler(this.button2_Click); + // + // listBox1 + // + this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.listBox1.FormattingEnabled = true; + this.listBox1.Location = new System.Drawing.Point(12, 145); + this.listBox1.Name = "listBox1"; + this.listBox1.Size = new System.Drawing.Size(652, 199); + this.listBox1.TabIndex = 3; + // + // listBox2 + // + this.listBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.listBox2.FormattingEnabled = true; + this.listBox2.Location = new System.Drawing.Point(12, 356); + this.listBox2.Name = "listBox2"; + this.listBox2.Size = new System.Drawing.Size(652, 134); + this.listBox2.TabIndex = 4; + // + // textBox2 + // + this.textBox2.Location = new System.Drawing.Point(91, 102); + this.textBox2.Name = "textBox2"; + this.textBox2.Size = new System.Drawing.Size(393, 20); + this.textBox2.TabIndex = 5; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(27, 45); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(58, 13); + this.label1.TabIndex = 6; + this.label1.Text = "Path Read"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(27, 105); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(57, 13); + this.label2.TabIndex = 7; + this.label2.Text = "Path Write"; + // + // btnWrite + // + this.btnWrite.Location = new System.Drawing.Point(490, 100); + this.btnWrite.Name = "btnWrite"; + this.btnWrite.Size = new System.Drawing.Size(75, 23); + this.btnWrite.TabIndex = 8; + this.btnWrite.Text = "Browse"; + this.btnWrite.UseVisualStyleBackColor = true; + this.btnWrite.Click += new System.EventHandler(this.btnWrite_Click); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(676, 517); + this.Controls.Add(this.btnWrite); + this.Controls.Add(this.label2); + this.Controls.Add(this.label1); + this.Controls.Add(this.textBox2); + this.Controls.Add(this.listBox2); + this.Controls.Add(this.listBox1); + this.Controls.Add(this.btnExecute); + this.Controls.Add(this.textBox1); + this.Controls.Add(this.btnRead); + this.Name = "Form1"; + this.Text = "Form1"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.Button btnRead; + private System.Windows.Forms.TextBox textBox1; + private System.Windows.Forms.Button btnExecute; + private System.Windows.Forms.ListBox listBox1; + private System.Windows.Forms.ListBox listBox2; + private System.Windows.Forms.TextBox textBox2; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Button btnWrite; + } +} + diff --git a/FoxPro/FoxPro/Form1.cs b/FoxPro/FoxPro/Form1.cs new file mode 100644 index 0000000..0ea509a --- /dev/null +++ b/FoxPro/FoxPro/Form1.cs @@ -0,0 +1,189 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Data.OleDb; +using System.Data.SqlClient; +using System.Drawing; +using System.IO; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace FoxPro +{ + public partial class Form1 : Form + { + string pathRead ; + string pathWrite ; + List list = new List(); + public Form1() + { + InitializeComponent(); + } + + private void button1_Click(object sender, EventArgs e) + { + // get Path Read + listBox1.Items.Clear() ; + string folderPath; + FolderBrowserDialog folderBrowserDialog1 = new FolderBrowserDialog(); + if (folderBrowserDialog1.ShowDialog() == DialogResult.OK) + { + folderPath = folderBrowserDialog1.SelectedPath; + textBox1.Text = folderPath; + } + } + // get Path Write + private void btnWrite_Click(object sender, EventArgs e) + { + listBox2.Items.Clear(); + string folderPath; + FolderBrowserDialog folderBrowserDialog1 = new FolderBrowserDialog(); + if (folderBrowserDialog1.ShowDialog() == DialogResult.OK) + { + folderPath = folderBrowserDialog1.SelectedPath; + textBox2.Text = folderPath; + } + } + + private void button2_Click(object sender, EventArgs e) + { + pathRead = textBox1.Text; + pathWrite = textBox2.Text; + string[] nameDir = pathRead.Split(new[] { "\\" }, StringSplitOptions.None); + int l = nameDir.Length; + createDir(pathWrite + "\\" + nameDir[l-1]); + // GetFiles dbf of filePaths + string[] filePaths = Directory.GetFiles(pathRead, "*.dbf", SearchOption.AllDirectories); + foreach (string file in filePaths) + { + WriteLog(file); + string path = file.Replace(pathRead,""); + string[] name = path.Split(new[] { "\\" }, StringSplitOptions.None); + int length = name.Length; + path = path.Replace(name[length - 1], ""); + // create path for write file + createDir(pathWrite + "\\" + nameDir[l - 1] + path); + // get data of file DBF + GetData(file, name[length - 1], pathWrite + "\\" + nameDir[l - 1] + path); + } + } + + + + + + // สร้าง Directory + public void createDir(string pathWrite) + { + try + { + // Determine whether the directory exists. + if (Directory.Exists(pathWrite)) + { + return; + } + // Try to create the directory. + DirectoryInfo di = Directory.CreateDirectory(pathWrite); + WriteLog("The directory was created successfully"); + } + catch (Exception e) + { + WriteLog("The process failed: " + e.ToString()); + } + finally { } + } + + // ดึงข้อมูลใน DBF + public void GetData(string path, string fileName, string pathWrite) + { + try + { + WriteLog("GetData : " + fileName); + DataTable data = new DataTable(); + OleDbConnection yourConnectionHandler = new OleDbConnection( + @"Provider=VFPOLEDB.1;Data Source=" + path + "; Persist Security Info=False;"); + string[] table = fileName.Split(new string[] { ".dbf", ".DBF" }, StringSplitOptions.RemoveEmptyEntries); + + //Open the connection, and if open successfully, you can try to query it + yourConnectionHandler.Open(); + + if (yourConnectionHandler.State == ConnectionState.Open) + { + string mySQL = "select * from " + table[0]; // dbf table name + + OleDbCommand MyQuery = new OleDbCommand(mySQL, yourConnectionHandler); + OleDbDataAdapter DA = new OleDbDataAdapter(MyQuery); + + DA.Fill(data); + yourConnectionHandler.Close(); + } + // write data to flie text + WriteTable(data, pathWrite, table[0]); + } + catch (System.Data.OleDb.OleDbException lolex) + { + list.Add(path); + listBox2.Items.Add(path + "\n"); + WriteLog("###" + lolex.ToString()); + } + catch (Exception ex) + { + list.Add(path); + listBox2.Items.Add(path + "\n"); + WriteLog("###" + ex.ToString()); + } + } + + // เขียนไฟล์ .txt + private void WriteTable(DataTable table, string pathWrite, string name) + { + bool r = true; + string lines = ""; + string text = ""; + // Write the string to file text + StreamWriter file = new StreamWriter(pathWrite + "\\" + name + ".csv", false, Encoding.UTF8); + WriteLog("Writer : " + pathWrite + "\\" + name + ".csv"); + + // get Columns name + foreach (DataColumn col in table.Columns) + { + if (!r) lines += ", "; + lines += col.ToString().Trim(); + r = false; + } + file.WriteLine(lines); + lines = ""; + + // get data row + foreach (DataRow row in table.Rows) + { + bool firstCol = true; + foreach (DataColumn col in table.Columns) + { + if (!firstCol) text += ", "; + text += row[col].ToString().Trim(); + firstCol = false; + } + file.WriteLine(text); + text = ""; + } + file.Close(); + WriteLog("Writer " + name + ".csv Complete"); + } + + // WriteLog + public void WriteLog(string log) + { + string timeStamp = DateTime.Now.ToString(); + string writeLog = timeStamp + " : [ " + log + " ]"; + listBox1.Items.Add(writeLog + "\n"); + } + + + + + } +} diff --git a/FoxPro/FoxPro/Form1.resx b/FoxPro/FoxPro/Form1.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/FoxPro/FoxPro/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/FoxPro/FoxPro/FoxPro.csproj b/FoxPro/FoxPro/FoxPro.csproj new file mode 100644 index 0000000..801f361 --- /dev/null +++ b/FoxPro/FoxPro/FoxPro.csproj @@ -0,0 +1,91 @@ + + + + + Debug + AnyCPU + {55A727FB-C833-43F5-A5DF-29EA7FF725EF} + WinExe + Properties + FoxPro + FoxPro + v4.5 + 512 + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + + + + + \ No newline at end of file diff --git a/FoxPro/FoxPro/Program.cs b/FoxPro/FoxPro/Program.cs new file mode 100644 index 0000000..694cefa --- /dev/null +++ b/FoxPro/FoxPro/Program.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace FoxPro +{ + static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Form1()); + } + } +} diff --git a/FoxPro/FoxPro/Properties/AssemblyInfo.cs b/FoxPro/FoxPro/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..484f94f --- /dev/null +++ b/FoxPro/FoxPro/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("FoxPro")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("FoxPro")] +[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("3ff8c4ef-8e3a-498a-9638-8656ea71516e")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/FoxPro/FoxPro/Properties/Resources.Designer.cs b/FoxPro/FoxPro/Properties/Resources.Designer.cs new file mode 100644 index 0000000..4f01345 --- /dev/null +++ b/FoxPro/FoxPro/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace FoxPro.Properties +{ + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() + { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if ((resourceMan == null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FoxPro.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/FoxPro/FoxPro/Properties/Resources.resx b/FoxPro/FoxPro/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/FoxPro/FoxPro/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/FoxPro/FoxPro/Properties/Settings.Designer.cs b/FoxPro/FoxPro/Properties/Settings.Designer.cs new file mode 100644 index 0000000..d9ca3eb --- /dev/null +++ b/FoxPro/FoxPro/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace FoxPro.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/FoxPro/FoxPro/Properties/Settings.settings b/FoxPro/FoxPro/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/FoxPro/FoxPro/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/FoxPro/FoxPro/bin/Debug/FoxPro.exe b/FoxPro/FoxPro/bin/Debug/FoxPro.exe new file mode 100644 index 0000000..bb05d6c Binary files /dev/null and b/FoxPro/FoxPro/bin/Debug/FoxPro.exe differ diff --git a/FoxPro/FoxPro/bin/Debug/FoxPro.exe.config b/FoxPro/FoxPro/bin/Debug/FoxPro.exe.config new file mode 100644 index 0000000..8e15646 --- /dev/null +++ b/FoxPro/FoxPro/bin/Debug/FoxPro.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/FoxPro/FoxPro/bin/Debug/FoxPro.pdb b/FoxPro/FoxPro/bin/Debug/FoxPro.pdb new file mode 100644 index 0000000..543a904 Binary files /dev/null and b/FoxPro/FoxPro/bin/Debug/FoxPro.pdb differ diff --git a/FoxPro/FoxPro/bin/Debug/FoxPro.vshost.exe b/FoxPro/FoxPro/bin/Debug/FoxPro.vshost.exe new file mode 100644 index 0000000..666c0af Binary files /dev/null and b/FoxPro/FoxPro/bin/Debug/FoxPro.vshost.exe differ diff --git a/FoxPro/FoxPro/bin/Debug/FoxPro.vshost.exe.config b/FoxPro/FoxPro/bin/Debug/FoxPro.vshost.exe.config new file mode 100644 index 0000000..8e15646 --- /dev/null +++ b/FoxPro/FoxPro/bin/Debug/FoxPro.vshost.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/FoxPro/FoxPro/bin/Debug/FoxPro.vshost.exe.manifest b/FoxPro/FoxPro/bin/Debug/FoxPro.vshost.exe.manifest new file mode 100644 index 0000000..061c9ca --- /dev/null +++ b/FoxPro/FoxPro/bin/Debug/FoxPro.vshost.exe.manifest @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/FoxPro/FoxPro/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/FoxPro/FoxPro/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..422850e Binary files /dev/null and b/FoxPro/FoxPro/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/FoxPro/FoxPro/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/FoxPro/FoxPro/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..d4362da Binary files /dev/null and b/FoxPro/FoxPro/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/FoxPro/FoxPro/obj/Debug/FoxPro.Form1.resources b/FoxPro/FoxPro/obj/Debug/FoxPro.Form1.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/FoxPro/FoxPro/obj/Debug/FoxPro.Form1.resources differ diff --git a/FoxPro/FoxPro/obj/Debug/FoxPro.Properties.Resources.resources b/FoxPro/FoxPro/obj/Debug/FoxPro.Properties.Resources.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/FoxPro/FoxPro/obj/Debug/FoxPro.Properties.Resources.resources differ diff --git a/FoxPro/FoxPro/obj/Debug/FoxPro.csproj.FileListAbsolute.txt b/FoxPro/FoxPro/obj/Debug/FoxPro.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..e3e7a40 --- /dev/null +++ b/FoxPro/FoxPro/obj/Debug/FoxPro.csproj.FileListAbsolute.txt @@ -0,0 +1,9 @@ +c:\users\admin\documents\visual studio 2013\Projects\FoxPro\FoxPro\bin\Debug\FoxPro.exe.config +c:\users\admin\documents\visual studio 2013\Projects\FoxPro\FoxPro\bin\Debug\FoxPro.exe +c:\users\admin\documents\visual studio 2013\Projects\FoxPro\FoxPro\bin\Debug\FoxPro.pdb +c:\users\admin\documents\visual studio 2013\Projects\FoxPro\FoxPro\obj\Debug\FoxPro.csprojResolveAssemblyReference.cache +c:\users\admin\documents\visual studio 2013\Projects\FoxPro\FoxPro\obj\Debug\FoxPro.Form1.resources +c:\users\admin\documents\visual studio 2013\Projects\FoxPro\FoxPro\obj\Debug\FoxPro.Properties.Resources.resources +c:\users\admin\documents\visual studio 2013\Projects\FoxPro\FoxPro\obj\Debug\FoxPro.csproj.GenerateResource.Cache +c:\users\admin\documents\visual studio 2013\Projects\FoxPro\FoxPro\obj\Debug\FoxPro.exe +c:\users\admin\documents\visual studio 2013\Projects\FoxPro\FoxPro\obj\Debug\FoxPro.pdb diff --git a/FoxPro/FoxPro/obj/Debug/FoxPro.csproj.GenerateResource.Cache b/FoxPro/FoxPro/obj/Debug/FoxPro.csproj.GenerateResource.Cache new file mode 100644 index 0000000..f9116df Binary files /dev/null and b/FoxPro/FoxPro/obj/Debug/FoxPro.csproj.GenerateResource.Cache differ diff --git a/FoxPro/FoxPro/obj/Debug/FoxPro.csprojResolveAssemblyReference.cache b/FoxPro/FoxPro/obj/Debug/FoxPro.csprojResolveAssemblyReference.cache new file mode 100644 index 0000000..f2806ba Binary files /dev/null and b/FoxPro/FoxPro/obj/Debug/FoxPro.csprojResolveAssemblyReference.cache differ diff --git a/FoxPro/FoxPro/obj/Debug/FoxPro.exe b/FoxPro/FoxPro/obj/Debug/FoxPro.exe new file mode 100644 index 0000000..bb05d6c Binary files /dev/null and b/FoxPro/FoxPro/obj/Debug/FoxPro.exe differ diff --git a/FoxPro/FoxPro/obj/Debug/FoxPro.pdb b/FoxPro/FoxPro/obj/Debug/FoxPro.pdb new file mode 100644 index 0000000..543a904 Binary files /dev/null and b/FoxPro/FoxPro/obj/Debug/FoxPro.pdb differ diff --git a/FoxPro/FoxPro/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/FoxPro/FoxPro/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/FoxPro/FoxPro/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs diff --git a/FoxPro/FoxPro/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/FoxPro/FoxPro/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/FoxPro/FoxPro/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs diff --git a/FoxPro/FoxPro/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/FoxPro/FoxPro/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/FoxPro/FoxPro/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs -- libgit2 0.21.2