Mercurial > pub > ImplabNet
comparison MonoPlay/MonoPlay.csproj @ 93:dc4942d09e74 v2
improved tracing
added the application components container MTComponentContainer.AppContainer
author | cin |
---|---|
date | Thu, 23 Oct 2014 01:13:57 +0400 |
parents | |
children | b3f5bc613905 |
comparison
equal
deleted
inserted
replaced
92:4c0e5ef99986 | 93:dc4942d09e74 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <Project DefaultTargets="Build" ToolsVersion="4.0" 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>{15DD7123-D504-4627-8B4F-D00C7F04D033}</ProjectGuid> | |
9 <OutputType>Exe</OutputType> | |
10 <RootNamespace>MonoPlay</RootNamespace> | |
11 <AssemblyName>MonoPlay</AssemblyName> | |
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | |
13 </PropertyGroup> | |
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
15 <DebugSymbols>true</DebugSymbols> | |
16 <DebugType>full</DebugType> | |
17 <Optimize>false</Optimize> | |
18 <OutputPath>bin\Debug</OutputPath> | |
19 <DefineConstants>DEBUG;TRACE;</DefineConstants> | |
20 <ErrorReport>prompt</ErrorReport> | |
21 <WarningLevel>4</WarningLevel> | |
22 <ConsolePause>false</ConsolePause> | |
23 </PropertyGroup> | |
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
25 <DebugType>full</DebugType> | |
26 <Optimize>true</Optimize> | |
27 <OutputPath>bin\Release</OutputPath> | |
28 <ErrorReport>prompt</ErrorReport> | |
29 <WarningLevel>4</WarningLevel> | |
30 <Externalconsole>true</Externalconsole> | |
31 </PropertyGroup> | |
32 <ItemGroup> | |
33 <Reference Include="System" /> | |
34 </ItemGroup> | |
35 <ItemGroup> | |
36 <Compile Include="Program.cs" /> | |
37 <Compile Include="Properties\AssemblyInfo.cs" /> | |
38 </ItemGroup> | |
39 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | |
40 <ItemGroup> | |
41 <ProjectReference Include="..\Implab\Implab.csproj"> | |
42 <Project>{F550F1F8-8746-4AD0-9614-855F4C4B7F05}</Project> | |
43 <Name>Implab</Name> | |
44 </ProjectReference> | |
45 </ItemGroup> | |
46 </Project> |