Rev 2357 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2357 | Rev 2377 | ||
---|---|---|---|
Line 15... | Line 15... | ||
15 | <FileAlignment>512</FileAlignment> |
15 | <FileAlignment>512</FileAlignment> |
16 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
16 | <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
17 | <WarningLevel>4</WarningLevel> |
17 | <WarningLevel>4</WarningLevel> |
18 | </PropertyGroup> |
18 | </PropertyGroup> |
19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
20 | <PlatformTarget>x86</PlatformTarget> |
20 | <PlatformTarget>AnyCPU</PlatformTarget> |
21 | <DebugSymbols>true</DebugSymbols> |
21 | <DebugSymbols>true</DebugSymbols> |
22 | <DebugType>full</DebugType> |
22 | <DebugType>full</DebugType> |
23 | <Optimize>false</Optimize> |
23 | <Optimize>false</Optimize> |
24 | <OutputPath>bin\Debug\</OutputPath> |
24 | <OutputPath>bin\Debug\</OutputPath> |
25 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
25 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
26 | <ErrorReport>prompt</ErrorReport> |
26 | <ErrorReport>prompt</ErrorReport> |
27 | <WarningLevel>4</WarningLevel> |
27 | <WarningLevel>4</WarningLevel> |
- | 28 | <AllowUnsafeBlocks>false</AllowUnsafeBlocks> |
|
28 | </PropertyGroup> |
29 | </PropertyGroup> |
29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
30 | <PlatformTarget>x86</PlatformTarget> |
31 | <PlatformTarget>AnyCPU</PlatformTarget> |
31 | <DebugType>pdbonly</DebugType> |
32 | <DebugType>pdbonly</DebugType> |
32 | <Optimize>true</Optimize> |
33 | <Optimize>false</Optimize> |
33 | <OutputPath>bin\Release\</OutputPath> |
34 | <OutputPath>bin\Release\</OutputPath> |
34 | <DefineConstants>TRACE</DefineConstants> |
35 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
35 | <ErrorReport>prompt</ErrorReport> |
36 | <ErrorReport>prompt</ErrorReport> |
36 | <WarningLevel>4</WarningLevel> |
37 | <WarningLevel>4</WarningLevel> |
37 | </PropertyGroup> |
38 | </PropertyGroup> |
38 | <PropertyGroup> |
39 | <PropertyGroup> |
39 | <StartupObject /> |
40 | <StartupObject /> |