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

libmini-netcore.targets « msvc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 62244796431d40142f92b2568ce9c568380fb86b (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="netcore_sources">
    <ClCompile Include="$(MonoSourceLocation)\mono\mini\main-core.c" />
  </ItemGroup>
</Project>