Last change
on this file since 181 was
181,
checked in by roman, 10 years ago
|
server is set to run as DLL surrogate, added x64 build
|
File size:
1.5 KB
|
Rev | Line | |
---|
[180] | 1 | <?xml version="1.0" encoding="utf-8"?> |
---|
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
| 3 | <ItemGroup> |
---|
| 4 | <Filter Include="Source Files"> |
---|
| 5 | <UniqueIdentifier>{4430a0f0-14d4-4612-a78f-0e8db3911298}</UniqueIdentifier> |
---|
| 6 | </Filter> |
---|
| 7 | <Filter Include="Generated Files"> |
---|
| 8 | <UniqueIdentifier>{b9b5ed5e-6789-4dd7-8d7f-448b3cd4d27e}</UniqueIdentifier> |
---|
| 9 | <SourceControlFiles>False</SourceControlFiles> |
---|
| 10 | </Filter> |
---|
[181] | 11 | <Filter Include="Generated Files\x64"> |
---|
| 12 | <UniqueIdentifier>{2b7d08ea-c975-4261-a83b-f645c765e8f7}</UniqueIdentifier> |
---|
| 13 | </Filter> |
---|
| 14 | <Filter Include="Generated Files\Win32"> |
---|
| 15 | <UniqueIdentifier>{b7d7de73-72be-4d61-8580-3bc8cac5cf76}</UniqueIdentifier> |
---|
| 16 | </Filter> |
---|
[180] | 17 | </ItemGroup> |
---|
| 18 | <ItemGroup> |
---|
| 19 | <None Include="Libraryps.def" /> |
---|
| 20 | </ItemGroup> |
---|
| 21 | <ItemGroup> |
---|
[181] | 22 | <ClCompile Include="x64\dlldata.c"> |
---|
| 23 | <Filter>Generated Files\x64</Filter> |
---|
[180] | 24 | </ClCompile> |
---|
[181] | 25 | <ClCompile Include="x64\Library_i.c"> |
---|
| 26 | <Filter>Generated Files\x64</Filter> |
---|
[180] | 27 | </ClCompile> |
---|
[181] | 28 | <ClCompile Include="x64\Library_p.c"> |
---|
| 29 | <Filter>Generated Files\x64</Filter> |
---|
[180] | 30 | </ClCompile> |
---|
[181] | 31 | <ClCompile Include="Win32\dlldata.c"> |
---|
| 32 | <Filter>Generated Files\Win32</Filter> |
---|
| 33 | </ClCompile> |
---|
| 34 | <ClCompile Include="Win32\Library_i.c"> |
---|
| 35 | <Filter>Generated Files\Win32</Filter> |
---|
| 36 | </ClCompile> |
---|
| 37 | <ClCompile Include="Win32\Library_p.c"> |
---|
| 38 | <Filter>Generated Files\Win32</Filter> |
---|
| 39 | </ClCompile> |
---|
[180] | 40 | </ItemGroup> |
---|
| 41 | </Project> |
---|
Note: See
TracBrowser
for help on using the repository browser.