diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.vs/AntiSpamAttachment/v17/.suo b/.vs/AntiSpamAttachment/v17/.suo new file mode 100644 index 0000000..2a15442 Binary files /dev/null and b/.vs/AntiSpamAttachment/v17/.suo differ diff --git a/AntiSpamAttachment.sln b/AntiSpamAttachment.sln new file mode 100644 index 0000000..0bdff85 --- /dev/null +++ b/AntiSpamAttachment.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.1.32210.238 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AntiSpamAttachment", "AntiSpamAttachment\AntiSpamAttachment.csproj", "{C827CE96-0EC0-440C-A8D8-9F81C9F514D8}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C827CE96-0EC0-440C-A8D8-9F81C9F514D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C827CE96-0EC0-440C-A8D8-9F81C9F514D8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C827CE96-0EC0-440C-A8D8-9F81C9F514D8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C827CE96-0EC0-440C-A8D8-9F81C9F514D8}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {90E770EE-70A5-4E6C-8D99-F9B067E4781B} + EndGlobalSection +EndGlobal diff --git a/AntiSpamAttachment/AntiSpamAttachment.csproj b/AntiSpamAttachment/AntiSpamAttachment.csproj new file mode 100644 index 0000000..ea50fac --- /dev/null +++ b/AntiSpamAttachment/AntiSpamAttachment.csproj @@ -0,0 +1,89 @@ + + + + + Debug + AnyCPU + {C827CE96-0EC0-440C-A8D8-9F81C9F514D8} + WinExe + AntiSpamAttachment + AntiSpamAttachment + v3.5 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + 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 + + + + \ No newline at end of file diff --git a/AntiSpamAttachment/App.xaml b/AntiSpamAttachment/App.xaml new file mode 100644 index 0000000..831dc36 --- /dev/null +++ b/AntiSpamAttachment/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/AntiSpamAttachment/App.xaml.cs b/AntiSpamAttachment/App.xaml.cs new file mode 100644 index 0000000..61c17e8 --- /dev/null +++ b/AntiSpamAttachment/App.xaml.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Windows; + +namespace AntiSpamAttachment +{ + /// + /// App.xaml の相互作用ロジック + /// + public partial class App : Application + { + } +} diff --git a/AntiSpamAttachment/MainWindow.xaml b/AntiSpamAttachment/MainWindow.xaml new file mode 100644 index 0000000..24b9f20 --- /dev/null +++ b/AntiSpamAttachment/MainWindow.xaml @@ -0,0 +1,20 @@ + + + + + + + +