Data2008.csproj
上传用户:husern
上传日期:2022-03-24
资源大小:534k
文件大小:4k
源码类别:

编辑器/阅读器

开发平台:

C#

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>9.0.21022</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{47EC97E9-4EA6-4C7E-8A50-93AFD30FEDBA}</ProjectGuid>
  9.     <OutputType>Library</OutputType>
  10.     <AppDesignerFolder>Properties</AppDesignerFolder>
  11.     <RootNamespace>Itenso.WebUserForms.Data</RootNamespace>
  12.     <AssemblyName>Itenso.WebUserForms.Data</AssemblyName>
  13.     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14.     <FileAlignment>512</FileAlignment>
  15.     <SignAssembly>false</SignAssembly>
  16.     <AssemblyOriginatorKeyFile>
  17.     </AssemblyOriginatorKeyFile>
  18.     <SccProjectName>
  19.     </SccProjectName>
  20.     <SccLocalPath>
  21.     </SccLocalPath>
  22.     <SccAuxPath>
  23.     </SccAuxPath>
  24.     <SccProvider>
  25.     </SccProvider>
  26.   </PropertyGroup>
  27.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28.     <DebugSymbols>true</DebugSymbols>
  29.     <DebugType>full</DebugType>
  30.     <Optimize>false</Optimize>
  31.     <OutputPath>..publicDebugBin</OutputPath>
  32.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  33.     <ErrorReport>prompt</ErrorReport>
  34.     <WarningLevel>4</WarningLevel>
  35.   </PropertyGroup>
  36.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37.     <DebugType>pdbonly</DebugType>
  38.     <Optimize>true</Optimize>
  39.     <OutputPath>..publicReleaseBin</OutputPath>
  40.     <DefineConstants>TRACE</DefineConstants>
  41.     <ErrorReport>prompt</ErrorReport>
  42.     <WarningLevel>4</WarningLevel>
  43.   </PropertyGroup>
  44.   <ItemGroup>
  45.     <Reference Include="System" />
  46.     <Reference Include="System.Data" />
  47.     <Reference Include="System.Design" />
  48.     <Reference Include="System.Drawing" />
  49.     <Reference Include="System.Web" />
  50.     <Reference Include="System.Xml" />
  51.   </ItemGroup>
  52.   <ItemGroup>
  53.     <Compile Include="CollectionTool.cs" />
  54.     <Compile Include="EmbeddedResourceNotFoundException.cs" />
  55.     <Compile Include="FormIFormInfo.cs" />
  56.     <Compile Include="FormFormInfo.cs" />
  57.     <Compile Include="FormIFormProvider.cs" />
  58.     <Compile Include="LookupILookupRepository.cs" />
  59.     <Compile Include="LookupLookupRepository.cs" />
  60.     <Compile Include="LookupLookupValueCollection.cs" />
  61.     <Compile Include="LookupLookupValue.cs" />
  62.     <Compile Include="LookupILookupValueCollection.cs" />
  63.     <Compile Include="LookupILookupValue.cs" />
  64.     <Compile Include="LookupILookupProvider.cs" />
  65.     <Compile Include="ResourceTool.cs" />
  66.     <Compile Include="VariableIVariableProvider.cs" />
  67.     <Compile Include="XmlSchemaBase.cs" />
  68.     <Compile Include="FormForm.cs" />
  69.     <EmbeddedResource Include="FormForm.xsd" />
  70.     <Compile Include="FormFormXmlSchema.cs" />
  71.     <Compile Include="FormFormXml.cs" />
  72.     <Compile Include="FormFormGroup.cs" />
  73.     <Compile Include="FormFormField.cs" />
  74.     <Compile Include="FormFormEntity.cs" />
  75.     <Compile Include="FormFormEntityCollection.cs" />
  76.     <Compile Include="FormFormEntityType.cs" />
  77.     <Compile Include="HashTool.cs" />
  78.     <Compile Include="FormIForm.cs" />
  79.     <Compile Include="FormIFormGroup.cs" />
  80.     <Compile Include="FormIFormField.cs" />
  81.     <Compile Include="FormIFormEntity.cs" />
  82.     <Compile Include="FormIFormEntityCollection.cs" />
  83.     <Compile Include="VariableIVariableSet.cs" />
  84.     <Compile Include="PropertiesAssemblyInfo.cs" />
  85.     <Compile Include="VariableVariableSet.cs" />
  86.     <Compile Include="XmlBase.cs" />
  87.   </ItemGroup>
  88.   <ItemGroup>
  89.     <EmbeddedResource Include="FormForm.xml" />
  90.   </ItemGroup>
  91.   <Import Project="$(MSBuildToolsPath)Microsoft.CSharp.targets" />
  92.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  93.        Other similar extension points exist, see Microsoft.Common.targets.
  94.   <Target Name="BeforeBuild">
  95.   </Target>
  96.   <Target Name="AfterBuild">
  97.   </Target>
  98.   -->
  99. </Project>