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

AllCSharpFiles.props « Imports « console-project-with-wildcards « test-projects « tests « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d020328db01408236c93b302caabaf2aa9febed (plain)
1
2
3
4
5
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Compile Include="**\*.cs" />
  </ItemGroup>
</Project>