Skip to content
Snippets Groups Projects
Commit 16eb3cd4 authored by Loic Manceau's avatar Loic Manceau
Browse files

Add ReadMe

parent e1758449
No related branches found
No related tags found
No related merge requests found
Showing with 90 additions and 9 deletions
File added
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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>{F083391A-C1E7-4CC0-B68C-7F62D7B58326}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SiriusQuality_WheatLAIConsole</RootNamespace>
<AssemblyName>SiriusQuality-WheatLAIConsole</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="CRA.AgroManagement2014">
<HintPath>..\BioMa-DLL\CRA.AgroManagement2014.dll</HintPath>
</Reference>
<Reference Include="CRA.AgroManagement2014.Impacts">
<HintPath>..\BioMa-DLL\CRA.AgroManagement2014.Impacts.dll</HintPath>
</Reference>
<Reference Include="CRA.AgroManagement2014.Rules">
<HintPath>..\BioMa-DLL\CRA.AgroManagement2014.Rules.dll</HintPath>
</Reference>
<Reference Include="CRA.Core.Preconditions">
<HintPath>..\BioMa-DLL\CRA.Core.Preconditions.dll</HintPath>
</Reference>
<Reference Include="CRA.ModelLayer">
<HintPath>..\BioMa-DLL\CRA.ModelLayer.dll</HintPath>
</Reference>
<Reference Include="SiriusQuality-WheatLAI">
<HintPath>..\SiriusQuality-WheatLAI\bin\Debug\SiriusQuality-WheatLAI.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.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="LeafLayer.cs" />
<Compile Include="LeafState.cs" />
<Compile Include="Program.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="WheatLAIWrapper.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>
\ No newline at end of file
......@@ -5,7 +5,7 @@ VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiriusQuality-WheatLAI", "SiriusQuality-WheatLAI\SiriusQuality-WheatLAI.csproj", "{59336D65-9DE8-4156-B7E0-E1713A5F3F39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiriusQuality-SiriusQuality-WheatLAIConsole", "SiriusQuality-SiriusQuality-WheatLAIConsole\SiriusQuality-SiriusQuality-WheatLAIConsole.csproj", "{F083391A-C1E7-4CC0-B68C-7F62D7B58326}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SiriusQuality-WheatLAIConsole", "SiriusQuality-SiriusQuality-WheatLAIConsole\SiriusQuality-WheatLAIConsole.csproj", "{F083391A-C1E7-4CC0-B68C-7F62D7B58326}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestWheatLAI", "UnitTestWheatLAI\UnitTestWheatLAI.csproj", "{DFB3F76E-3364-4D6E-8BD7-9C40E26D89F2}"
EndProject
......
<?xml version="1.0" standalone="yes"?>
<API_Definitions>
<Specifications>
<Col_FileName>C:\Users\mancealo\Documents\GitSiriusCode\SiriusCode\Development2\Code\SiriusQuality-WheatLAI\XML\API.xml</Col_FileName>
<Col_FileName>C:\Users\mancealo\Documents\GitSiriusCode\SiriusQuality-BioMa-WheatPotentialLAI-Component\XML\API.xml</Col_FileName>
<Col_Postfix>SiriusQualityWheatLAI</Col_Postfix>
<Col_MainMethod>Estimate</Col_MainMethod>
<Col_MethodParameters>( WheatLAIState w, WheatLeafState w1, WheatLeafState w2, ActEvents ae);</Col_MethodParameters>
......
......@@ -3,7 +3,7 @@
<Global>
<SimpleStrategy />
<CompositeStrategy />
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusCode\Development2\Code\SiriusQuality-WheatLAI\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusQuality-BioMa-WheatPotentialLAI-Component\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<StrategiesDLL />
<IStrategyComponentName>IStrategySiriusQualityWheatLAI</IStrategyComponentName>
</Global>
......
......@@ -3,7 +3,7 @@
<Global>
<SimpleStrategy />
<CompositeStrategy />
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusCode\Development2\Code\SiriusQuality-WheatLAI\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusQuality-BioMa-WheatPotentialLAI-Component\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<StrategiesDLL />
<IStrategyComponentName>IStrategySiriusQualityWheatLAI</IStrategyComponentName>
</Global>
......
......@@ -3,7 +3,7 @@
<Global>
<SimpleStrategy />
<CompositeStrategy />
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusCode\Development2\Code\SiriusQuality-WheatLAI\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusQuality-BioMa-WheatPotentialLAI-Component\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<StrategiesDLL />
<IStrategyComponentName>IStrategySiriusQualityWheatLAI</IStrategyComponentName>
</Global>
......
......@@ -3,7 +3,7 @@
<Global>
<SimpleStrategy />
<CompositeStrategy />
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusCode\Development2\Code\SiriusQuality-WheatLAI\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusQuality-BioMa-WheatPotentialLAI-Component\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<StrategiesDLL />
<IStrategyComponentName>IStrategySiriusQualityWheatLAI</IStrategyComponentName>
</Global>
......
......@@ -3,7 +3,7 @@
<Global>
<SimpleStrategy />
<CompositeStrategy />
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusCode\Development2\Code\SiriusQuality-WheatLAI\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusQuality-BioMa-WheatPotentialLAI-Component\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<StrategiesDLL />
<IStrategyComponentName>IStrategySiriusQualityWheatLAI</IStrategyComponentName>
</Global>
......
......@@ -3,7 +3,7 @@
<Global>
<SimpleStrategy />
<CompositeStrategy />
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusCode\Development2\Code\SiriusQuality-WheatLAI\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusQuality-BioMa-WheatPotentialLAI-Component\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<StrategiesDLL />
<IStrategyComponentName>IStrategySiriusQualityWheatLAI</IStrategyComponentName>
</Global>
......
......@@ -3,7 +3,7 @@
<Global>
<SimpleStrategy />
<CompositeStrategy />
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusCode\Development2\Code\SiriusQuality-WheatLAI\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<DataInterfacesDLL>C:\Users\mancealo\Documents\GitSiriusCode\SiriusQuality-BioMa-WheatPotentialLAI-Component\SiriusQuality-WheatLAI\bin\Debug\SiriusQuality-WheatLAI.dll</DataInterfacesDLL>
<StrategiesDLL />
<IStrategyComponentName>IStrategySiriusQualityWheatLAI</IStrategyComponentName>
</Global>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment