Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit a97773a8 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adding vectoAux Project

parent 50c1d1f0
No related branches found
No related tags found
No related merge requests found
<?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>{FDEEE460-0B8A-4EF6-8D9E-72F203A50F65}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>VectoAuxiliaries</RootNamespace>
<AssemblyName>BusAuxiliaries</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile />
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>BusAuxiliaries.xml</DocumentationFile>
<NoWarn>41999,42016,42017,42018,42019,42032,42036</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>BusAuxiliaries.xml</DocumentationFile>
<NoWarn>41999,42016,42017,42018,42019,42032,42036</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>Off</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="DocumentFormat.OpenXml, Version=2.0.5022.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>3rdPartyLibraries\DocumentFormat.OpenXml.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Newtonsoft.Json.8.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Omu.ValueInjecter">
<HintPath>..\..\packages\ValueInjecter.2.3.3\lib\net35\Omu.ValueInjecter.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="AdvancedAuxiliaries.vb" />
<Compile Include="AuxiliaryConfig.vb" />
<Compile Include="DownstreamModules\cDelaunayMap.vb" />
<Compile Include="DownstreamModules\cFile V3.vb" />
<Compile Include="DownstreamModules\cMAP.vb" />
<Compile Include="DownstreamModules\IM10.vb" />
<Compile Include="DownstreamModules\IM11.vb" />
<Compile Include="DownstreamModules\IM12.vb" />
<Compile Include="DownstreamModules\IM13.vb" />
<Compile Include="DownstreamModules\IM14.vb" />
<Compile Include="DownstreamModules\IM6.vb" />
<Compile Include="DownstreamModules\IM7.vb" />
<Compile Include="DownstreamModules\IM8.vb" />
<Compile Include="DownstreamModules\IM9.vb" />
<Compile Include="DownstreamModules\M10.vb" />
<Compile Include="DownstreamModules\M11.vb" />
<Compile Include="DownstreamModules\M12.vb" />
<Compile Include="DownstreamModules\M13.vb" />
<Compile Include="DownstreamModules\M14.vb" />
<Compile Include="DownstreamModules\M7.vb" />
<Compile Include="DownstreamModules\M8.vb" />
<Compile Include="DownstreamModules\M9.vb" />
<Compile Include="Electrics\Alternator.vb" />
<Compile Include="Electrics\AlternatorMapValues.vb" />
<Compile Include="Electrics\AlternatorMap.vb" />
<Compile Include="Electrics\AltUserInput.vb" />
<Compile Include="Electrics\CombinedAlternator.vb" />
<Compile Include="Electrics\CombinedAlternatorMapRow.vb" />
<Compile Include="Electrics\CombinedAlternatorSignals.vb" />
<Compile Include="Electrics\ElectricsUserInputsConfig.vb" />
<Compile Include="Electrics\IAlternator.vb" />
<Compile Include="Electrics\ICombinedAlternator.vb" />
<Compile Include="Electrics\ICombinedAlternatorMapRow.vb" />
<Compile Include="Electrics\ICombinedAlternatorSignals.vb" />
<Compile Include="Electrics\IElectricsUserInputsConfig.vb" />
<Compile Include="Electrics\IM0_5_SmartAlternatorSetEfficiency.vb" />
<Compile Include="Electrics\IM2_AverageElectricalLoadDemand.vb" />
<Compile Include="Electrics\IM5_SmartAlternatorSetGeneration.vb" />
<Compile Include="Electrics\IResultCard.vb" />
<Compile Include="Electrics\M0_5_SmartAlternatorSetEfficiency.vb" />
<Compile Include="Electrics\M0_NonSmart_AlternatorsSetEfficiency.vb" />
<Compile Include="Electrics\ElectricalConsumerList.vb" />
<Compile Include="Electrics\ElectricConstants.vb" />
<Compile Include="Electrics\IM0_NonSmart_AlternatorsSetEfficiency.vb" />
<Compile Include="Electrics\M5__SmartAlternatorSetGeneration.vb" />
<Compile Include="Electrics\ResultCard.vb" />
<Compile Include="Electrics\SmartResult.vb" />
<Compile Include="FilePathUtils.vb" />
<Compile Include="Hvac\Bus.vb" />
<Compile Include="Hvac\BusDatabase.vb" />
<Compile Include="Hvac\BusEngineType.vb" />
<Compile Include="Hvac\DeleteCell.vb" />
<Compile Include="Hvac\DeleteColumn.vb" />
<Compile Include="Hvac\EnvironmentalCondition.vb" />
<Compile Include="Hvac\EnvironmentalConditionsMap.vb" />
<Compile Include="Hvac\HVACConstants.vb" />
<Compile Include="Electrics\IElectricalConsumerList.vb" />
<Compile Include="Hvac\HVACSteadyStateModel.vb" />
<Compile Include="Hvac\HVACUserInputsConfig.vb" />
<Compile Include="Hvac\IBus.vb" />
<Compile Include="Hvac\IBusDatabase.vb" />
<Compile Include="Hvac\IEnvironmentalCondition.vb" />
<Compile Include="Hvac\IEnvironmentalConditionsMap.vb" />
<Compile Include="Hvac\IHVACConstants.vb" />
<Compile Include="Hvac\IHVACSteadyStateModel.vb" />
<Compile Include="Hvac\IHVACUserInputsConfig.vb" />
<Compile Include="Hvac\IM1_AverageHVACLoadDemand.vb" />
<Compile Include="Hvac\ISSMCalculate.vb" />
<Compile Include="Hvac\ISSMGenInputs.vb" />
<Compile Include="Hvac\ISSMRun.vb" />
<Compile Include="Hvac\ISSMTechList.vb" />
<Compile Include="Hvac\ISSMTOOL.vb" />
<Compile Include="Hvac\ITechListBenefitLine.vb" />
<Compile Include="Hvac\SSMCalculate.vb" />
<Compile Include="Hvac\SSMGenInputs.vb" />
<Compile Include="Hvac\SSMRun.vb" />
<Compile Include="Hvac\SSMTechList.vb" />
<Compile Include="Hvac\SSMTOOL.vb" />
<Compile Include="Hvac\TechListBenefitLine.vb" />
<Compile Include="IAuxiliaryConfig.vb" />
<Compile Include="DownstreamModules\M6.vb" />
<Compile Include="Pneumatics\ActuationsKey.vb" />
<Compile Include="Pneumatics\IM3_AveragePneumaticLoadDemand.vb" />
<Compile Include="Pneumatics\M4_AirCompressor.vb" />
<Compile Include="Electrics\M2_AverageElectricalLoadDemand.vb" />
<Compile Include="Hvac\M1_AverageHVACLoadDemand.vb" />
<Compile Include="Pneumatics\M3_AveragePneumaticLoadDemand.vb" />
<Compile Include="Pneumatics\CompressorMap.vb" />
<Compile Include="Electrics\ElectricalConsumer.vb" />
<Compile Include="Electrics\IAlternatorMap.vb" />
<Compile Include="Pneumatics\IM4_AirCompressor.vb" />
<Compile Include="Pneumatics\ICompressorMap.vb" />
<Compile Include="Electrics\IElectricalConsumer.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Pneumatics\IPneumaticActuationsMAP.vb" />
<Compile Include="Pneumatics\IPneumaticsAuxilliariesConfig.vb" />
<Compile Include="Pneumatics\IPneumaticUserInputsConfig.vb" />
<Compile Include="Pneumatics\PneumaticActuationsMap.vb" />
<Compile Include="Pneumatics\PneumaticsAuxilliariesConfig.vb" />
<Compile Include="Pneumatics\PneumaticUserInputsConfig.vb" />
<Compile Include="UI\cFileBrowser.vb" />
<Compile Include="UI\frmAuxiliaryConfig.Designer.vb">
<DependentUpon>frmAuxiliaryConfig.vb</DependentUpon>
</Compile>
<Compile Include="UI\frmAuxiliaryConfig.vb" />
<Compile Include="UI\FB_Dialog.designer.vb">
<DependentUpon>FB_Dialog.vb</DependentUpon>
</Compile>
<Compile Include="UI\FB_Dialog.vb" />
<Compile Include="UI\FB_FavDlog.designer.vb">
<DependentUpon>FB_FavDlog.vb</DependentUpon>
</Compile>
<Compile Include="UI\FB_FavDlog.vb" />
<Compile Include="UI\FB_Global.vb" />
<Compile Include="UI\frmCombinedAlternators.Designer.vb">
<DependentUpon>frmCombinedAlternators.vb</DependentUpon>
</Compile>
<Compile Include="UI\frmCombinedAlternators.vb" />
<Compile Include="UI\frmHVACTool.Designer.vb">
<DependentUpon>frmHVACTool.vb</DependentUpon>
</Compile>
<Compile Include="UI\frmHVACTool.vb" />
<Compile Include="UI\VECTO_Types.vb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="UI\frmAuxiliaryConfig.resx">
<DependentUpon>frmAuxiliaryConfig.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\FB_Dialog.resx">
<DependentUpon>FB_Dialog.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="UI\FB_FavDlog.resx">
<DependentUpon>FB_FavDlog.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\frmCombinedAlternators.resx">
<DependentUpon>frmCombinedAlternators.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\frmHVACTool.resx">
<DependentUpon>frmHVACTool.vb</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="3rdPartyLibraries\" />
</ItemGroup>
<ItemGroup>
<None Include="Images\application-export-icon-small.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Blank.bmp" />
<None Include="Images\Delete1.png" />
<None Include="Resources\Info.bmp" />
<None Include="Resources\Image1.png" />
<Resource Include="Images\Delete.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\VectoCommon\AdvancedAuxiliaryInterfaces\AdvancedAuxiliaryInterfaces.vbproj">
<Project>{b4b9bd2f-fd8f-4bb8-82fa-e2154d2c7fbd}</Project>
<Name>AdvancedAuxiliaryInterfaces</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment