| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?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>{EFCD6A7C-C598-4BBD-BDC6-3016AAABD26C}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>RoadFlow.Data.MSSQL</RootNamespace>
- <AssemblyName>RoadFlow.Data.MSSQL</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>SAK</SccProjectName>
- <SccLocalPath>SAK</SccLocalPath>
- <SccAuxPath>SAK</SccAuxPath>
- <SccProvider>SAK</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="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Web" />
- <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="DBHelper.cs" />
- <Compile Include="Dictionary.cs" />
- <Compile Include="Log.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="WorkFlowData.cs" />
- <Compile Include="WorkFlowDelegation.cs" />
- <Compile Include="WorkFlowForm.cs" />
- <Compile Include="WorkFlowTask.cs" />
- <Compile Include="WorkGroup.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\RoadFlow.Data.Interface\RoadFlow.Data.Interface.csproj">
- <Project>{7F7EC855-EE2F-4EF5-861B-DA945961C1A2}</Project>
- <Name>RoadFlow.Data.Interface</Name>
- </ProjectReference>
- <ProjectReference Include="..\RoadFlow.Data.Model\RoadFlow.Data.Model.csproj">
- <Project>{75FB2C86-F7D3-4E94-82E9-46DD9787B39D}</Project>
- <Name>RoadFlow.Data.Model</Name>
- </ProjectReference>
- <ProjectReference Include="..\RoadFlow.Utility\RoadFlow.Utility.csproj">
- <Project>{CE3B0ADB-736E-4A7B-BEDE-801C9104F95E}</Project>
- <Name>RoadFlow.Utility</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>
|