mirror of
https://github.com/excaliburpartners/OmniLinkBridge
synced 2024-12-22 18:52:24 +00:00
107 lines
4.1 KiB
XML
107 lines
4.1 KiB
XML
<?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>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{0A636707-98BA-45AB-9843-AED430933CEE}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>HAILogger</RootNamespace>
|
|
<AssemblyName>HAILogger</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<PlatformTarget>x86</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|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="HAI.Controller">
|
|
<HintPath>.\HAI.Controller.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration.Install" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.ServiceModel.Web" />
|
|
<Reference Include="System.ServiceProcess" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="CoreServer.cs" />
|
|
<Compile Include="Event.cs" />
|
|
<Compile Include="Global.cs" />
|
|
<Compile Include="HAIService.cs" />
|
|
<Compile Include="Helper.cs" />
|
|
<Compile Include="CommandContract.cs" />
|
|
<Compile Include="IHAIService.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="ProjectInstaller.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="ProjectInstaller.Designer.cs">
|
|
<DependentUpon>ProjectInstaller.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Prowl.cs" />
|
|
<Compile Include="Service.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Service.Designer.cs">
|
|
<DependentUpon>Service.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Settings.cs" />
|
|
<Compile Include="SubscribeContract.cs" />
|
|
<Compile Include="ThermostatContract.cs" />
|
|
<Compile Include="NameContract.cs" />
|
|
<Compile Include="AreaContract.cs" />
|
|
<Compile Include="ZoneContract.cs" />
|
|
<Compile Include="UnitContract.cs" />
|
|
<Compile Include="WebNotification.cs" />
|
|
<Compile Include="WebService.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="HAILogger.ini">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="ProjectInstaller.resx">
|
|
<DependentUpon>ProjectInstaller.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Service.resx">
|
|
<DependentUpon>Service.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</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> |