2016-10-20 17:55:29 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{AF16CA71-B8C6-4F51-B38C-0C0300FDEBD7}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Bootstrap.DataAccess</RootNamespace>
|
|
|
|
|
<AssemblyName>Bootstrap.DataAccess</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
</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>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AssemblyOriginatorKeyFile>Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<DelaySign>true</DelaySign>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Longbow, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c20f2177a7066899, processorArchitecture=MSIL" />
|
|
|
|
|
<Reference Include="Longbow.Data, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c20f2177a7066899, processorArchitecture=MSIL" />
|
|
|
|
|
<Reference Include="Longbow.ExceptionManagement, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c20f2177a7066899, processorArchitecture=MSIL" />
|
|
|
|
|
<Reference Include="Longbow.V4, Version=4.0.0.0, Culture=neutral, PublicKeyToken=c20f2177a7066899, processorArchitecture=MSIL" />
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.configuration" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\bldver.cs">
|
|
|
|
|
<Link>bldver.cs</Link>
|
|
|
|
|
</Compile>
|
2016-11-05 12:11:16 +08:00
|
|
|
|
<Compile Include="CacheCleanUtility.cs" />
|
2016-10-20 17:55:29 +08:00
|
|
|
|
<Compile Include="DBAccessManager.cs" />
|
2016-10-28 16:20:24 +08:00
|
|
|
|
<Compile Include="Dict.cs" />
|
|
|
|
|
<Compile Include="DictHelper.cs" />
|
2016-11-10 16:39:07 +08:00
|
|
|
|
<Compile Include="ExceptionHelper.cs" />
|
2016-10-22 14:54:37 +08:00
|
|
|
|
<Compile Include="Group.cs" />
|
|
|
|
|
<Compile Include="GroupHelper.cs" />
|
2016-10-28 16:57:27 +08:00
|
|
|
|
<Compile Include="Log.cs" />
|
|
|
|
|
<Compile Include="LogHelper.cs" />
|
2016-10-20 17:55:29 +08:00
|
|
|
|
<Compile Include="Menu.cs" />
|
2016-10-25 17:07:24 +08:00
|
|
|
|
<Compile Include="MenuHelper.cs" />
|
2016-11-10 18:16:21 +08:00
|
|
|
|
<Compile Include="Notifications.cs" />
|
|
|
|
|
<Compile Include="NotificationsHelper.cs" />
|
2016-10-20 17:55:29 +08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2016-10-22 16:14:21 +08:00
|
|
|
|
<Compile Include="Role.cs" />
|
|
|
|
|
<Compile Include="RoleHelper.cs" />
|
2016-10-22 10:38:40 +08:00
|
|
|
|
<Compile Include="User.cs" />
|
|
|
|
|
<Compile Include="UserHelper.cs" />
|
2016-10-20 17:55:29 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-11-04 16:06:40 +08:00
|
|
|
|
<None Include="ClassDiagram1.cd" />
|
2016-10-20 17:55:29 +08:00
|
|
|
|
<None Include="Longbow.Utility.snk" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>cscript /Nologo $(SolutionDir)Scripts\Publish.vbs $(TargetDir) $(TargetName) $(TargetExt) $(SolutionDir) $(OutDir) $(ConfigurationName)</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<!-- 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>
|