Chương trình theo dõi màn hình máy tính

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>
8.0.30319</ProductVersion>
6     <SchemaVersion>
2.0</SchemaVersion>
7     <ProjectGuid>{F09B06F7-DEEF-4D1C-A0FF-718E267ACFEA}</ProjectGuid>
8     <Configuration Condition=
" '$(Configuration)' == '' ">Debug</Configuration>
9     <Platform Condition=
" '$(Platform)' == '' ">AnyCPU</Platform>
10     <ApplicationIcon>App.ico</ApplicationIcon>
11     <AssemblyKeyContainerName />
12     <AssemblyName>Remotting Server</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>Remotting_Server</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   </PropertyGroup>
29   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30     <OutputPath>bin\Debug\</OutputPath>
31     <AllowUnsafeBlocks>
false</AllowUnsafeBlocks>
32     <BaseAddress>
285212672</BaseAddress>
33     <CheckForOverflowUnderflow>
false</CheckForOverflowUnderflow>
34     <ConfigurationOverrideFile />
35     <DefineConstants>DEBUG;TRACE</DefineConstants>
36     <DocumentationFile />
37     <DebugSymbols>
true</DebugSymbols>
38     <FileAlignment>
4096</FileAlignment>
39     <NoStdLib>
false</NoStdLib>
40     <NoWarn />
41     <Optimize>
false</Optimize>
42     <RegisterForComInterop>
false</RegisterForComInterop>
43     <RemoveIntegerChecks>
false</RemoveIntegerChecks>
44     <TreatWarningsAsErrors>
false</TreatWarningsAsErrors>
45     <WarningLevel>
4</WarningLevel>
46     <DebugType>full</DebugType>
47     <ErrorReport>prompt</ErrorReport>
48     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49   </PropertyGroup>
50   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51     <OutputPath>bin\Release\</OutputPath>
52     <AllowUnsafeBlocks>
false</AllowUnsafeBlocks>
53     <BaseAddress>
285212672</BaseAddress>
54     <CheckForOverflowUnderflow>
false</CheckForOverflowUnderflow>
55     <ConfigurationOverrideFile />
56     <DefineConstants>TRACE</DefineConstants>
57     <DocumentationFile />
58     <DebugSymbols>
false</DebugSymbols>
59     <FileAlignment>
4096</FileAlignment>
60     <NoStdLib>
false</NoStdLib>
61     <NoWarn />
62     <Optimize>
true</Optimize>
63     <RegisterForComInterop>
false</RegisterForComInterop>
64     <RemoveIntegerChecks>
false</RemoveIntegerChecks>
65     <TreatWarningsAsErrors>
false</TreatWarningsAsErrors>
66     <WarningLevel>
4</WarningLevel>
67     <DebugType>none</DebugType>
68     <ErrorReport>prompt</ErrorReport>
69     <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70   </PropertyGroup>
71   <ItemGroup>
72     <Reference Include=
"Microsoft.VisualBasic" />
73     <Reference Include=
"System">
74       <Name>System</Name>
75     </Reference>
76     <Reference Include=
"System.Data">
77       <Name>System.Data</Name>
78     </Reference>
79     <Reference Include=
"System.Drawing">
80       <Name>System.Drawing</Name>
81     </Reference>
82     <Reference Include=
"System.Runtime.Remoting">
83       <Name>System.Runtime.Remoting</Name>
84     </Reference>
85     <Reference Include=
"System.Runtime.Serialization.Formatters.Soap">
86       <Name>System.Runtime.Serialization.Formatters.Soap</Name>
87     </Reference>
88     <Reference Include=
"System.Windows.Forms">
89       <Name>System.Windows.Forms</Name>
90     </Reference>
91     <Reference Include=
"System.Xml">
92       <Name>System.XML</Name>
93     </Reference>
94   </ItemGroup>
95   <ItemGroup>
96     <Compile Include=
"AssemblyInfo.cs">
97       <SubType>Code</SubType>
98     </Compile>
99     <Compile Include=
"Form1.cs">
100       <SubType>Form</SubType>
101     </Compile>
102     <Content Include=
"App.ico" />
103     <EmbeddedResource Include=
"Form1.resx">
104       <DependentUpon>Form1.cs</DependentUpon>
105     </EmbeddedResource>
106   </ItemGroup>
107   <Import Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
108   <PropertyGroup>
109     <PreBuildEvent />
110     <PostBuildEvent />
111   </PropertyGroup>
112 </Project>



Chương trình theo dõi màn hình máy tính 4.003 lượt xem

Gõ tìm kiếm nhanh...