RemoteControlSample.csproj
author sl
Fri, 07 Nov 2014 22:12:22 +0100
changeset 10 17f8421146ba
parent 9 94850bfc12b5
child 17 8f7e35c3bfd1
permissions -rw-r--r--
More cleanup and re-org.
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
     3   <PropertyGroup>
     4     <ProjectType>Local</ProjectType>
     5     <ProductVersion>7.10.3077</ProductVersion>
     6     <SchemaVersion>2.0</SchemaVersion>
     7     <ProjectGuid>{F676C5E5-266C-439A-98C4-EF21CB9957F2}</ProjectGuid>
     8     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     9     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    10     <ApplicationIcon>App.ico</ApplicationIcon>
    11     <AssemblyKeyContainerName />
    12     <AssemblyName>RemoteControlSample</AssemblyName>
    13     <AssemblyOriginatorKeyFile />
    14     <DefaultClientScript>JScript</DefaultClientScript>
    15     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
    16     <DefaultTargetSchema>IE50</DefaultTargetSchema>
    17     <DelaySign>false</DelaySign>
    18     <OutputType>WinExe</OutputType>
    19     <RootNamespace>RemoteControlSample</RootNamespace>
    20     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
    21     <StartupObject />
    22     <FileUpgradeFlags>
    23     </FileUpgradeFlags>
    24     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    25     <UpgradeBackupLocation>
    26     </UpgradeBackupLocation>
    27     <OldToolsVersion>0.0</OldToolsVersion>
    28     <IsWebBootstrapper>false</IsWebBootstrapper>
    29     <PublishUrl>publish\</PublishUrl>
    30     <Install>true</Install>
    31     <InstallFrom>Disk</InstallFrom>
    32     <UpdateEnabled>false</UpdateEnabled>
    33     <UpdateMode>Foreground</UpdateMode>
    34     <UpdateInterval>7</UpdateInterval>
    35     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    36     <UpdatePeriodically>false</UpdatePeriodically>
    37     <UpdateRequired>false</UpdateRequired>
    38     <MapFileExtensions>true</MapFileExtensions>
    39     <ApplicationRevision>0</ApplicationRevision>
    40     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    41     <UseApplicationTrust>false</UseApplicationTrust>
    42     <BootstrapperEnabled>true</BootstrapperEnabled>
    43   </PropertyGroup>
    44   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    45     <OutputPath>bin\Debug\</OutputPath>
    46     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    47     <BaseAddress>285212672</BaseAddress>
    48     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    49     <ConfigurationOverrideFile />
    50     <DefineConstants>DEBUG;TRACE</DefineConstants>
    51     <DocumentationFile />
    52     <DebugSymbols>true</DebugSymbols>
    53     <FileAlignment>4096</FileAlignment>
    54     <NoStdLib>false</NoStdLib>
    55     <NoWarn />
    56     <Optimize>false</Optimize>
    57     <RegisterForComInterop>false</RegisterForComInterop>
    58     <RemoveIntegerChecks>false</RemoveIntegerChecks>
    59     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    60     <WarningLevel>4</WarningLevel>
    61     <DebugType>full</DebugType>
    62     <ErrorReport>prompt</ErrorReport>
    63   </PropertyGroup>
    64   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    65     <OutputPath>bin\Release\</OutputPath>
    66     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
    67     <BaseAddress>285212672</BaseAddress>
    68     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
    69     <ConfigurationOverrideFile />
    70     <DefineConstants>TRACE</DefineConstants>
    71     <DocumentationFile />
    72     <DebugSymbols>false</DebugSymbols>
    73     <FileAlignment>4096</FileAlignment>
    74     <NoStdLib>false</NoStdLib>
    75     <NoWarn />
    76     <Optimize>true</Optimize>
    77     <RegisterForComInterop>false</RegisterForComInterop>
    78     <RemoveIntegerChecks>false</RemoveIntegerChecks>
    79     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    80     <WarningLevel>4</WarningLevel>
    81     <DebugType>none</DebugType>
    82     <ErrorReport>prompt</ErrorReport>
    83   </PropertyGroup>
    84   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    85     <DebugSymbols>true</DebugSymbols>
    86     <OutputPath>bin\x86\Debug\</OutputPath>
    87     <DefineConstants>DEBUG;TRACE</DefineConstants>
    88     <BaseAddress>285212672</BaseAddress>
    89     <FileAlignment>4096</FileAlignment>
    90     <DebugType>full</DebugType>
    91     <PlatformTarget>x86</PlatformTarget>
    92     <ErrorReport>prompt</ErrorReport>
    93     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    94     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    95   </PropertyGroup>
    96   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    97     <OutputPath>bin\x86\Release\</OutputPath>
    98     <DefineConstants>TRACE</DefineConstants>
    99     <BaseAddress>285212672</BaseAddress>
   100     <Optimize>true</Optimize>
   101     <FileAlignment>4096</FileAlignment>
   102     <PlatformTarget>x86</PlatformTarget>
   103     <ErrorReport>prompt</ErrorReport>
   104     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
   105   </PropertyGroup>
   106   <ItemGroup>
   107     <Reference Include="System">
   108       <Name>System</Name>
   109     </Reference>
   110     <Reference Include="System.Data">
   111       <Name>System.Data</Name>
   112     </Reference>
   113     <Reference Include="System.Drawing">
   114       <Name>System.Drawing</Name>
   115     </Reference>
   116     <Reference Include="System.Windows.Forms">
   117       <Name>System.Windows.Forms</Name>
   118     </Reference>
   119     <Reference Include="System.XML">
   120       <Name>System.XML</Name>
   121     </Reference>
   122   </ItemGroup>
   123   <ItemGroup>
   124     <Compile Include="AssemblyInfo.cs">
   125       <SubType>Code</SubType>
   126     </Compile>
   127     <Compile Include="Form1.cs">
   128       <SubType>Form</SubType>
   129     </Compile>
   130     <Compile Include="HumanInterfaceDevice.cs" />
   131     <Compile Include="RawInput.cs" />
   132     <Compile Include="RemoteControlDevice.cs">
   133       <SubType>Code</SubType>
   134     </Compile>
   135     <Compile Include="Win32RawInput.cs" />
   136     <Content Include="App.ico" />
   137     <EmbeddedResource Include="Form1.resx">
   138       <DependentUpon>Form1.cs</DependentUpon>
   139     </EmbeddedResource>
   140   </ItemGroup>
   141   <ItemGroup>
   142     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
   143       <Visible>False</Visible>
   144       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
   145       <Install>false</Install>
   146     </BootstrapperPackage>
   147     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
   148       <Visible>False</Visible>
   149       <ProductName>.NET Framework 3.5 SP1</ProductName>
   150       <Install>true</Install>
   151     </BootstrapperPackage>
   152   </ItemGroup>
   153   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   154   <PropertyGroup>
   155     <PreBuildEvent />
   156     <PostBuildEvent />
   157   </PropertyGroup>
   158 </Project>