|
|
@ -14,7 +14,7 @@ |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>bin\Debug</OutputPath> |
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
<DefineConstants>DEBUG;</DefineConstants> |
|
|
|
<DefineConstants>DEBUG;</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
@ -23,7 +23,7 @@ |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<DebugType>none</DebugType> |
|
|
|
<DebugType>none</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>bin\Release</OutputPath> |
|
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<Externalconsole>true</Externalconsole> |
|
|
|
<Externalconsole>true</Externalconsole> |
|
|
@ -32,21 +32,21 @@ |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>bin\Debug</OutputPath> |
|
|
|
<OutputPath>bin\net_4_5_Debug\</OutputPath> |
|
|
|
<DefineConstants>DEBUG;</DefineConstants> |
|
|
|
<DefineConstants>DEBUG;</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<Externalconsole>true</Externalconsole> |
|
|
|
<Externalconsole>true</Externalconsole> |
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Release|AnyCPU' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Release|AnyCPU' "> |
|
|
|
<DebugType>none</DebugType> |
|
|
|
<DebugType>none</DebugType> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<Optimize>false</Optimize> |
|
|
|
<OutputPath>bin\Release</OutputPath> |
|
|
|
<OutputPath>bin\net_4_5_Release\</OutputPath> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<Externalconsole>true</Externalconsole> |
|
|
|
<Externalconsole>true</Externalconsole> |
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System" /> |
|
|
|