Data2008.csproj
上传用户:husern
上传日期:2022-03-24
资源大小:534k
文件大小:4k
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{47EC97E9-4EA6-4C7E-8A50-93AFD30FEDBA}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Itenso.WebUserForms.Data</RootNamespace>
- <AssemblyName>Itenso.WebUserForms.Data</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SignAssembly>false</SignAssembly>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..publicDebugBin</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..publicReleaseBin</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="CollectionTool.cs" />
- <Compile Include="EmbeddedResourceNotFoundException.cs" />
- <Compile Include="FormIFormInfo.cs" />
- <Compile Include="FormFormInfo.cs" />
- <Compile Include="FormIFormProvider.cs" />
- <Compile Include="LookupILookupRepository.cs" />
- <Compile Include="LookupLookupRepository.cs" />
- <Compile Include="LookupLookupValueCollection.cs" />
- <Compile Include="LookupLookupValue.cs" />
- <Compile Include="LookupILookupValueCollection.cs" />
- <Compile Include="LookupILookupValue.cs" />
- <Compile Include="LookupILookupProvider.cs" />
- <Compile Include="ResourceTool.cs" />
- <Compile Include="VariableIVariableProvider.cs" />
- <Compile Include="XmlSchemaBase.cs" />
- <Compile Include="FormForm.cs" />
- <EmbeddedResource Include="FormForm.xsd" />
- <Compile Include="FormFormXmlSchema.cs" />
- <Compile Include="FormFormXml.cs" />
- <Compile Include="FormFormGroup.cs" />
- <Compile Include="FormFormField.cs" />
- <Compile Include="FormFormEntity.cs" />
- <Compile Include="FormFormEntityCollection.cs" />
- <Compile Include="FormFormEntityType.cs" />
- <Compile Include="HashTool.cs" />
- <Compile Include="FormIForm.cs" />
- <Compile Include="FormIFormGroup.cs" />
- <Compile Include="FormIFormField.cs" />
- <Compile Include="FormIFormEntity.cs" />
- <Compile Include="FormIFormEntityCollection.cs" />
- <Compile Include="VariableIVariableSet.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="VariableVariableSet.cs" />
- <Compile Include="XmlBase.cs" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="FormForm.xml" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>