2
0
mirror of https://github.com/hirschmann/nbfc synced 2025-08-22 09:57:09 +00:00
nbfc/Core/NbfcService/NbfcService.csproj

131 lines
6.0 KiB
XML
Raw Normal View History

2013-10-25 05:54:57 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProjectGuid>{820ABB59-7F86-4D7F-89C9-8F7DA013D992}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NbfcService</RootNamespace>
<AssemblyName>NbfcService</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
2013-10-25 05:54:57 +02:00
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup>
<StartupObject>NbfcService.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>
</ApplicationIcon>
</PropertyGroup>
2017-05-28 05:09:11 +02:00
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWindows|AnyCPU' ">
2013-10-25 05:54:57 +02:00
<PlatformTarget>AnyCPU</PlatformTarget>
2017-05-28 05:09:11 +02:00
<OutputPath>bin\DebugWindows\</OutputPath>
<Prefer32Bit>false</Prefer32Bit>
2017-05-28 05:09:11 +02:00
<appConfig>App.Windows.config</appConfig>
2013-10-25 05:54:57 +02:00
</PropertyGroup>
2017-05-28 05:09:11 +02:00
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWindows|AnyCPU' ">
2013-10-25 05:54:57 +02:00
<PlatformTarget>AnyCPU</PlatformTarget>
2017-05-28 05:09:11 +02:00
<OutputPath>bin\ReleaseWindows\</OutputPath>
2015-03-05 18:28:28 +01:00
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<Prefer32Bit>false</Prefer32Bit>
2017-05-28 05:09:11 +02:00
<appConfig>App.Windows.config</appConfig>
2015-03-05 18:28:28 +01:00
</PropertyGroup>
2016-04-15 21:04:36 +02:00
<PropertyGroup>
<ApplicationManifest>App.manifest</ApplicationManifest>
</PropertyGroup>
2016-12-26 22:50:52 +01:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseLinux|AnyCPU'">
<OutputPath>bin\ReleaseLinux\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<PlatformTarget>AnyCPU</PlatformTarget>
2017-05-26 20:34:37 +02:00
<appConfig>App.Linux.config</appConfig>
2016-12-26 22:50:52 +01:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugLinux|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\DebugLinux\</OutputPath>
<PlatformTarget>AnyCPU</PlatformTarget>
2017-05-26 20:34:37 +02:00
<appConfig>App.Linux.config</appConfig>
2016-12-26 22:50:52 +01:00
</PropertyGroup>
2013-10-25 05:54:57 +02:00
<ItemGroup>
2017-05-26 20:34:37 +02:00
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
2018-11-03 14:54:56 +01:00
<HintPath>..\..\packages\NLog.4.5.10\lib\net45\NLog.dll</HintPath>
2017-05-26 20:34:37 +02:00
</Reference>
2013-10-25 05:54:57 +02:00
<Reference Include="System" />
2018-11-03 14:54:56 +01:00
<Reference Include="System.Configuration" />
2013-10-25 05:54:57 +02:00
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Core" />
2018-11-03 14:54:56 +01:00
<Reference Include="System.IO.Compression" />
2013-10-25 05:54:57 +02:00
<Reference Include="System.Management" />
2018-11-03 14:54:56 +01:00
<Reference Include="System.Runtime.Serialization" />
2013-10-25 05:54:57 +02:00
<Reference Include="System.ServiceModel" />
2018-11-03 14:54:56 +01:00
<Reference Include="System.Transactions" />
2013-10-25 05:54:57 +02:00
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\Common\CommonAssemblyInfo.cs">
<Link>Properties\CommonAssemblyInfo.cs</Link>
</Compile>
<Compile Include="..\..\Common\CommonAssemblyVersion.cs">
<Link>Properties\CommonAssemblyVersion.cs</Link>
</Compile>
2013-10-25 05:54:57 +02:00
<Compile Include="NbfcService.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="NbfcService.Designer.cs">
<DependentUpon>NbfcService.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="NbfcService.resx">
<DependentUpon>NbfcService.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\StagWare.FanControl.Service\StagWare.FanControl.Service.csproj">
2013-10-25 05:54:57 +02:00
<Project>{15b3e0d2-6217-493a-a690-158c497f5318}</Project>
<Name>StagWare.FanControl.Service</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
2017-05-28 05:09:11 +02:00
<None Include="App.Windows.config">
<SubType>Designer</SubType>
</None>
<None Include="App.Linux.config">
2013-10-25 05:54:57 +02:00
<SubType>Designer</SubType>
</None>
2016-04-15 21:04:36 +02:00
<None Include="App.manifest" />
2017-05-26 20:34:37 +02:00
<None Include="packages.config" />
2013-10-25 05:54:57 +02:00
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="AfterBuild">
2015-03-03 03:29:56 +01:00
<ItemGroup>
<ServiceFiles Include="$(TargetDir)\*.dll" />
2015-03-05 18:28:28 +01:00
<Configs Include="$(ProjectDir)\..\..\Configs\*.xml" />
<Scripts Include="$(ProjectDir)\..\..\Linux\*.sh" />
2015-03-03 03:29:56 +01:00
</ItemGroup>
2017-08-26 12:15:32 +02:00
<Copy Condition=" '$(Configuration)'=='DebugLinux' " SourceFiles="@(ServiceFiles);$(TargetPath);$(TargetPath).config" DestinationFolder="$(ProjectDir)\..\..\Linux\bin\Debug\" ContinueOnError="true" />
<Copy Condition=" '$(Configuration)'=='DebugLinux' " SourceFiles="@(Configs)" DestinationFolder="$(ProjectDir)\..\..\Linux\bin\Debug\Configs\" ContinueOnError="true" />
<Copy Condition=" '$(Configuration)'=='DebugLinux' " SourceFiles="@(Scripts)" DestinationFolder="$(ProjectDir)\..\..\Linux\bin\Debug\" ContinueOnError="true" />
<Copy Condition=" '$(Configuration)'=='ReleaseLinux' " SourceFiles="@(ServiceFiles);$(TargetPath);$(TargetPath).config" DestinationFolder="$(ProjectDir)\..\..\Linux\bin\Release\" ContinueOnError="true" />
<Copy Condition=" '$(Configuration)'=='ReleaseLinux' " SourceFiles="@(Configs)" DestinationFolder="$(ProjectDir)\..\..\Linux\bin\Release\Configs\" ContinueOnError="true" />
<Copy Condition=" '$(Configuration)'=='ReleaseLinux' " SourceFiles="@(Scripts)" DestinationFolder="$(ProjectDir)\..\..\Linux\bin\Release\" ContinueOnError="true" />
2017-05-28 05:09:11 +02:00
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
2013-10-25 05:54:57 +02:00
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
2017-08-26 12:15:32 +02:00
</Project>