Last change
on this file since 1165 was
1165,
checked in by gary, 11 years ago
|
win32: fix Visual Studio compilation and link issues.
|
File size:
997 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
3 | <ItemGroup> |
---|
4 | <ClInclude Include="..\monsterz\board.h" /> |
---|
5 | <ClInclude Include="..\monsterz\interface.h" /> |
---|
6 | <ClInclude Include="..\monsterz\piece.h" /> |
---|
7 | <ClInclude Include="..\monsterz\thumbs.h" /> |
---|
8 | <ClInclude Include="..\monsterz\title.h" /> |
---|
9 | <ClInclude Include="..\monsterz\mash.h" /> |
---|
10 | <ClInclude Include="..\monsterz\monsterz.h" /> |
---|
11 | <ClInclude Include="..\monsterz\score.h" /> |
---|
12 | </ItemGroup> |
---|
13 | <ItemGroup> |
---|
14 | <ClCompile Include="..\monsterz\board.cpp" /> |
---|
15 | <ClCompile Include="..\monsterz\interface.cpp" /> |
---|
16 | <ClCompile Include="..\monsterz\monsterz.cpp" /> |
---|
17 | <ClCompile Include="..\monsterz\piece.cpp" /> |
---|
18 | <ClCompile Include="..\monsterz\thumbs.cpp" /> |
---|
19 | <ClCompile Include="..\monsterz\title.cpp" /> |
---|
20 | <ClCompile Include="..\monsterz\mash.cpp" /> |
---|
21 | <ClCompile Include="..\monsterz\score.cpp" /> |
---|
22 | </ItemGroup> |
---|
23 | </Project> |
---|
Note: See
TracBrowser
for help on using the repository browser.