<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="15.0" 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>{8DC67D79-573F-4CB5-9C4F-884917294F31}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<RootNamespace>GSBase</RootNamespace>
|
<AssemblyName>GSBase</AssemblyName>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<Deterministic>true</Deterministic>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>..\CSFrameworkV5.ClientFoundation\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup>
|
<StartupObject />
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="DevExpress.Data.v19.2">
|
</Reference>
|
<Reference Include="DevExpress.Printing.v19.2.Core, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.Utils.v19.2">
|
</Reference>
|
<Reference Include="DevExpress.XtraEditors.v19.2">
|
</Reference>
|
<Reference Include="DevExpress.XtraGrid.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraLayout.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.XtraPrinting.v19.2, Version=19.2.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="FastReport, Version=2013.2.5.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\CSFrameworkV5.ClientFoundation\Debug\FastReport.dll</HintPath>
|
</Reference>
|
<Reference Include="FastReport.Bars, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\..\DLL\FastReport.Bars.dll</HintPath>
|
</Reference>
|
<Reference Include="FastReport.Editor, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\..\DLL\FastReport.Editor.dll</HintPath>
|
</Reference>
|
<Reference Include="FastReport.Install">
|
<HintPath>..\..\..\DLL\FastReport.Install.dll</HintPath>
|
</Reference>
|
<Reference Include="FastReport.VSDesign, Version=1.0.0.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\..\DLL\FastReport.VSDesign.dll</HintPath>
|
</Reference>
|
<Reference Include="FastReport.Web, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\..\..\DLL\FastReport.Web.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<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.Deployment" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="BaseFrom\BaseFormDX.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="BaseFrom\BaseFormDX.Designer.cs">
|
<DependentUpon>BaseFormDX.cs</DependentUpon>
|
</Compile>
|
<Compile Include="BaseFrom\SelectQueryDlg.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="BaseFrom\SelectQueryDlg.Designer.cs">
|
<DependentUpon>SelectQueryDlg.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Control\AdvTextButton.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="Control\AdvTextButton.Designer.cs">
|
<DependentUpon>AdvTextButton.cs</DependentUpon>
|
</Compile>
|
<Compile Include="DataA\DXGridHelper.cs" />
|
<Compile Include="DataA\EntityClass.cs" />
|
<Compile Include="MyFastReportMain.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="MyFastReportMain.Designer.cs">
|
<DependentUpon>MyFastReportMain.cs</DependentUpon>
|
</Compile>
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<EmbeddedResource Include="BaseFrom\SelectQueryDlg.resx">
|
<DependentUpon>SelectQueryDlg.cs</DependentUpon>
|
</EmbeddedResource>
|
<None Include="Properties\licenses.licx" />
|
<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>
|
</Compile>
|
<None Include="Properties\Settings.settings">
|
<Generator>SettingsSingleFileGenerator</Generator>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
</None>
|
<Compile Include="Properties\Settings.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Settings.settings</DependentUpon>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\CSFramework.DB.Source\CSFramework.DB\CSFramework.DB.csproj">
|
<Project>{8AE59D09-994C-4E82-BEC7-69C5977B659F}</Project>
|
<Name>CSFramework.DB</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|