184 lines
9.8 KiB
XML
184 lines
9.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.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>{25BAED75-7E75-4D11-90D9-358472054DF6}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>LeafWeb.Core</RootNamespace>
|
|
<AssemblyName>Core</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</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>
|
|
<ItemGroup>
|
|
<Reference Include="AutoMapper, Version=3.3.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="AutoMapper.Net4, Version=3.3.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.Net4.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="CsvHelper, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8c4959082be5c823, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\CsvHelper.2.14.2\lib\net45\CsvHelper.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Fasterflect, Version=2.1.3.0, Culture=neutral, PublicKeyToken=38d18473284c1ca7, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\fasterflect.2.1.3\lib\net40\Fasterflect.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="MlkPwgen, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\MlkPwgen.0.2.0.0\lib\net45\MlkPwgen.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NLog.4.3.3\lib\net45\NLog.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="Renci.SshNet, Version=2013.4.7.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\SSH.NET.2013.4.7\lib\net40\Renci.SshNet.dll</HintPath>
|
|
<Private>True</Private>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<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="Charter\CurveData.cs" />
|
|
<Compile Include="Charter\CurveDataConverter.cs" />
|
|
<Compile Include="Charter\CurveParamSet.cs" />
|
|
<Compile Include="Charter\XYPoint.cs" />
|
|
<Compile Include="DAL\DataService.cs" />
|
|
<Compile Include="DAL\LeafWebContext.cs" />
|
|
<Compile Include="DAL\LeafWebInitializer.cs" />
|
|
<Compile Include="Entities\LeafGasComparisonPhotosyntheticInfo.cs" />
|
|
<Compile Include="Entities\LeafGasComparisonFittingInfo.cs" />
|
|
<Compile Include="Entities\LeafGasComparison.cs" />
|
|
<Compile Include="Entities\LeafInputStatusType.cs" />
|
|
<Compile Include="Entities\LeafOutputFile.cs" />
|
|
<Compile Include="Entities\LeafOutputFileContents.cs" />
|
|
<Compile Include="Entities\LeafOutputFileType.cs" />
|
|
<Compile Include="Entities\PhotosynthesisType.cs" />
|
|
<Compile Include="Migrations\201604151603282_InitialCreate.cs" />
|
|
<Compile Include="Migrations\201604151603282_InitialCreate.Designer.cs">
|
|
<DependentUpon>201604151603282_InitialCreate.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201605061427009_LeafInputUniqueToken.cs" />
|
|
<Compile Include="Migrations\201605061427009_LeafInputUniqueToken.Designer.cs">
|
|
<DependentUpon>201605061427009_LeafInputUniqueToken.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201605161458209_LeafOutputFileType.cs" />
|
|
<Compile Include="Migrations\201605161458209_LeafOutputFileType.Designer.cs">
|
|
<DependentUpon>201605161458209_LeafOutputFileType.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201605191138068_LeafInputData.cs" />
|
|
<Compile Include="Migrations\201605191138068_LeafInputData.Designer.cs">
|
|
<DependentUpon>201605191138068_LeafInputData.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\201605210257006_LeafOutputFileContents.cs" />
|
|
<Compile Include="Migrations\201605210257006_LeafOutputFileContents.Designer.cs">
|
|
<DependentUpon>201605210257006_LeafOutputFileContents.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Migrations\Configuration.cs" />
|
|
<Compile Include="Parsers\LeafGasComparisonParser.cs" />
|
|
<Compile Include="Remote\IPiscalClient.cs" />
|
|
<Compile Include="Entities\FluxnetSite.cs" />
|
|
<Compile Include="Entities\LeafInput.cs" />
|
|
<Compile Include="Entities\LeafInputData.cs" />
|
|
<Compile Include="Entities\LeafInputDataCurve.cs" />
|
|
<Compile Include="Entities\LeafInputFile.cs" />
|
|
<Compile Include="Entities\LeafInputDataPhotosynthetic.cs" />
|
|
<Compile Include="Entities\LeafInputDataSite.cs" />
|
|
<Compile Include="Entities\LeafInputStatus.cs" />
|
|
<Compile Include="Parsers\FluxnetSiteCsvParser.cs" />
|
|
<Compile Include="Remote\PiscalClientException.cs" />
|
|
<Compile Include="Remote\PiscalLeafInput.cs" />
|
|
<Compile Include="Remote\PiscalLeafInputFile.cs" />
|
|
<Compile Include="Remote\PiscalLeafOutputFile.cs" />
|
|
<Compile Include="Remote\PiscalSshClient.cs" />
|
|
<Compile Include="Remote\PiscalStatus.cs" />
|
|
<Compile Include="Remote\PiscalUtility.cs" />
|
|
<Compile Include="Utility\BoolTypeConverter.cs" />
|
|
<Compile Include="Parsers\CsvParserBase.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Utility\FileUtility.cs" />
|
|
<Compile Include="Utility\Memoizer.cs" />
|
|
<Compile Include="Utility\ParseInfoAttribute.cs" />
|
|
<Compile Include="Parsers\LeafInputCsvParser.cs" />
|
|
<Compile Include="Utility\ParsedObjectFactory.cs" />
|
|
<Compile Include="Utility\ParseException.cs" />
|
|
<Compile Include="Utility\ParseInfoPropertyMatcher.cs" />
|
|
<Compile Include="Utility\ParseInfoPropertyMatcherWithCache.cs" />
|
|
<Compile Include="Utility\ReflectionExtensions.cs" />
|
|
<Compile Include="Utility\StringExtensions.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<Content Include="DAL\InitialData\fluxnet_site_list_all_October2015_with_joins_corrected.csv">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<None Include="packages.config" />
|
|
<None Include="Remote\piscal_launcher.cfg" />
|
|
<None Include="Remote\piscal_launcher.sh" />
|
|
<None Include="Remote\piscal_manager.sh" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Migrations\201604151603282_InitialCreate.resx">
|
|
<DependentUpon>201604151603282_InitialCreate.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201605061427009_LeafInputUniqueToken.resx">
|
|
<DependentUpon>201605061427009_LeafInputUniqueToken.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201605161458209_LeafOutputFileType.resx">
|
|
<DependentUpon>201605161458209_LeafOutputFileType.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201605191138068_LeafInputData.resx">
|
|
<DependentUpon>201605191138068_LeafInputData.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Migrations\201605210257006_LeafOutputFileContents.resx">
|
|
<DependentUpon>201605210257006_LeafOutputFileContents.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets" Condition="Exists('..\packages\AutoMapper.3.3.1\tools\AutoMapper.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> |