From c72a14924b7df0d96cb200701472b15dc6339d71 Mon Sep 17 00:00:00 2001 From: dhkim0800 <dhkim0800@noreply.github.com> Date: Fri, 15 Feb 2019 19:42:42 +0900 Subject: [PATCH] Auto change --- indexextract-cs/indexextract-cs.csproj | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/indexextract-cs/indexextract-cs.csproj b/indexextract-cs/indexextract-cs.csproj index 8f178c4..e600f22 100644 --- a/indexextract-cs/indexextract-cs.csproj +++ b/indexextract-cs/indexextract-cs.csproj @@ -66,15 +66,11 @@ </ItemGroup> <ItemGroup> <Compile Include="Structures.cs" /> - <Compile Include="Form1.cs"> - <SubType>Form</SubType> - </Compile> + <Compile Include="Form1.cs" /> <Compile Include="Form1.Designer.cs"> <DependentUpon>Form1.cs</DependentUpon> </Compile> - <Compile Include="Form2.cs"> - <SubType>Form</SubType> - </Compile> + <Compile Include="Form2.cs" /> <Compile Include="Form2.Designer.cs"> <DependentUpon>Form2.cs</DependentUpon> </Compile>