PRSLogikal.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{34ECC6C9-2C00-46F4-8CA2-B7C3609C3BF7}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PRSLogikal</RootNamespace>
  10. <AssemblyName>PRSLogikal</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>5</WarningLevel>
  26. <Prefer32bit>true</Prefer32bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <Prefer32bit>true</Prefer32bit>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <ApplicationIcon>Resources\logikal.ico</ApplicationIcon>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <GenerateResourceMSBuildArchitecture>CurrentArchitecture</GenerateResourceMSBuildArchitecture>
  43. <GenerateResourceMSBuildRuntime>CurrentRuntime</GenerateResourceMSBuildRuntime>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="H.Formatters, Version=2.0.59.0, Culture=neutral, PublicKeyToken=155b585918bc2f0b, processorArchitecture=MSIL">
  47. <HintPath>..\..\packages\H.Formatters.2.0.59\lib\net451\H.Formatters.dll</HintPath>
  48. </Reference>
  49. <Reference Include="H.Formatters.MessagePack">
  50. <HintPath>..\..\..\Users\frank.vandenbos\.nuget\packages\h.formatters.messagepack\15.0.0\lib\netstandard2.0\H.Formatters.MessagePack.dll</HintPath>
  51. </Reference>
  52. <Reference Include="H.Formatters.Newtonsoft.Json">
  53. <HintPath>..\..\..\Users\frank.vandenbos\.nuget\packages\h.formatters.newtonsoft.json\13.0.59\lib\netstandard2.0\H.Formatters.Newtonsoft.Json.dll</HintPath>
  54. </Reference>
  55. <Reference Include="H.Pipes">
  56. <HintPath>..\..\..\Users\frank.vandenbos\.nuget\packages\h.pipes\2.0.59\lib\net6.0\H.Pipes.dll</HintPath>
  57. </Reference>
  58. <Reference Include="mscorlib" />
  59. <Reference Include="Newtonsoft.Json">
  60. <HintPath>..\..\..\Users\frank.vandenbos\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="System.Xaml">
  67. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  68. </Reference>
  69. <Reference Include="WindowsBase" />
  70. <Reference Include="PresentationCore" />
  71. <Reference Include="PresentationFramework" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ApplicationDefinition Include="App.xaml">
  75. <Generator>MSBuild:Compile</Generator>
  76. <SubType>Designer</SubType>
  77. </ApplicationDefinition>
  78. <Page Include="MainWindow.xaml">
  79. <Generator>MSBuild:Compile</Generator>
  80. <SubType>Designer</SubType>
  81. </Page>
  82. <Compile Include="App.xaml.cs">
  83. <DependentUpon>App.xaml</DependentUpon>
  84. <SubType>Code</SubType>
  85. </Compile>
  86. <Compile Include="Classes\LogikalBOM.cs" />
  87. <Compile Include="Classes\LogikalComponent.cs" />
  88. <Compile Include="Classes\LogikalElevationSummary.cs" />
  89. <Compile Include="Classes\LogikalElevationDetail.cs" />
  90. <Compile Include="Classes\LogikalStyle.cs" />
  91. <Compile Include="Classes\LogikalGasket.cs" />
  92. <Compile Include="Classes\LogikalGlass.cs" />
  93. <Compile Include="Classes\LogikalLabour.cs" />
  94. <Compile Include="Classes\LogikalGroup.cs" />
  95. <Compile Include="Classes\LogikalProfile.cs" />
  96. <Compile Include="Classes\LogikalPhase.cs" />
  97. <Compile Include="Classes\LogikalProject.cs" />
  98. <Compile Include="Classes\LogikalProjectCentre.cs" />
  99. <Compile Include="Classes\LogikalSupplier.cs" />
  100. <Compile Include="LogikalListener.cs" />
  101. <Compile Include="LogikalServer.cs" />
  102. <Compile Include="MainWindow.xaml.cs">
  103. <DependentUpon>MainWindow.xaml</DependentUpon>
  104. <SubType>Code</SubType>
  105. </Compile>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="Properties\AssemblyInfo.cs">
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Compile Include="Properties\Resources.Designer.cs">
  112. <AutoGen>True</AutoGen>
  113. <DesignTime>True</DesignTime>
  114. <DependentUpon>Resources.resx</DependentUpon>
  115. </Compile>
  116. <EmbeddedResource Include="Properties\Resources.resx">
  117. <Generator>ResXFileCodeGenerator</Generator>
  118. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  119. </EmbeddedResource>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <None Include="App.config" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <ProjectReference Include="..\..\InABox\InABox.Formatters.Core\InABox.Formatters.Core.csproj">
  126. <Project>{abc6d88e-2130-46d4-90ed-808bd050b7d7}</Project>
  127. <Name>InABox.Formatters.Core</Name>
  128. </ProjectReference>
  129. <ProjectReference Include="..\..\inabox\InABox.Integration.Logikal\InABox.Integration.Logikal.csproj">
  130. <Project>{24ef107f-3319-4788-892a-31c05669c8c4}</Project>
  131. <Name>InABox.Integration.Logikal</Name>
  132. </ProjectReference>
  133. <ProjectReference Include="..\..\InABox\InABox.Integration\InABox.Integration.csproj">
  134. <Project>{8726a591-7d17-4bc7-a2f0-2bd5d0bacced}</Project>
  135. <Name>InABox.Integration</Name>
  136. </ProjectReference>
  137. </ItemGroup>
  138. <ItemGroup>
  139. <PackageReference Include="H.Formatters" Version="15.0.0" />
  140. <PackageReference Include="H.Formatters.MessagePack" Version="15.0.0" />
  141. <PackageReference Include="H.Pipes" Version="15.0.0" />
  142. <PackageReference Include="Hardcodet.NotifyIcon.Wpf" Version="2.0.1" />
  143. <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.6" />
  144. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  145. <PackageReference Include="Ofcas.Lk.Api.Client.Core" Version="3.0.2.10" />
  146. <PackageReference Include="Ofcas.Lk.Api.Client.Ui" Version="3.0.2.10" />
  147. <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.3" />
  148. <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Resource Include="Resources\logikal.ico">
  152. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  153. </Resource>
  154. </ItemGroup>
  155. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  156. </Project>