Skip to content

Commit

Permalink
Added missing forms reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhartnett committed Oct 13, 2015
1 parent 1856022 commit e991a78
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions SimpleGraphicsEngine/SimpleGraphicsEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
Expand Down
Binary file added SimpleGraphicsEngine/bin/Release/CoreLib.dll
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>
Binary file added SimpleGraphicsEngine/bin/Release/UtilLib.dll
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
C:\MasterFolder\Coding\C#\SimpleGraphicsEngine\SimpleGraphicsEngine\obj\Release\SimpleGraphicsEngine.csprojResolveAssemblyReference.cache
C:\MasterFolder\Coding\C#\SimpleGraphicsEngine\SimpleGraphicsEngine\bin\Release\SimpleGraphicsEngine.exe.config
C:\MasterFolder\Coding\C#\SimpleGraphicsEngine\SimpleGraphicsEngine\bin\Release\SimpleGraphicsEngine.exe
C:\MasterFolder\Coding\C#\SimpleGraphicsEngine\SimpleGraphicsEngine\bin\Release\CoreLib.dll
C:\MasterFolder\Coding\C#\SimpleGraphicsEngine\SimpleGraphicsEngine\bin\Release\UtilLib.dll
C:\MasterFolder\Coding\C#\SimpleGraphicsEngine\SimpleGraphicsEngine\obj\Release\SimpleGraphicsEngine.exe
Binary file not shown.
Binary file not shown.

0 comments on commit e991a78

Please sign in to comment.