AS LONG AS IT WORKS

This commit is contained in:
2012-09-19 16:17:16 +02:00
parent 6b4875e4ee
commit 9d46d0ae8a
2 changed files with 35 additions and 6 deletions
+34 -5
View File
@@ -1,6 +1,35 @@
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
bin
obj
# mstest test results
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
bin
obj
#Visual Studio files
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
*.opensdf
*.unsuccessfulbuild
ipch/
obj/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
Ankh.NoLoad
# mstest test results
TestResults
+1 -1
View File
@@ -121,10 +121,10 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Component.cs" />
<Compile Include="Core.cs" />
<Compile Include="Entity.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Program.cs" />
<Compile Include="Game1.cs" />
<Compile Include="RenderComponent.cs" />
<Compile Include="Soldier.cs" />
<Compile Include="TransformComponent.cs" />