| | |
| | | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
| | | <OutputType>Library</OutputType> |
| | | <AppDesignerFolder>Properties</AppDesignerFolder> |
| | | <RootNamespace>LFServer</RootNamespace> |
| | | <AssemblyName>LFServer</AssemblyName> |
| | | <RootNamespace>ExportMap</RootNamespace> |
| | | <AssemblyName>ExportMap</AssemblyName> |
| | | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
| | | <UseIISExpress>false</UseIISExpress> |
| | | <IISExpressSSLPort /> |
| | |
| | | <IISExpressUseClassicPipelineMode /> |
| | | <Use64BitIISExpress /> |
| | | <UseGlobalApplicationHostFile /> |
| | | <TargetFrameworkProfile /> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| | | <DebugSymbols>true</DebugSymbols> |
| | |
| | | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <Prefer32Bit>false</Prefer32Bit> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| | | <DebugType>pdbonly</DebugType> |
| | |
| | | <DefineConstants>TRACE</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | | <Prefer32Bit>false</Prefer32Bit> |
| | | </PropertyGroup> |
| | | <ItemGroup> |
| | | <Reference Include="DotNetZip"> |
| | |
| | | </Reference> |
| | | <Reference Include="ICSharpCode.SharpZipLib"> |
| | | <HintPath>..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="log4net4, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>DLL\log4net4.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="Microsoft.CSharp" /> |
| | | <Reference Include="MultipartDataMediaFormatter, Version=2.1.1.0, Culture=neutral, PublicKeyToken=67148dd0761d95a0, processorArchitecture=MSIL"> |
| | |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>DLL\NPOI.dll</HintPath> |
| | | </Reference> |
| | | <Reference Include="System.Data.DataSetExtensions" /> |
| | | <Reference Include="System.Data.SQLite, Version=1.0.94.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
| | | <SpecificVersion>False</SpecificVersion> |
| | | <HintPath>DLL\System.Data.SQLite.dll</HintPath> |
| | |
| | | <Reference Include="System.ComponentModel.DataAnnotations" /> |
| | | <Reference Include="System" /> |
| | | <Reference Include="System.Data" /> |
| | | <Reference Include="System.Core" /> |
| | | <Reference Include="System.Data.DataSetExtensions" /> |
| | | <Reference Include="System.Web.Extensions" /> |
| | | <Reference Include="System.Xml.Linq" /> |
| | | <Reference Include="System.Drawing" /> |
| | | <Reference Include="System.Web" /> |
| | | <Reference Include="System.Web.Extensions" /> |
| | | <Reference Include="System.Xml" /> |
| | | <Reference Include="System.Configuration" /> |
| | | <Reference Include="System.Web.Services" /> |
| | | <Reference Include="System.EnterpriseServices" /> |
| | | <Reference Include="System.Xml.Linq" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Reference Include="System.Web.Http"> |
| | |
| | | </Reference> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <Content Include="DLL\log4net4.dll" /> |
| | | <Content Include="DLL\Mono.Security.dll" /> |
| | | <Content Include="DLL\Npgsql.dll" /> |
| | | <Content Include="DLL\NPOI.dll" /> |
| | |
| | | <Compile Include="cs\CacheUtil.cs" /> |
| | | <Compile Include="cs\CustomMultipartFormDataStreamProvider.cs" /> |
| | | <Compile Include="cs\ExportUtil.cs" /> |
| | | <Compile Include="cs\LogOut.cs" /> |
| | | <Compile Include="cs\NoBufferPolicySelector.cs" /> |
| | | <Compile Include="cs\Tool.cs" /> |
| | | <Compile Include="db\ModelHandler.cs" /> |
| | |
| | | <ItemGroup> |
| | | <Content Include="Sources\Template.qpt" /> |
| | | </ItemGroup> |
| | | <ItemGroup> |
| | | <None Include="Properties\PublishProfiles\Release.pubxml" /> |
| | | <Content Include="Sources\Log.config" /> |
| | | </ItemGroup> |
| | | <PropertyGroup> |
| | | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
| | | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |