alarm.csproj
上传用户:sz2001
上传日期:2022-07-12
资源大小:85k
文件大小:3k
源码类别:

C#编程

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{A077AF86-2BC6-4EE7-A420-6479D189F37B}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>alarm</RootNamespace>
  11.     <AssemblyName>alarm</AssemblyName>
  12.   </PropertyGroup>
  13.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14.     <DebugSymbols>true</DebugSymbols>
  15.     <DebugType>full</DebugType>
  16.     <Optimize>false</Optimize>
  17.     <OutputPath>binDebug</OutputPath>
  18.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  19.     <ErrorReport>prompt</ErrorReport>
  20.     <WarningLevel>4</WarningLevel>
  21.   </PropertyGroup>
  22.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23.     <DebugType>pdbonly</DebugType>
  24.     <Optimize>true</Optimize>
  25.     <OutputPath>binRelease</OutputPath>
  26.     <DefineConstants>TRACE</DefineConstants>
  27.     <ErrorReport>prompt</ErrorReport>
  28.     <WarningLevel>4</WarningLevel>
  29.   </PropertyGroup>
  30.   <ItemGroup>
  31.     <Reference Include="System" />
  32.     <Reference Include="System.Data" />
  33.     <Reference Include="System.Drawing" />
  34.     <Reference Include="System.Windows.Forms" />
  35.     <Reference Include="System.Xml" />
  36.   </ItemGroup>
  37.   <ItemGroup>
  38.     <Compile Include="PropertiesResources.Designer.cs">
  39.       <AutoGen>True</AutoGen>
  40.       <DesignTime>True</DesignTime>
  41.       <DependentUpon>Resources.resx</DependentUpon>
  42.     </Compile>
  43.     <Compile Include="UserControl1.cs">
  44.       <SubType>UserControl</SubType>
  45.     </Compile>
  46.     <Compile Include="UserControl1.Designer.cs">
  47.       <DependentUpon>UserControl1.cs</DependentUpon>
  48.     </Compile>
  49.     <Compile Include="PropertiesAssemblyInfo.cs" />
  50.     <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
  51.   </ItemGroup>
  52.   <ItemGroup>
  53.     <EmbeddedResource Include="PropertiesResources.resx">
  54.       <SubType>Designer</SubType>
  55.       <Generator>ResXFileCodeGenerator</Generator>
  56.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  57.     </EmbeddedResource>
  58.     <EmbeddedResource Include="UserControl1.resx">
  59.       <SubType>Designer</SubType>
  60.       <DependentUpon>UserControl1.cs</DependentUpon>
  61.     </EmbeddedResource>
  62.   </ItemGroup>
  63.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  64.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  65.        Other similar extension points exist, see Microsoft.Common.targets.
  66.   <Target Name="BeforeBuild">
  67.   </Target>
  68.   <Target Name="AfterBuild">
  69.   </Target>
  70.   -->
  71. </Project>