Skip to content
This repository was archived by the owner on Oct 28, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Source/IdleMaster/IdleMaster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@
<Compile Include="frmChangelog.Designer.cs">
<DependentUpon>frmChangelog.cs</DependentUpon>
</Compile>
<Compile Include="frmChoiceGame.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmChoiceGame.Designer.cs">
<DependentUpon>frmChoiceGame.cs</DependentUpon>
</Compile>
<Compile Include="frmMain.cs">
<SubType>Form</SubType>
</Compile>
Expand Down Expand Up @@ -158,6 +164,9 @@
<EmbeddedResource Include="frmChangelog.resx">
<DependentUpon>frmChangelog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmChoiceGame.resx">
<DependentUpon>frmChoiceGame.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmMain.resx">
<DependentUpon>frmMain.cs</DependentUpon>
</EmbeddedResource>
Expand Down Expand Up @@ -233,6 +242,8 @@
</ItemGroup>
<ItemGroup>
<Content Include="logo1.ico" />
<None Include="Resources\media-Choice.png" />
<None Include="Resources\media-choice-2x.png" />
<None Include="Resources\globe-2x.png" />
<None Include="Resources\document-2x.png" />
<None Include="Resources\lock-locked-2x.png" />
Expand Down
Loading