ab56a9bcf7
SVN-Revision: r240
141 lines
6.7 KiB
XML
141 lines
6.7 KiB
XML
<?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)' == '' ">x86</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{855FE4D9-1457-49CB-813C-965AFF5FB995}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Lskj.PubPDFViewer</RootNamespace>
|
|
<AssemblyName>Lskj.PubPDFViewer</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Debug\Lib\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\Release\Lib\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="DevExpress.Data.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\DevExpress 15.2\Components\Bin\Framework\DevExpress.Data.v15.2.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="DevExpress.Printing.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
<Reference Include="DevExpress.Sparkline.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
<Reference Include="DevExpress.Utils.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\DevExpress 15.2\Components\Bin\Framework\DevExpress.Utils.v15.2.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.Linq" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Deployment" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DllBaseClass.cs" />
|
|
<Compile Include="FrmMain.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="FrmMain.Designer.cs">
|
|
<DependentUpon>FrmMain.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<EmbeddedResource Include="FrmMain.resx">
|
|
<DependentUpon>FrmMain.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Lskj.Business\Lskj.Business.csproj">
|
|
<Project>{7EAFCCC2-A18F-49E9-85C6-A984966CFD01}</Project>
|
|
<Name>Lskj.Business</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Lskj.Control\Lskj.Control.csproj">
|
|
<Project>{447CDC40-659F-4CCA-9ED6-8E818B4CF8BF}</Project>
|
|
<Name>Lskj.Control</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Lskj.Data\Lskj.Data.csproj">
|
|
<Project>{308B9B18-9BE2-495C-9C64-EED81D567813}</Project>
|
|
<Name>Lskj.Data</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Lskj.Model\Lskj.Model.csproj">
|
|
<Project>{52BC40E0-C0C6-4F78-996B-CAE028D209CA}</Project>
|
|
<Name>Lskj.Model</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Lskj.Util\Lskj.Util.csproj">
|
|
<Project>{A51BF642-6543-4DE3-8948-83F558B72BD4}</Project>
|
|
<Name>Lskj.Util</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PostBuildEvent>IF EXIST $(TargetDir)Lskj.Core.dll DEL $(TargetDir)Lskj.Core.dll
|
|
IF EXIST $(TargetDir)Lskj.Business.dll DEL $(TargetDir)Lskj.Business.dll
|
|
IF EXIST $(TargetDir)Lskj.Control.dll DEL $(TargetDir)Lskj.Control.dll
|
|
IF EXIST $(TargetDir)Lskj.Data.dll DEL $(TargetDir)Lskj.Data.dll
|
|
IF EXIST $(TargetDir)Lskj.Model.dll DEL $(TargetDir)Lskj.Model.dll
|
|
IF EXIST $(TargetDir)Lskj.Util.dll DEL $(TargetDir)Lskj.Util.dll
|
|
IF EXIST $(TargetDir)Lskj.Push.dll DEL $(TargetDir)Lskj.Push.dll
|
|
|
|
IF EXIST $(TargetDir)ChnCharInfo.dll DEL $(TargetDir)ChnCharInfo.dll
|
|
IF EXIST $(TargetDir)Dxper.LocalizationCHS.Win.v13.1.5.dll DEL $(TargetDir)Dxper.LocalizationCHS.Win.v13.1.5.dll
|
|
IF EXIST $(TargetDir)NPOI.dll DEL $(TargetDir)NPOI.dll
|
|
IF EXIST $(TargetDir)Newtonsoft.Json.dll DEL $(TargetDir)Newtonsoft.Json.dll
|
|
|
|
IF EXIST $(TargetDir)Lskj.Core.pdb DEL $(TargetDir)Lskj.Core.pdb
|
|
IF EXIST $(TargetDir)Lskj.Business.pdb DEL $(TargetDir)Lskj.Business.pdb
|
|
IF EXIST $(TargetDir)Lskj.Control.pdb DEL $(TargetDir)Lskj.Control.pdb
|
|
IF EXIST $(TargetDir)Lskj.Data.pdb DEL $(TargetDir)Lskj.Data.pdb
|
|
IF EXIST $(TargetDir)Lskj.Model.pdb DEL $(TargetDir)Lskj.Model.pdb
|
|
IF EXIST $(TargetDir)Lskj.Util.pdb DEL $(TargetDir)Lskj.Util.pdb
|
|
IF EXIST $(TargetDir)Lskj.Push.pdb DEL $(TargetDir)Lskj.Push.pdb</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> |