123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" 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>{34ECC6C9-2C00-46F4-8CA2-B7C3609C3BF7}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>PRSLogikal</RootNamespace>
- <AssemblyName>PRSLogikal</AssemblyName>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- </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>5</WarningLevel>
- <Prefer32bit>true</Prefer32bit>
- </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>
- <Prefer32bit>true</Prefer32bit>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>Resources\logikal.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup>
- <GenerateResourceMSBuildArchitecture>CurrentArchitecture</GenerateResourceMSBuildArchitecture>
- <GenerateResourceMSBuildRuntime>CurrentRuntime</GenerateResourceMSBuildRuntime>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="H.Formatters.Newtonsoft.Json">
- <HintPath>..\..\..\Users\frank\.nuget\packages\h.formatters.newtonsoft.json\13.0.59\lib\net8.0\H.Formatters.Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="H.Pipes">
- <HintPath>..\..\..\Users\frank\.nuget\packages\h.pipes\2.0.59\lib\net6.0\H.Pipes.dll</HintPath>
- </Reference>
- <Reference Include="mscorlib" />
- <Reference Include="Newtonsoft.Json">
- <HintPath>..\..\..\Users\frank\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Xaml">
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Page Include="MainWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Classes\LogikalComponent.cs" />
- <Compile Include="Classes\LogikalElevationSummary.cs" />
- <Compile Include="Classes\LogikalElevationDetail.cs" />
- <Compile Include="Classes\LogikalFinish.cs" />
- <Compile Include="Classes\LogikalGasket.cs" />
- <Compile Include="Classes\LogikalGlass.cs" />
- <Compile Include="Classes\LogikalLabour.cs" />
- <Compile Include="Classes\LogikalProfile.cs" />
- <Compile Include="Classes\LogikalPhase.cs" />
- <Compile Include="Classes\LogikalProject.cs" />
- <Compile Include="Classes\LogikalProjectCentre.cs" />
- <Compile Include="LogikalListener.cs" />
- <Compile Include="LogikalServer.cs" />
- <Compile Include="MainWindow.xaml.cs">
- <DependentUpon>MainWindow.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\inabox\InABox.Integration.Logikal\InABox.Integration.Logikal.csproj">
- <Project>{24ef107f-3319-4788-892a-31c05669c8c4}</Project>
- <Name>InABox.Integration.Logikal</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\InABox\InABox.Integration\InABox.Integration.csproj">
- <Project>{8726a591-7d17-4bc7-a2f0-2bd5d0bacced}</Project>
- <Name>InABox.Integration</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="DocumentFormat.OpenXml" Version="3.1.1" />
- <PackageReference Include="H.Formatters" Version="2.0.59" />
- <PackageReference Include="H.Formatters.BinaryFormatter" Version="2.0.59" />
- <PackageReference Include="H.Formatters.Newtonsoft.Json" Version="13.0.59" />
- <PackageReference Include="H.Pipes" Version="2.0.59" />
- <PackageReference Include="Hardcodet.NotifyIcon.Wpf">
- <Version>2.0.1</Version>
- </PackageReference>
- <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
- <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
- <PackageReference Include="Ofcas.Framework.Translation" Version="1.0.0.397" />
- <PackageReference Include="Ofcas.Lk.Api.Client.Core" Version="3.0.2.8" />
- <PackageReference Include="Ofcas.Lk.Api.Client.Ui" Version="3.0.2.8" />
- <PackageReference Include="Ofcas.Lk.Api.Core" Version="3.0.0.98" />
- <PackageReference Include="Ofcas.Lk.Api.Ui" Version="3.0.0.98" />
- <PackageReference Include="Stub.System.Data.SQLite.Core.NetFramework" Version="1.0.118" />
- <PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
- <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.3" />
- <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
- </ItemGroup>
- <ItemGroup />
- <ItemGroup>
- <Resource Include="Resources\logikal.ico">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Resource>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|