Skip to content

Instantly share code, notes, and snippets.

@matarillo
Created August 26, 2019 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matarillo/33c4235a8b1a75ae187bab4565ee463a to your computer and use it in GitHub Desktop.
Save matarillo/33c4235a8b1a75ae187bab4565ee463a to your computer and use it in GitHub Desktop.
<!--
NTasksProject
Nemerle.MSBuild.Tasks.csproj
tools\msbuild-task\*
NCompilerProject
Nemerle.nproj
Nemerle.Compiler.nproj
Nemerle.Macros.nproj
ncc.nproj
ncc32.nproj
ncc64.nproj
-->
DevBuildQuickNccOnly
Stage1
NPrepareKeys
<CreateItem Include="$(NRoot)\misc\keys\*.snk" />
<Copy DestinationFolder="$(NBin)\keys" />
NPrepareBoot
<CreateItem Include="$(NRootBoot)\*.exe" />
<CreateItem Include="$(NRootBoot)\*.dll" />
<Copy DestinationFolder="$(NBoot)" />
NTasks
InitTools
<GetFrameworkPath />
<GetFrameworkSdkPath Condition="'$(UseMSBuild)' != ''" />
<PropertyGroup Condition="'$(UseMSBuild)' != ''" />
<MSBuild Projects="@(NTasksProject)" />
<CreateItem Include="$(NBoot)\Nemerle.MSBuild.Tasks.dll" Condition="'$(UseMSBuild)' != ''">
<CreateItem Include="$(NBoot)\Nemerle.MSBuild.targets">
<MSBuild Projects="@(NCompilerProject)" />
<Copy DestinationFolder="$(NCurBin)" />
Install Condition="'$(UseMSBuild)' != ''"
InitTools
<ItemGroup />
<Copy DestinationFolder="$(NInstall)" /><!-- $(ProgramFiles)\Nemerle\Net-3.5 or $(ProgramFiles)\Nemerle\Net-4.0 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment