1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{82c32d2d-8e24-4975-b606-b2c7be54c340}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >Tdl</RootNamespace >
12+ <AssemblyName >Tdl</AssemblyName >
13+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <NoStdLib >true</NoStdLib >
16+ <NemerleVersion >Net-4.0</NemerleVersion >
17+ <NemerleBinPathRoot Condition =" '$(NemerleBinPathRoot)' == '' " >$(ProgramFiles)\Nemerle</NemerleBinPathRoot >
18+ <Nemerle Condition =" '$(Nemerle)' == '' " >$(NemerleBinPathRoot)\$(NemerleVersion)</Nemerle >
19+ <Name >Tdl</Name >
20+ <DocumentationFile />
21+ <SignAssembly >True</SignAssembly >
22+ <AssemblyOriginatorKeyFile >..\..\..\Common\Nitra.snk</AssemblyOriginatorKeyFile >
23+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\..\</SolutionDir >
24+ <RestorePackages >true</RestorePackages >
25+ <!-- CustomArguments>-debugger</CustomArguments-->
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
28+ <DebugSymbols >true</DebugSymbols >
29+ <Optimize >false</Optimize >
30+ <OutputPath >..\..\Bin\Debug\</OutputPath >
31+ <DefineConstants >DEBUG;TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ <RunDebugger >false</RunDebugger >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
37+ <DebugSymbols >false</DebugSymbols >
38+ <Optimize >true</Optimize >
39+ <OutputPath >..\..\Bin\Release\</OutputPath >
40+ <DefineConstants >TRACE</DefineConstants >
41+ <ErrorReport >prompt</ErrorReport >
42+ <WarningLevel >4</WarningLevel >
43+ <DocumentationFile >bin\Release\Tdl.xml</DocumentationFile >
44+ </PropertyGroup >
45+ <ItemGroup >
46+ <Reference Include =" mscorlib" />
47+ <Reference Include =" System" />
48+ <Reference Include =" System.Core" >
49+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
50+ </Reference >
51+ <Reference Include =" System.Xml" />
52+ <Reference Include =" Nemerle" >
53+ <SpecificVersion >False</SpecificVersion >
54+ <HintPath >$(Nemerle)\Nemerle.dll</HintPath >
55+ <Private >True</Private >
56+ </Reference >
57+ <Reference Include =" Nemerle.Peg" >
58+ <HintPath >$(Nemerle)\Nemerle.Peg.dll</HintPath >
59+ <SpecificVersion >False</SpecificVersion >
60+ <Private >True</Private >
61+ </Reference >
62+ <MacroReference Include =" Nemerle.Peg.Macros" >
63+ <HintPath >$(Nemerle)\Nemerle.Peg.Macros.dll</HintPath >
64+ </MacroReference >
65+ </ItemGroup >
66+ <ItemGroup >
67+ <MacroProjectReference Include =" ..\..\..\Nitra\Nitra.Compiler\Nitra.Compiler.nproj" >
68+ <Name >Nitra.Compiler</Name >
69+ <Project >{a8aaca46-ccc8-429f-b626-4cfc77f3a21a}</Project >
70+ <Private >False</Private >
71+ </MacroProjectReference >
72+ <ProjectReference Include =" ..\..\..\DotNet.BackEnd.CCI\DotNet.BackEnd.CCI.nproj" >
73+ <Name >DotNet.BackEnd.CCI</Name >
74+ <Project >{9bc9b613-47f1-443c-8205-ac3cfabe7db9}</Project >
75+ <Private >True</Private >
76+ </ProjectReference >
77+ <ProjectReference Include =" ..\..\..\Nitra\DotNetLang\DotNetLang.nproj" >
78+ <Name >DotNetLang</Name >
79+ <Project >{d3c87d75-e119-4d30-a8be-dc28014bb653}</Project >
80+ <Private >True</Private >
81+ </ProjectReference >
82+ <ProjectReference Include =" ..\..\..\Nitra\Nitra.Runtime\Nitra.Runtime.nproj" >
83+ <Name >Nitra.Runtime</Name >
84+ <Project >{9db13eb2-28e3-432b-8c8f-0e39ef5bcc38}</Project >
85+ <Private >True</Private >
86+ </ProjectReference >
87+ <ProjectReference Include =" ..\..\..\System.Collections.Immutable.Light\System.Collections.Immutable.Light.csproj" >
88+ <Name >System.Collections.Immutable.Light</Name >
89+ <Project >{46f78a78-93ff-4e51-b221-8e5fffe8806d}</Project >
90+ <Private >True</Private >
91+ </ProjectReference >
92+ <ProjectReference Include =" ..\..\CSharp\CSharp.Grammar\CSharp.Grammar.nproj" >
93+ <Name >CSharp.Grammar</Name >
94+ <Project >{249928bb-c446-42b3-bff3-ca98dabb9609}</Project >
95+ <Private >True</Private >
96+ </ProjectReference >
97+ </ItemGroup >
98+ <ItemGroup >
99+ <Compile Include =" Grammar.nitra" >
100+ </Compile >
101+ <Compile Include =" Ast.nitra" >
102+ </Compile >
103+ <Compile Include =" Language.nitra" >
104+ </Compile >
105+ </ItemGroup >
106+ <ItemGroup >
107+ <Folder Include =" Properties" />
108+ <Folder Include =" Properties" />
109+ </ItemGroup >
110+ <Import Project =" $(Nemerle)\Nemerle.MSBuild.targets" />
111+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
112+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
113+ <PropertyGroup >
114+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
115+ </PropertyGroup >
116+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
117+ </Target >
118+ <!--
119+ To modify your build process, add your task inside one of the targets below and uncomment it.
120+ Other similar extension points exist, see Microsoft.Common.targets.
121+
122+ <Target Name="BeforeBuild">
123+ </Target>
124+ <Target Name="AfterBuild">
125+ </Target>
126+ -->
127+ </Project >
0 commit comments