Skip to content

Commit

Permalink
Recommited some files needed for Visual Studios. Mostly experimentati…
Browse files Browse the repository at this point in the history
…on with git. Sorry.
  • Loading branch information
ekim1919 committed Mar 15, 2014
1 parent caf6962 commit 98da98b
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .gitignore

This file was deleted.

20 changes: 20 additions & 0 deletions MangaReader.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MangaReader", "MangaReader\MangaReader.csproj", "{58A4FFD5-58E1-4D78-9C13-483D6F02ECA4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58A4FFD5-58E1-4D78-9C13-483D6F02ECA4}.Debug|x86.ActiveCfg = Debug|x86
{58A4FFD5-58E1-4D78-9C13-483D6F02ECA4}.Debug|x86.Build.0 = Debug|x86
{58A4FFD5-58E1-4D78-9C13-483D6F02ECA4}.Release|x86.ActiveCfg = Release|x86
{58A4FFD5-58E1-4D78-9C13-483D6F02ECA4}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file added MangaReader.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion MangaReader/MangaReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />
<Compile Include="ReaderForms\BasicReader.cs">
<SubType>Form</SubType>
</Compile>
Expand All @@ -82,7 +83,6 @@
<DependentUpon>Clone.cs</DependentUpon>
</Compile>
<Compile Include="Managers\PictureManager.cs" />
<Compile Include="Managers\Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="ReaderForms\BasicReader.resx">
<DependentUpon>BasicReader.cs</DependentUpon>
Expand Down
Binary file modified MangaReader/bin/Debug/MangaReader.exe
Binary file not shown.
Binary file modified MangaReader/bin/Debug/MangaReader.pdb
Binary file not shown.
Binary file modified MangaReader/obj/x86/Debug/MangaReader.exe
Binary file not shown.
Binary file modified MangaReader/obj/x86/Debug/MangaReader.pdb
Binary file not shown.

0 comments on commit 98da98b

Please sign in to comment.