You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
3.9 KiB
97 lines
3.9 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{32CC7745-76E9-4E83-BBBE-3DCE9A3A64DC}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>ICSSoft.Frame.DataConnect</RootNamespace>
|
|
<AssemblyName>ICSSoft.Frame.DataConnect</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<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>bin\Debug\</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>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ICSSoft.Base.Config.AppConfig">
|
|
<HintPath>..\Root\ICSSoft.Base.Config.AppConfig.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ICSSoft.Base.Config.DBHelper">
|
|
<HintPath>..\Root\ICSSoft.Base.Config.DBHelper.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ICSSoft.Frame.Data.Entity">
|
|
<HintPath>..\Root\ICSSoft.Frame.Data.Entity.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ICSSoft.Frame.Helper">
|
|
<HintPath>..\Root\ICSSoft.Frame.Helper.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.Linq" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ActionOnLineHelper.cs" />
|
|
<Compile Include="ActionType.cs" />
|
|
<Compile Include="Action\ActionEventArgs.cs" />
|
|
<Compile Include="Action\ActionFactory.cs" />
|
|
<Compile Include="Action\ActionGood.cs" />
|
|
<Compile Include="Action\ActionGoToMO.cs" />
|
|
<Compile Include="Action\ActionItem.cs" />
|
|
<Compile Include="Action\ActionTS.cs" />
|
|
<Compile Include="Action\ActionUndoNG.cs" />
|
|
<Compile Include="Action\IAction.cs" />
|
|
<Compile Include="ICSQuery.cs" />
|
|
<Compile Include="ICSBaseModel.cs" />
|
|
<Compile Include="DataCollectFacade.cs" />
|
|
<Compile Include="Message.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ICSReport.cs" />
|
|
<Compile Include="ReportHelper.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ICSSoft.Frame.Data.BLL\ICSSoft.Frame.Data.BLL.csproj">
|
|
<Project>{83112744-7DF7-4BB2-98BB-5E0322058101}</Project>
|
|
<Name>ICSSoft.Frame.Data.BLL</Name>
|
|
</ProjectReference>
|
|
</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>
|