/src/manostool/manostool.csproj
http://github.com/jacksonh/manos · MSBuild · 69 lines · 69 code · 0 blank · 0 comment · 4 complexity · 935fc53adb77a871570335d44624a5d6 MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{482384E3-EB97-4A8E-9ED9-EACC31350B5E}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>manostool</RootNamespace>
- <AssemblyName>manostool</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\build\</OutputPath>
- <DefineConstants>DEBUG</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Commandlineparameters>-data-dir=../../../../../data/</Commandlineparameters>
- <GenerateDocumentation>true</GenerateDocumentation>
- <NoWarn>1591</NoWarn>
- <PlatformTarget>x86</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\build\</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <GenerateDocumentation>true</GenerateDocumentation>
- <NoWarn>1591</NoWarn>
- <PlatformTarget>x86</PlatformTarget>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="Mono.Posix" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Driver.cs" />
- <Compile Include="Options.cs" />
- <Compile Include="InitCommand.cs" />
- <Compile Include="Environment.cs" />
- <Compile Include="ServerCommand.cs" />
- <Compile Include="DocsCommand.cs" />
- <Compile Include="DocsModule.cs" />
- <Compile Include="Markdown.cs" />
- <Compile Include="BuildCommand.cs" />
- <Compile Include="RunCommand.cs" />
- <Compile Include="Loader.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Manos\Manos.csproj">
- <Project>{2548B25A-2E1F-4E21-BC43-7E39B1F6F23F}</Project>
- <Name>Manos</Name>
- </ProjectReference>
- <ProjectReference Include="..\Manos.IO\Manos.IO.csproj">
- <Project>{5E2AA984-1C9C-4890-BEF6-CC2981C49AFF}</Project>
- <Name>Manos.IO</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Target Name="ListSources">
- <Message Text="@(Compile)" Importance="High" />
- </Target>
- </Project>