|
|
@ -7,7 +7,8 @@
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<RootNamespace>server1</RootNamespace>
|
|
|
|
<RootNamespace>server1</RootNamespace>
|
|
|
|
<AssemblyName>server1</AssemblyName>
|
|
|
|
<AssemblyName>server1</AssemblyName>
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
@ -18,6 +19,7 @@
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
<Externalconsole>true</Externalconsole>
|
|
|
|
<Externalconsole>true</Externalconsole>
|
|
|
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
</PropertyGroup>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
<DebugType>full</DebugType>
|
|
|
@ -46,4 +48,4 @@
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|
|
</Project>
|
|
|
|