Mercurial > pub > bltoolkit
comparison Examples/Nemerle/Examples.Nemerle.2.nproj @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
2 <PropertyGroup> | |
3 <NoStdLib>true</NoStdLib> | |
4 <Nemerle Condition=" '$(Nemerle)' == '' ">$(ProgramFiles)\Nemerle</Nemerle> | |
5 </PropertyGroup> | |
6 <PropertyGroup> | |
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
9 <Name>"Examples.Nemerle.2"</Name> | |
10 <ProductVersion>8.0.30703</ProductVersion> | |
11 <SchemaVersion>2.0</SchemaVersion> | |
12 <ProjectGuid>{f8f33d46-a839-409b-9fcb-c41a514358f8}</ProjectGuid> | |
13 <OutputType>Exe</OutputType> | |
14 <RootNamespace>Examples.Nemerle.2</RootNamespace> | |
15 <AssemblyName>Examples.Nemerle.2</AssemblyName> | |
16 </PropertyGroup> | |
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
18 <DebugSymbols>true</DebugSymbols> | |
19 <DebugType>full</DebugType> | |
20 <Optimize>false</Optimize> | |
21 <OutputPath>bin\Debug\</OutputPath> | |
22 <DefineConstants>DEBUG;TRACE</DefineConstants> | |
23 <ErrorReport>prompt</ErrorReport> | |
24 <WarningLevel>4</WarningLevel> | |
25 </PropertyGroup> | |
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
27 <DebugType>pdbonly</DebugType> | |
28 <Optimize>true</Optimize> | |
29 <OutputPath>bin\Release\</OutputPath> | |
30 <DefineConstants>TRACE</DefineConstants> | |
31 <ErrorReport>prompt</ErrorReport> | |
32 <WarningLevel>4</WarningLevel> | |
33 </PropertyGroup> | |
34 <ItemGroup> | |
35 <Reference Include="mscorlib" /> | |
36 <Reference Include="System" /> | |
37 <Reference Include="System.Data" /> | |
38 <Reference Include="System.Xml" /> | |
39 <Reference Include="$(Nemerle)\Nemerle.dll" /> | |
40 </ItemGroup> | |
41 <ItemGroup> | |
42 <Compile Include="Main.n" /> | |
43 </ItemGroup> | |
44 <ItemGroup> | |
45 <Folder Include="Properties\" /> | |
46 </ItemGroup> | |
47 <ItemGroup> | |
48 <ProjectReference Include="..\..\Source\BLToolkit.2.csproj"> | |
49 <Name>BLToolkit.2</Name> | |
50 <Project>{0c325f5d-e50e-4340-8724-d29896ccc583}</Project> | |
51 <Private>True</Private> | |
52 </ProjectReference> | |
53 </ItemGroup> | |
54 <ItemGroup> | |
55 <Content Include="app.config"> | |
56 <SubType>Content</SubType> | |
57 </Content> | |
58 </ItemGroup> | |
59 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
60 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | |
61 Other similar extension points exist, see Microsoft.Common.targets. | |
62 <Target Name="BeforeBuild"> | |
63 </Target> | |
64 <Target Name="AfterBuild"> | |
65 </Target> | |
66 --> | |
67 <Import Project="$(Nemerle)\Nemerle.MSBuild.targets" /> | |
68 </Project> |