0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Visual Studio/ IDE > Window(WPF)の名前変更の手順

Last updated at Posted at 2017-07-02
動作環境
Windows 8.1 Pro (64bit)
Microsoft Visual Studio 2017 Community

ソリューションエクスプローラー上で「名前の変更」をWindow(WPF)に対して行う手順。

  1. 名前の変更
    • 変更前例: Window1.xaml
    • 変更後例: ItemWindow.xaml
  2. プロジェクトから除外
  3. 追加 > 既存の項目、より1のファイルを追加しなおす

2,3の手順を踏まないと「不明なビルドエラー [変更前の名前]が見つかりませんでした」になる。

xamlがつかないcsファイル(例: ViewModel.cs)は手順1だけで問題がない。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?