HookLock.csproj
上传用户:yzllxs
上传日期:2020-11-17
资源大小:530k
文件大小:6k
源码类别:

中间件编程

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>9.0.21022</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{BAF01696-A40F-4BFB-84C9-CA5A3AF4206B}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>HookLock</RootNamespace>
  11.     <AssemblyName>HookLock</AssemblyName>
  12.     <FileUpgradeFlags>
  13.     </FileUpgradeFlags>
  14.     <OldToolsVersion>2.0</OldToolsVersion>
  15.     <UpgradeBackupLocation>
  16.     </UpgradeBackupLocation>
  17.     <PublishUrl>publish</PublishUrl>
  18.     <Install>true</Install>
  19.     <InstallFrom>Disk</InstallFrom>
  20.     <UpdateEnabled>false</UpdateEnabled>
  21.     <UpdateMode>Foreground</UpdateMode>
  22.     <UpdateInterval>7</UpdateInterval>
  23.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24.     <UpdatePeriodically>false</UpdatePeriodically>
  25.     <UpdateRequired>false</UpdateRequired>
  26.     <MapFileExtensions>true</MapFileExtensions>
  27.     <ApplicationRevision>0</ApplicationRevision>
  28.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29.     <IsWebBootstrapper>false</IsWebBootstrapper>
  30.     <UseApplicationTrust>false</UseApplicationTrust>
  31.     <BootstrapperEnabled>true</BootstrapperEnabled>
  32.     <ApplicationIcon>Truck1.ico</ApplicationIcon>
  33.   </PropertyGroup>
  34.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35.     <DebugSymbols>true</DebugSymbols>
  36.     <DebugType>full</DebugType>
  37.     <Optimize>false</Optimize>
  38.     <OutputPath>binDebug</OutputPath>
  39.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  40.     <ErrorReport>prompt</ErrorReport>
  41.     <WarningLevel>4</WarningLevel>
  42.   </PropertyGroup>
  43.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44.     <DebugType>pdbonly</DebugType>
  45.     <Optimize>true</Optimize>
  46.     <OutputPath>binRelease</OutputPath>
  47.     <DefineConstants>TRACE</DefineConstants>
  48.     <ErrorReport>prompt</ErrorReport>
  49.     <WarningLevel>4</WarningLevel>
  50.   </PropertyGroup>
  51.   <ItemGroup>
  52.     <Reference Include="IrisSkin2, Version=2006.3.22.45, Culture=neutral, processorArchitecture=MSIL">
  53.       <SpecificVersion>False</SpecificVersion>
  54.       <HintPath>E:皮肤控件IrisSkin2.dll</HintPath>
  55.     </Reference>
  56.     <Reference Include="System" />
  57.     <Reference Include="System.Data" />
  58.     <Reference Include="System.Deployment" />
  59.     <Reference Include="System.Design" />
  60.     <Reference Include="System.Drawing" />
  61.     <Reference Include="System.Windows.Forms" />
  62.     <Reference Include="System.Xml" />
  63.   </ItemGroup>
  64.   <ItemGroup>
  65.     <Compile Include="Form1.cs">
  66.       <SubType>Form</SubType>
  67.     </Compile>
  68.     <Compile Include="Form1.Designer.cs">
  69.       <DependentUpon>Form1.cs</DependentUpon>
  70.     </Compile>
  71.     <Compile Include="Hook.cs" />
  72.     <Compile Include="Login.cs">
  73.       <SubType>Form</SubType>
  74.     </Compile>
  75.     <Compile Include="Login.Designer.cs">
  76.       <DependentUpon>Login.cs</DependentUpon>
  77.     </Compile>
  78.     <Compile Include="Program.cs" />
  79.     <Compile Include="PropertiesAssemblyInfo.cs" />
  80.     <EmbeddedResource Include="Form1.resx">
  81.       <SubType>Designer</SubType>
  82.       <DependentUpon>Form1.cs</DependentUpon>
  83.     </EmbeddedResource>
  84.     <EmbeddedResource Include="Login.resx">
  85.       <SubType>Designer</SubType>
  86.       <DependentUpon>Login.cs</DependentUpon>
  87.     </EmbeddedResource>
  88.     <EmbeddedResource Include="PropertiesResources.resx">
  89.       <Generator>ResXFileCodeGenerator</Generator>
  90.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  91.       <SubType>Designer</SubType>
  92.     </EmbeddedResource>
  93.     <Compile Include="PropertiesResources.Designer.cs">
  94.       <AutoGen>True</AutoGen>
  95.       <DependentUpon>Resources.resx</DependentUpon>
  96.       <DesignTime>True</DesignTime>
  97.     </Compile>
  98.     <None Include="PropertiesSettings.settings">
  99.       <Generator>SettingsSingleFileGenerator</Generator>
  100.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  101.     </None>
  102.     <Compile Include="PropertiesSettings.Designer.cs">
  103.       <AutoGen>True</AutoGen>
  104.       <DependentUpon>Settings.settings</DependentUpon>
  105.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  106.     </Compile>
  107.   </ItemGroup>
  108.   <ItemGroup>
  109.     <None Include="Resources09.jpg" />
  110.   </ItemGroup>
  111.   <ItemGroup>
  112.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  113.       <Visible>False</Visible>
  114.       <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  115.       <Install>true</Install>
  116.     </BootstrapperPackage>
  117.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  118.       <Visible>False</Visible>
  119.       <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  120.       <Install>false</Install>
  121.     </BootstrapperPackage>
  122.     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  123.       <Visible>False</Visible>
  124.       <ProductName>.NET Framework 3.5</ProductName>
  125.       <Install>false</Install>
  126.     </BootstrapperPackage>
  127.   </ItemGroup>
  128.   <ItemGroup>
  129.     <None Include="Resources1.JPG" />
  130.   </ItemGroup>
  131.   <ItemGroup>
  132.     <None Include="ResourcesHan_Ka_In041.jpg" />
  133.   </ItemGroup>
  134.   <ItemGroup>
  135.     <Content Include="Truck1.ico" />
  136.   </ItemGroup>
  137.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  138.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  139.        Other similar extension points exist, see Microsoft.Common.targets.
  140.   <Target Name="BeforeBuild">
  141.   </Target>
  142.   <Target Name="AfterBuild">
  143.   </Target>
  144.   -->
  145. </Project>