Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
62 changes: 0 additions & 62 deletions Nemerle.Compiler.nproj

This file was deleted.

85 changes: 0 additions & 85 deletions Nemerle.Location/Nemerle.Location.nproj

This file was deleted.

36 changes: 0 additions & 36 deletions Nemerle.Location/Properties/AssemblyInfo.n

This file was deleted.

44 changes: 10 additions & 34 deletions Nemerle.MSBuild.Tasks.csproj
Original file line number Diff line number Diff line change
@@ -1,44 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{EF33ADBC-298A-48FB-AB04-17616833647F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>

<RootNamespace>Nemerle.MSBuild.Tasks</RootNamespace>
<AssemblyName>Nemerle.MSBuild.Tasks</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<KeyOriginatorFile Condition="'$(NKeysDir)' == ''">misc\keys\Nemerle.Compiler.snk</KeyOriginatorFile>
<KeyOriginatorFile Condition="'$(NKeysDir)' != ''">$(NKeysDir)\Nemerle.Compiler.snk</KeyOriginatorFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\Tasks</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\Tasks</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Build.Engine" />
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Tasks.v4.0" />
<Reference Include="Microsoft.Build.Utilities.v4.0" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
<PackageReference Include="Microsoft.Build.Framework" Version="17.1"/>
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.1"/>
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.1"/>
</ItemGroup>
<ItemGroup>
<Compile Include="tools\msbuild-task\GetGitTagRevision.cs" />
Expand All @@ -51,7 +28,6 @@
<ItemGroup>
<Content Include="tools\msbuild-task\Nemerle.MSBuild.targets" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild">
<Copy DestinationFolder="$(OutputPath)" SourceFiles="
$(ProjectDir)\tools\msbuild-task\Nemerle.MSBuild.targets;
Expand Down
56 changes: 0 additions & 56 deletions Nemerle.Macros.nproj

This file was deleted.

44 changes: 0 additions & 44 deletions Nemerle.nproj

This file was deleted.

Binary file added boot-core/Nemerle.Compiler.dll
Binary file not shown.
Binary file added boot-core/Nemerle.MSBuild.Tasks.dll
Binary file not shown.
Loading