Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libmonoruntime-win32.targets « msvc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 316f22cabb7ef56c4323f1b879299820c0ee442b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="win32_sources">
    <ClCompile Include="$(MonoSourceLocation)\mono\metadata\console-win32.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\metadata\w32file-win32.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\metadata\icall-windows.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\metadata\marshal-windows.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\metadata\mono-security-windows.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\metadata\w32mutex-win32.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\metadata\w32semaphore-win32.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\metadata\w32event-win32.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\metadata\w32process-win32.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\metadata\w32socket-win32.c" />
    <ClCompile Include="$(MonoSourceLocation)\mono\metadata\w32error-win32.c" />
  </ItemGroup>
</Project>