Skip to content

Commit e174cda

Browse files
committed
Prismの最新構成に対応
1 parent dff3f7d commit e174cda

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

FolderCopy/FolderCopy.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
<Compile Include="Form1.Designer.cs">
6868
<DependentUpon>Form1.cs</DependentUpon>
6969
</Compile>
70+
<Compile Include="Form2.cs" />
71+
<Compile Include="Form2.Designer.cs">
72+
<DependentUpon>Form2.cs</DependentUpon>
73+
</Compile>
7074
<Compile Include="Program.cs" />
7175
<Compile Include="Properties\AssemblyInfo.cs" />
7276
<EmbeddedResource Include="Form1.resx">

FolderCopy/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private void button1_Click(object sender, EventArgs e)
3737

3838
// ディレクトリをコピーする
3939
CopyDirectory(sourceDirName, destDirName);
40-
if (pathnamesource != ".minecraft" || pathnamedest != ".minecraft")
40+
if (pathnamesource != "minecraft" || pathnamedest != "minecraft")
4141
{
4242
MessageBox.Show("パスは[.minecraft]まで必要です");
4343
}

0 commit comments

Comments
 (0)