Client/SharpDisplayClient.csproj
changeset 43 86aad774b532
parent 22 cac466b1b6e6
child 84 38e39df95b0a
     1.1 --- a/Client/SharpDisplayClient.csproj	Fri Aug 22 10:55:34 2014 +0200
     1.2 +++ b/Client/SharpDisplayClient.csproj	Fri Aug 22 22:48:30 2014 +0200
     1.3 @@ -11,6 +11,7 @@
     1.4      <AssemblyName>SharpDisplayClient</AssemblyName>
     1.5      <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     1.6      <FileAlignment>512</FileAlignment>
     1.7 +    <TargetFrameworkProfile />
     1.8    </PropertyGroup>
     1.9    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    1.10      <PlatformTarget>AnyCPU</PlatformTarget>
    1.11 @@ -21,6 +22,7 @@
    1.12      <DefineConstants>DEBUG;TRACE</DefineConstants>
    1.13      <ErrorReport>prompt</ErrorReport>
    1.14      <WarningLevel>4</WarningLevel>
    1.15 +    <Prefer32Bit>false</Prefer32Bit>
    1.16    </PropertyGroup>
    1.17    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    1.18      <PlatformTarget>AnyCPU</PlatformTarget>
    1.19 @@ -30,6 +32,27 @@
    1.20      <DefineConstants>TRACE</DefineConstants>
    1.21      <ErrorReport>prompt</ErrorReport>
    1.22      <WarningLevel>4</WarningLevel>
    1.23 +    <Prefer32Bit>false</Prefer32Bit>
    1.24 +  </PropertyGroup>
    1.25 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    1.26 +    <DebugSymbols>true</DebugSymbols>
    1.27 +    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
    1.28 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
    1.29 +    <DebugType>full</DebugType>
    1.30 +    <PlatformTarget>x86</PlatformTarget>
    1.31 +    <ErrorReport>prompt</ErrorReport>
    1.32 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    1.33 +    <Prefer32Bit>false</Prefer32Bit>
    1.34 +  </PropertyGroup>
    1.35 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    1.36 +    <OutputPath>bin\x86\Release\</OutputPath>
    1.37 +    <DefineConstants>TRACE</DefineConstants>
    1.38 +    <Optimize>true</Optimize>
    1.39 +    <DebugType>pdbonly</DebugType>
    1.40 +    <PlatformTarget>x86</PlatformTarget>
    1.41 +    <ErrorReport>prompt</ErrorReport>
    1.42 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    1.43 +    <Prefer32Bit>false</Prefer32Bit>
    1.44    </PropertyGroup>
    1.45    <ItemGroup>
    1.46      <Reference Include="System" />
    1.47 @@ -65,6 +88,7 @@
    1.48      <Compile Include="Properties\Resources.Designer.cs">
    1.49        <AutoGen>True</AutoGen>
    1.50        <DependentUpon>Resources.resx</DependentUpon>
    1.51 +      <DesignTime>True</DesignTime>
    1.52      </Compile>
    1.53      <None Include="Properties\Settings.settings">
    1.54        <Generator>SettingsSingleFileGenerator</Generator>