Data2005.csproj
上传用户:husern
上传日期:2022-03-24
资源大小:534k
文件大小:4k
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{D1163042-27A6-43D8-B98E-1E5807639BF8}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Itenso.WebUserForms.Data.Form</RootNamespace>
- <AssemblyName>Itenso.WebUserForms.Data.Form</AssemblyName>
- </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.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="CollectionTool.cs" />
- <Compile Include="EmbeddedResourceNotFoundException.cs" />
- <Compile Include="FormForm.cs">
- <DependentUpon>Form.xsd</DependentUpon>
- </Compile>
- <Compile Include="FormFormEntity.cs" />
- <Compile Include="FormFormEntityCollection.cs" />
- <Compile Include="FormFormEntityType.cs" />
- <Compile Include="FormFormField.cs" />
- <Compile Include="FormFormGroup.cs" />
- <Compile Include="FormFormInfo.cs" />
- <Compile Include="FormFormXml.cs" />
- <Compile Include="FormFormXmlSchema.cs" />
- <Compile Include="FormIForm.cs" />
- <Compile Include="FormIFormEntity.cs" />
- <Compile Include="FormIFormEntityCollection.cs" />
- <Compile Include="FormIFormField.cs" />
- <Compile Include="FormIFormGroup.cs" />
- <Compile Include="FormIFormInfo.cs" />
- <Compile Include="FormIFormProvider.cs" />
- <Compile Include="HashTool.cs" />
- <Compile Include="LookupILookupProvider.cs" />
- <Compile Include="LookupILookupRepository.cs" />
- <Compile Include="LookupILookupValue.cs" />
- <Compile Include="LookupILookupValueCollection.cs" />
- <Compile Include="LookupLookupRepository.cs" />
- <Compile Include="LookupLookupValue.cs" />
- <Compile Include="LookupLookupValueCollection.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <Compile Include="ResourceTool.cs" />
- <Compile Include="VariableIVariableProvider.cs" />
- <Compile Include="VariableIVariableSet.cs" />
- <Compile Include="VariableVariableSet.cs" />
- <Compile Include="XmlBase.cs" />
- <Compile Include="XmlSchemaBase.cs" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="FormForm.xml" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="FormForm.xsd">
- <SubType>Designer</SubType>
- </EmbeddedResource>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)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>