diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..a588b7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,22 @@ +--- +name: Bug report / 不具合報告 +about: Submit a bug report / 不具合報告はこちらから +title: '' +labels: bug +assignees: overdrive1708 + +--- + +## Overview / 概要 + +## Detail / 詳細 + +## Release version / ソフトウェアバージョン + +## Operating system / OS + +## Steps to reproduce the behavior / 再現手順 + +## Additional context / 補足情報 + +## Error messages (optional) / エラーメッセージ(任意) diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..801243d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,14 @@ +--- +name: Feature request / 機能要望 +about: Submit a feature request/ 機能に関する追加・変更・削除等のご要望はこちらから +title: '' +labels: enhancement +assignees: overdrive1708 + +--- + +## Overview / 概要 + +## Detail / 詳細 + +## Additional context / 補足情報 diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5ec108b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "nuget" + directory: "/src" + schedule: + interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..3148b5c --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## 対応したIssue / Issue addressed + +Fix #xx + +## 対応内容 / Correspondence contents + +## テスト内容 / Test + +## 補足情報 / Additional context diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml new file mode 100644 index 0000000..a1cf23d --- /dev/null +++ b/.github/workflows/codeql.yml @@ -0,0 +1,76 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ "main" ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ "main" ] + schedule: + - cron: '00 1 * * 6' + +jobs: + analyze: + name: Analyze + runs-on: windows-latest + permissions: + actions: read + contents: read + security-events: write + + strategy: + fail-fast: false + matrix: + language: [ 'csharp' ] + # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] + # Use only 'java' to analyze code written in Java, Kotlin or both + # Use only 'javascript' to analyze code written in JavaScript, TypeScript or both + # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support + + steps: + - name: Checkout repository + uses: actions/checkout@v6 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v4 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + + # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs + # queries: security-extended,security-and-quality + + + # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v4 + + # ℹ️ Command-line programs to run using the OS shell. + # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun + + # If the Autobuild fails above, remove it and uncomment the following three lines. + # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. + + # - run: | + # echo "Run, Build Application using script" + # ./location_of_script_within_repo/buildscript.sh + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v4 + with: + category: "/language:${{matrix.language}}" diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1f7d32d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added + +- Added feature by issue.([Issue #1](https://github.com/overdrive1708/PhotoFrameGenerator/issues/1)) + +[Unreleased]: https://github.com/overdrive1708/PhotoFrameGenerator diff --git a/NOTICE.md b/NOTICE.md new file mode 100644 index 0000000..cbd0f17 --- /dev/null +++ b/NOTICE.md @@ -0,0 +1,3 @@ +# NOTICES AND INFORMATION + +This software incorporates materail from third parties. diff --git a/README.md b/README.md new file mode 100644 index 0000000..32f2006 --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +[日本語](README.md) + +

+ + PhotoFrameGenerator +
+ PhotoFrameGenerator +

+ +
+ csharp + dotnet + license +
+ repo size + release + download + open issues + closed issues +
+ +--- + +## アプリケーション概要 +撮影時の情報を写真の周りに埋め込むアプリケーションです。 + +## ダウンロード方法 + [GitHubのReleases](https://github.com/overdrive1708/PhotoFrameGenerator/releases)にあるLatestのAssetsよりPhotoFrameGenerator_Ver.x.x.x.zipをダウンロードしてください。 + +## 使い方 +T.B.D. + +## 開発環境 + Visual Studio 2026 Community + +## 使用しているライブラリ +詳細は[NOTICE.md](NOTICE.md)を参照してください。 + +## ライセンス +このプロジェクトはMITライセンスです。 +詳細は [LICENSE](LICENSE) を参照してください。 + +## 不具合報告と機能要望 +[GitHubのIssue](https://github.com/overdrive1708/PhotoFrameGenerator/issues)より報告してください。 + +## 作者 +[overdrive1708](https://github.com/overdrive1708) diff --git a/asetts/ApplicationIcon.ico b/asetts/ApplicationIcon.ico new file mode 100644 index 0000000..b56420d Binary files /dev/null and b/asetts/ApplicationIcon.ico differ diff --git a/asetts/ApplicationIcon.png b/asetts/ApplicationIcon.png new file mode 100644 index 0000000..50c98e2 Binary files /dev/null and b/asetts/ApplicationIcon.png differ diff --git a/src/PhotoFrameGenerator.slnx b/src/PhotoFrameGenerator.slnx new file mode 100644 index 0000000..98c8444 --- /dev/null +++ b/src/PhotoFrameGenerator.slnx @@ -0,0 +1,3 @@ + + + diff --git a/src/PhotoFrameGenerator/App.xaml b/src/PhotoFrameGenerator/App.xaml new file mode 100644 index 0000000..d2b6c96 --- /dev/null +++ b/src/PhotoFrameGenerator/App.xaml @@ -0,0 +1,7 @@ + + + diff --git a/src/PhotoFrameGenerator/App.xaml.cs b/src/PhotoFrameGenerator/App.xaml.cs new file mode 100644 index 0000000..e97d409 --- /dev/null +++ b/src/PhotoFrameGenerator/App.xaml.cs @@ -0,0 +1,12 @@ +using System.Windows; + +namespace PhotoFrameGenerator +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/src/PhotoFrameGenerator/AssemblyInfo.cs b/src/PhotoFrameGenerator/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/src/PhotoFrameGenerator/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/src/PhotoFrameGenerator/PhotoFrameGenerator.csproj b/src/PhotoFrameGenerator/PhotoFrameGenerator.csproj new file mode 100644 index 0000000..a70fb25 --- /dev/null +++ b/src/PhotoFrameGenerator/PhotoFrameGenerator.csproj @@ -0,0 +1,22 @@ + + + + WinExe + net10.0-windows + enable + enable + true + PhotoFrameGenerator + 0.1.0 + overdrive1708 + Copyright © 2026 overdrive1708 + https://github.com/overdrive1708/PhotoFrameGenerator + ja-JP + false + + + + none + + + diff --git a/src/PhotoFrameGenerator/Properties/PublishProfiles/FolderProfile.pubxml b/src/PhotoFrameGenerator/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..88df773 --- /dev/null +++ b/src/PhotoFrameGenerator/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,17 @@ + + + + + Release + Any CPU + bin\Publish\ + FileSystem + <_TargetId>Folder + net10.0-windows + win-x64 + false + true + true + false + + \ No newline at end of file diff --git a/src/PhotoFrameGenerator/Views/MainWindow.xaml b/src/PhotoFrameGenerator/Views/MainWindow.xaml new file mode 100644 index 0000000..e1bbb48 --- /dev/null +++ b/src/PhotoFrameGenerator/Views/MainWindow.xaml @@ -0,0 +1,12 @@ + + + diff --git a/src/PhotoFrameGenerator/Views/MainWindow.xaml.cs b/src/PhotoFrameGenerator/Views/MainWindow.xaml.cs new file mode 100644 index 0000000..4db05f3 --- /dev/null +++ b/src/PhotoFrameGenerator/Views/MainWindow.xaml.cs @@ -0,0 +1,15 @@ +using System.Windows; + +namespace PhotoFrameGenerator +{ + /// + /// Interaction logic for MainWindow.xaml + /// + public partial class MainWindow : Window + { + public MainWindow() + { + InitializeComponent(); + } + } +} \ No newline at end of file