diff --git a/FileTransferClient/App.config b/FileTransferClient/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/FileTransferClient/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/FileTransferClient/App.xaml b/FileTransferClient/App.xaml new file mode 100644 index 0000000..d9a13ea --- /dev/null +++ b/FileTransferClient/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/FileTransferClient/App.xaml.cs b/FileTransferClient/App.xaml.cs new file mode 100644 index 0000000..70866b3 --- /dev/null +++ b/FileTransferClient/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace FileTransferClient +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/FileTransferClient/FileTransferClient.csproj b/FileTransferClient/FileTransferClient.csproj new file mode 100644 index 0000000..9f3e473 --- /dev/null +++ b/FileTransferClient/FileTransferClient.csproj @@ -0,0 +1,104 @@ + + + + + Debug + AnyCPU + {F8B727E1-340D-4096-A784-E570AE13FABC} + WinExe + FileTransferClient + FileTransferClient + v4.7.2 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + {06c9e60e-d449-41a7-9bf0-a829aaf5d214} + ZeroLevel + + + + \ No newline at end of file diff --git a/FileTransferClient/MainWindow.xaml b/FileTransferClient/MainWindow.xaml new file mode 100644 index 0000000..286f37b --- /dev/null +++ b/FileTransferClient/MainWindow.xaml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + +