Rev 31 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 31 | Rev 59 | ||
|---|---|---|---|
| Line 19... | Line 19... | ||
| 19 | <Optimize>false</Optimize> |
19 | <Optimize>false</Optimize> |
| 20 | <OutputPath>bin\Debug\</OutputPath> |
20 | <OutputPath>bin\Debug\</OutputPath> |
| 21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 22 | <ErrorReport>prompt</ErrorReport> |
22 | <ErrorReport>prompt</ErrorReport> |
| 23 | <WarningLevel>4</WarningLevel> |
23 | <WarningLevel>4</WarningLevel> |
| - | 24 | <DocumentationFile> |
|
| - | 25 | </DocumentationFile> |
|
| 24 | </PropertyGroup> |
26 | </PropertyGroup> |
| 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 26 | <DebugType>pdbonly</DebugType> |
28 | <DebugType>pdbonly</DebugType> |
| 27 | <Optimize>true</Optimize> |
29 | <Optimize>true</Optimize> |
| 28 | <OutputPath>bin\Release\</OutputPath> |
30 | <OutputPath>..\..\exe\</OutputPath> |
| 29 | <DefineConstants>TRACE</DefineConstants> |
31 | <DefineConstants>TRACE</DefineConstants> |
| 30 | <ErrorReport>prompt</ErrorReport> |
32 | <ErrorReport>prompt</ErrorReport> |
| 31 | <WarningLevel>4</WarningLevel> |
33 | <WarningLevel>4</WarningLevel> |
| 32 | </PropertyGroup> |
34 | </PropertyGroup> |
| 33 | <ItemGroup> |
35 | <ItemGroup> |