RemoteClient.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{8B453510-FAC6-4CEE-AF2D-2B6F975CA5A1}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>RemoteClient</RootNamespace>
  12. <AssemblyName>RemoteClient</AssemblyName>
  13. <ApplicationIcon>Client_72px.ico</ApplicationIcon>
  14. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>2.0</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  53. </PropertyGroup>
  54. <ItemGroup>
  55. <Reference Include="IPAddressControlLib, Version=1.0.2620.17913, Culture=neutral, PublicKeyToken=0c70f2ee404bdebd, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\..\..\IPAddressControlTest\bin\Debug\IPAddressControlLib.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Deployment" />
  62. <Reference Include="System.Design" />
  63. <Reference Include="System.Drawing" />
  64. <Reference Include="System.Windows.Forms" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="frm_Client.cs">
  69. <SubType>Form</SubType>
  70. </Compile>
  71. <Compile Include="frm_Client.Designer.cs">
  72. <DependentUpon>frm_Client.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="frm_Connection.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="frm_Connection.Designer.cs">
  78. <DependentUpon>frm_Connection.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="Program.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <EmbeddedResource Include="frm_Client.resx">
  83. <SubType>Designer</SubType>
  84. <DependentUpon>frm_Client.cs</DependentUpon>
  85. </EmbeddedResource>
  86. <EmbeddedResource Include="frm_Connection.resx">
  87. <SubType>Designer</SubType>
  88. <DependentUpon>frm_Connection.cs</DependentUpon>
  89. </EmbeddedResource>
  90. <EmbeddedResource Include="Properties\Resources.resx">
  91. <Generator>ResXFileCodeGenerator</Generator>
  92. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  93. <SubType>Designer</SubType>
  94. </EmbeddedResource>
  95. <EmbeddedResource Include="frm_ConnectAll.resx">
  96. <DependentUpon>frm_ConnectAll.cs</DependentUpon>
  97. <SubType>Designer</SubType>
  98. </EmbeddedResource>
  99. <Compile Include="Properties\Resources.Designer.cs">
  100. <AutoGen>True</AutoGen>
  101. <DependentUpon>Resources.resx</DependentUpon>
  102. <DesignTime>True</DesignTime>
  103. </Compile>
  104. <None Include="Properties\Settings.settings">
  105. <Generator>SettingsSingleFileGenerator</Generator>
  106. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  107. </None>
  108. <Compile Include="Properties\Settings.Designer.cs">
  109. <AutoGen>True</AutoGen>
  110. <DependentUpon>Settings.settings</DependentUpon>
  111. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  112. </Compile>
  113. <Compile Include="frm_ConnectAll.cs">
  114. <SubType>Form</SubType>
  115. </Compile>
  116. <Compile Include="frm_ConnectAll.Designer.cs">
  117. <DependentUpon>frm_ConnectAll.cs</DependentUpon>
  118. </Compile>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <Content Include="Client_72px.ico" />
  122. <Content Include="PngClient_72px.png" />
  123. <Content Include="sign.png" />
  124. <None Include="Resources\Refrush.gif" />
  125. <None Include="Resources\Exit.gif" />
  126. <None Include="Resources\Fire.png" />
  127. <None Include="Resources\backgroud2.jpg" />
  128. <None Include="Resources\logo.JPG" />
  129. <None Include="Resources\update2.ICO" />
  130. <None Include="Resources\ControlScreen.GIF" />
  131. <None Include="Resources\download.gif" />
  132. <None Include="Resources\upload.gif" />
  133. <None Include="Resources\Open.gif" />
  134. <None Include="Resources\stop.gif" />
  135. <None Include="Resources\Shutdown.gif" />
  136. <None Include="Resources\Remove.gif" />
  137. <None Include="Resources\relink.gif" />
  138. <None Include="Resources\play.gif" />
  139. <None Include="Resources\Pause.gif" />
  140. <None Include="Resources\info.gif" />
  141. <None Include="Resources\Help.gif" />
  142. <None Include="Resources\FixMachine.gif" />
  143. <None Include="Resources\CloseLink.gif" />
  144. <None Include="Resources\AllMachine.gif" />
  145. <None Include="Resources\add.gif" />
  146. <None Include="Resources\About.gif" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  150. <Visible>False</Visible>
  151. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  152. <Install>false</Install>
  153. </BootstrapperPackage>
  154. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  155. <Visible>False</Visible>
  156. <ProductName>.NET Framework 3.5 SP1</ProductName>
  157. <Install>true</Install>
  158. </BootstrapperPackage>
  159. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  160. <Visible>False</Visible>
  161. <ProductName>Windows Installer 3.1</ProductName>
  162. <Install>true</Install>
  163. </BootstrapperPackage>
  164. </ItemGroup>
  165. <ItemGroup>
  166. <ProjectReference Include="..\RemoteControlLib\Common\RemoteControlLib.csproj">
  167. <Project>{025628c8-0fbd-4b13-bec4-38cb800cb670}</Project>
  168. <Name>RemoteControlLib</Name>
  169. </ProjectReference>
  170. </ItemGroup>
  171. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  172. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  173. Other similar extension points exist, see Microsoft.Common.targets.
  174. <Target Name="BeforeBuild">
  175. </Target>
  176. <Target Name="AfterBuild">
  177. </Target>
  178. -->
  179. </Project>