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

ConsoleProject-import.targets « 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: 0e23edbabb9b9a8a720a95f1ce9c66ce2619a920 (plain)
1
2
3
4
5
6
7
8
9
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Compile Include="Program.cs" />
    <Compile Include="Content\**\*.cs" />
    <Content Include="*.txt" />
    <Content Include="Content\*.txt" />
    <Content Include="Content\Data\*.txt" />
  </ItemGroup>
</Project>