aboutsummaryrefslogtreecommitdiff
path: root/Microbit/Microbit.csproj
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-02-11 16:23:17 -0500
committerAlee <Alee14498@gmail.com>2019-02-11 16:23:17 -0500
commit97c66fb4ea00941c83bbf6c0778fced0daf37c9f (patch)
tree85283e6bea4f49643a5f1560122644c6281ec763 /Microbit/Microbit.csproj
parentbd284418387617e3ac2c3c4bb8c26470266015ea (diff)
downloadMicrobit-97c66fb4ea00941c83bbf6c0778fced0daf37c9f.tar.gz
Microbit-97c66fb4ea00941c83bbf6c0778fced0daf37c9f.tar.bz2
Microbit-97c66fb4ea00941c83bbf6c0778fced0daf37c9f.zip
Added appveyor and renamed Form1 to MainMenu
Diffstat (limited to 'Microbit/Microbit.csproj')
-rw-r--r--Microbit/Microbit.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/Microbit/Microbit.csproj b/Microbit/Microbit.csproj
index a2ba09e..e0b35a4 100644
--- a/Microbit/Microbit.csproj
+++ b/Microbit/Microbit.csproj
@@ -45,11 +45,11 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="Form1.cs">
+ <Compile Include="MainMenu.cs">
<SubType>Form</SubType>
</Compile>
- <Compile Include="Form1.Designer.cs">
- <DependentUpon>Form1.cs</DependentUpon>
+ <Compile Include="MainMenu.Designer.cs">
+ <DependentUpon>MainMenu.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />