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.
96 lines
3.7 KiB
96 lines
3.7 KiB
9 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="12.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>{75FB2C86-F7D3-4E94-82E9-46DD9787B39D}</ProjectGuid>
|
||
|
<OutputType>Library</OutputType>
|
||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||
|
<RootNamespace>RoadFlow.Data.Model</RootNamespace>
|
||
|
<AssemblyName>RoadFlow.Data.Model</AssemblyName>
|
||
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
||
|
<FileAlignment>512</FileAlignment>
|
||
|
<SccProjectName>
|
||
|
</SccProjectName>
|
||
|
<SccLocalPath>
|
||
|
</SccLocalPath>
|
||
|
<SccAuxPath>
|
||
|
</SccAuxPath>
|
||
|
<SccProvider>
|
||
|
</SccProvider>
|
||
|
<TargetFrameworkProfile />
|
||
|
<TargetFrameworkProfile />
|
||
|
</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>
|
||
|
<Prefer32Bit>false</Prefer32Bit>
|
||
|
</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>
|
||
|
<Prefer32Bit>false</Prefer32Bit>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||
|
<Reference Include="System.Core" />
|
||
|
<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="AppLibrary.cs" />
|
||
|
<Compile Include="DBConnection.cs" />
|
||
|
<Compile Include="Dictionary.cs" />
|
||
|
<Compile Include="Log.cs" />
|
||
|
<Compile Include="OnlineUsers.cs" />
|
||
|
<Compile Include="Organize.cs" />
|
||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
|
<Compile Include="Role.cs" />
|
||
|
<Compile Include="RoleApp.cs" />
|
||
|
<Compile Include="Users.cs" />
|
||
|
<Compile Include="UsersApp.cs" />
|
||
|
<Compile Include="UsersInfo.cs" />
|
||
|
<Compile Include="UsersRelation.cs" />
|
||
|
<Compile Include="UsersRole.cs" />
|
||
|
<Compile Include="WorkFlow.cs" />
|
||
|
<Compile Include="WorkFlowArchives.cs" />
|
||
|
<Compile Include="WorkFlowButtons.cs" />
|
||
|
<Compile Include="WorkFlowComment.cs" />
|
||
|
<Compile Include="WorkFlowCustomEventParams.cs" />
|
||
|
<Compile Include="WorkFlowData.cs" />
|
||
|
<Compile Include="WorkFlowDelegation.cs" />
|
||
|
<Compile Include="WorkFlowForm.cs" />
|
||
|
<Compile Include="WorkFlowInstalled.cs" />
|
||
|
<Compile Include="WorkFlowTask.cs" />
|
||
|
<Compile Include="WorkGroup.cs" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ProjectReference Include="..\..\ZHYQ\Model\Model.csproj">
|
||
|
<Project>{ac7bcb86-1285-41e2-9266-bf7155d72f25}</Project>
|
||
|
<Name>Model</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>
|