Server/SharpDisplayManager.csproj
changeset 43 86aad774b532
parent 25 6f10207a89a8
child 46 0c0ee86760ea
     1.1 --- a/Server/SharpDisplayManager.csproj	Fri Aug 22 10:55:34 2014 +0200
     1.2 +++ b/Server/SharpDisplayManager.csproj	Fri Aug 22 22:48:30 2014 +0200
     1.3 @@ -11,6 +11,22 @@
     1.4      <AssemblyName>SharpDisplayManager</AssemblyName>
     1.5      <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     1.6      <FileAlignment>512</FileAlignment>
     1.7 +    <TargetFrameworkProfile />
     1.8 +    <PublishUrl>publish\</PublishUrl>
     1.9 +    <Install>true</Install>
    1.10 +    <InstallFrom>Disk</InstallFrom>
    1.11 +    <UpdateEnabled>false</UpdateEnabled>
    1.12 +    <UpdateMode>Foreground</UpdateMode>
    1.13 +    <UpdateInterval>7</UpdateInterval>
    1.14 +    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    1.15 +    <UpdatePeriodically>false</UpdatePeriodically>
    1.16 +    <UpdateRequired>false</UpdateRequired>
    1.17 +    <MapFileExtensions>true</MapFileExtensions>
    1.18 +    <ApplicationRevision>0</ApplicationRevision>
    1.19 +    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    1.20 +    <IsWebBootstrapper>false</IsWebBootstrapper>
    1.21 +    <UseApplicationTrust>false</UseApplicationTrust>
    1.22 +    <BootstrapperEnabled>true</BootstrapperEnabled>
    1.23    </PropertyGroup>
    1.24    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    1.25      <PlatformTarget>AnyCPU</PlatformTarget>
    1.26 @@ -21,6 +37,7 @@
    1.27      <DefineConstants>DEBUG;TRACE</DefineConstants>
    1.28      <ErrorReport>prompt</ErrorReport>
    1.29      <WarningLevel>4</WarningLevel>
    1.30 +    <Prefer32Bit>false</Prefer32Bit>
    1.31    </PropertyGroup>
    1.32    <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    1.33      <PlatformTarget>AnyCPU</PlatformTarget>
    1.34 @@ -30,6 +47,27 @@
    1.35      <DefineConstants>TRACE</DefineConstants>
    1.36      <ErrorReport>prompt</ErrorReport>
    1.37      <WarningLevel>4</WarningLevel>
    1.38 +    <Prefer32Bit>false</Prefer32Bit>
    1.39 +  </PropertyGroup>
    1.40 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    1.41 +    <DebugSymbols>true</DebugSymbols>
    1.42 +    <OutputPath>..\..\bin\MiniDisplay\Debug\</OutputPath>
    1.43 +    <DefineConstants>DEBUG;TRACE</DefineConstants>
    1.44 +    <DebugType>full</DebugType>
    1.45 +    <PlatformTarget>x86</PlatformTarget>
    1.46 +    <ErrorReport>prompt</ErrorReport>
    1.47 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    1.48 +    <Prefer32Bit>false</Prefer32Bit>
    1.49 +  </PropertyGroup>
    1.50 +  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    1.51 +    <OutputPath>bin\x86\Release\</OutputPath>
    1.52 +    <DefineConstants>TRACE</DefineConstants>
    1.53 +    <Optimize>true</Optimize>
    1.54 +    <DebugType>pdbonly</DebugType>
    1.55 +    <PlatformTarget>x86</PlatformTarget>
    1.56 +    <ErrorReport>prompt</ErrorReport>
    1.57 +    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    1.58 +    <Prefer32Bit>false</Prefer32Bit>
    1.59    </PropertyGroup>
    1.60    <ItemGroup>
    1.61      <Reference Include="Microsoft.VisualBasic" />
    1.62 @@ -75,6 +113,7 @@
    1.63      <Compile Include="Properties\Resources.Designer.cs">
    1.64        <AutoGen>True</AutoGen>
    1.65        <DependentUpon>Resources.resx</DependentUpon>
    1.66 +      <DesignTime>True</DesignTime>
    1.67      </Compile>
    1.68      <None Include="Properties\Settings.settings">
    1.69        <Generator>SettingsSingleFileGenerator</Generator>
    1.70 @@ -99,6 +138,28 @@
    1.71        <Name>SharpDisplayInterface</Name>
    1.72      </ProjectReference>
    1.73    </ItemGroup>
    1.74 +  <ItemGroup>
    1.75 +    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
    1.76 +      <Visible>False</Visible>
    1.77 +      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
    1.78 +      <Install>true</Install>
    1.79 +    </BootstrapperPackage>
    1.80 +    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
    1.81 +      <Visible>False</Visible>
    1.82 +      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
    1.83 +      <Install>false</Install>
    1.84 +    </BootstrapperPackage>
    1.85 +    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
    1.86 +      <Visible>False</Visible>
    1.87 +      <ProductName>.NET Framework 3.5 SP1</ProductName>
    1.88 +      <Install>false</Install>
    1.89 +    </BootstrapperPackage>
    1.90 +    <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
    1.91 +      <Visible>False</Visible>
    1.92 +      <ProductName>Windows Installer 4.5</ProductName>
    1.93 +      <Install>true</Install>
    1.94 +    </BootstrapperPackage>
    1.95 +  </ItemGroup>
    1.96    <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    1.97    <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    1.98         Other similar extension points exist, see Microsoft.Common.targets.