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

编辑器/阅读器

开发平台:

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>{D1163042-27A6-43D8-B98E-1E5807639BF8}</ProjectGuid>
  8.     <OutputType>Library</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>Itenso.WebUserForms.Data.Form</RootNamespace>
  11.     <AssemblyName>Itenso.WebUserForms.Data.Form</AssemblyName>
  12.   </PropertyGroup>
  13.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14.     <DebugSymbols>true</DebugSymbols>
  15.     <DebugType>full</DebugType>
  16.     <Optimize>false</Optimize>
  17.     <OutputPath>..publicDebugBin</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>..publicReleaseBin</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.Xml" />
  34.   </ItemGroup>
  35.   <ItemGroup>
  36.     <Compile Include="CollectionTool.cs" />
  37.     <Compile Include="EmbeddedResourceNotFoundException.cs" />
  38.     <Compile Include="FormForm.cs">
  39.       <DependentUpon>Form.xsd</DependentUpon>
  40.     </Compile>
  41.     <Compile Include="FormFormEntity.cs" />
  42.     <Compile Include="FormFormEntityCollection.cs" />
  43.     <Compile Include="FormFormEntityType.cs" />
  44.     <Compile Include="FormFormField.cs" />
  45.     <Compile Include="FormFormGroup.cs" />
  46.     <Compile Include="FormFormInfo.cs" />
  47.     <Compile Include="FormFormXml.cs" />
  48.     <Compile Include="FormFormXmlSchema.cs" />
  49.     <Compile Include="FormIForm.cs" />
  50.     <Compile Include="FormIFormEntity.cs" />
  51.     <Compile Include="FormIFormEntityCollection.cs" />
  52.     <Compile Include="FormIFormField.cs" />
  53.     <Compile Include="FormIFormGroup.cs" />
  54.     <Compile Include="FormIFormInfo.cs" />
  55.     <Compile Include="FormIFormProvider.cs" />
  56.     <Compile Include="HashTool.cs" />
  57.     <Compile Include="LookupILookupProvider.cs" />
  58.     <Compile Include="LookupILookupRepository.cs" />
  59.     <Compile Include="LookupILookupValue.cs" />
  60.     <Compile Include="LookupILookupValueCollection.cs" />
  61.     <Compile Include="LookupLookupRepository.cs" />
  62.     <Compile Include="LookupLookupValue.cs" />
  63.     <Compile Include="LookupLookupValueCollection.cs" />
  64.     <Compile Include="PropertiesAssemblyInfo.cs" />
  65.     <Compile Include="ResourceTool.cs" />
  66.     <Compile Include="VariableIVariableProvider.cs" />
  67.     <Compile Include="VariableIVariableSet.cs" />
  68.     <Compile Include="VariableVariableSet.cs" />
  69.     <Compile Include="XmlBase.cs" />
  70.     <Compile Include="XmlSchemaBase.cs" />
  71.   </ItemGroup>
  72.   <ItemGroup>
  73.     <EmbeddedResource Include="FormForm.xml" />
  74.   </ItemGroup>
  75.   <ItemGroup>
  76.     <EmbeddedResource Include="FormForm.xsd">
  77.       <SubType>Designer</SubType>
  78.     </EmbeddedResource>
  79.   </ItemGroup>
  80.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  81.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  82.        Other similar extension points exist, see Microsoft.Common.targets.
  83.   <Target Name="BeforeBuild">
  84.   </Target>
  85.   <Target Name="AfterBuild">
  86.   </Target>
  87.   -->
  88. </Project>