Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 237:f2150c16b476 v2
missing files
author | cin |
---|---|
date | Wed, 22 Nov 2017 16:54:58 +0300 |
parents | 302ca905c19e |
children | fa6cbf4d8841 |
comparison
equal
deleted
inserted
replaced
236:302ca905c19e | 237:f2150c16b476 |
---|---|
11 <TargetFrameworkProfile /> | 11 <TargetFrameworkProfile /> |
12 </PropertyGroup> | 12 </PropertyGroup> |
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | 13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
14 <DebugSymbols>true</DebugSymbols> | 14 <DebugSymbols>true</DebugSymbols> |
15 <DebugType>full</DebugType> | 15 <DebugType>full</DebugType> |
16 <Optimize>false</Optimize> | 16 <Optimize>true</Optimize> |
17 <OutputPath>bin\Debug</OutputPath> | 17 <OutputPath>bin\Debug</OutputPath> |
18 <DefineConstants>TRACE;DEBUG;NET_4_5</DefineConstants> | 18 <DefineConstants>TRACE;DEBUG;NET_4_5</DefineConstants> |
19 <ErrorReport>prompt</ErrorReport> | 19 <ErrorReport>prompt</ErrorReport> |
20 <WarningLevel>4</WarningLevel> | 20 <WarningLevel>4</WarningLevel> |
21 <ConsolePause>false</ConsolePause> | 21 <ConsolePause>false</ConsolePause> |
29 <ErrorReport>prompt</ErrorReport> | 29 <ErrorReport>prompt</ErrorReport> |
30 <WarningLevel>4</WarningLevel> | 30 <WarningLevel>4</WarningLevel> |
31 <ConsolePause>false</ConsolePause> | 31 <ConsolePause>false</ConsolePause> |
32 </PropertyGroup> | 32 </PropertyGroup> |
33 <PropertyGroup> | 33 <PropertyGroup> |
34 <SignAssembly>true</SignAssembly> | 34 <SignAssembly>false</SignAssembly> |
35 </PropertyGroup> | 35 </PropertyGroup> |
36 <PropertyGroup> | 36 <PropertyGroup> |
37 <AssemblyOriginatorKeyFile>implab.snk</AssemblyOriginatorKeyFile> | 37 <AssemblyOriginatorKeyFile>implab.snk</AssemblyOriginatorKeyFile> |
38 </PropertyGroup> | 38 </PropertyGroup> |
39 <ItemGroup> | 39 <ItemGroup> |