PRSLogikal.csproj 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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.Newtonsoft.Json">
  47. <HintPath>..\..\..\Users\frank\.nuget\packages\h.formatters.newtonsoft.json\13.0.59\lib\net8.0\H.Formatters.Newtonsoft.Json.dll</HintPath>
  48. </Reference>
  49. <Reference Include="H.Pipes">
  50. <HintPath>..\..\..\Users\frank\.nuget\packages\h.pipes\2.0.59\lib\net6.0\H.Pipes.dll</HintPath>
  51. </Reference>
  52. <Reference Include="mscorlib" />
  53. <Reference Include="Newtonsoft.Json">
  54. <HintPath>..\..\..\Users\frank\.nuget\packages\newtonsoft.json\13.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="System.Xaml">
  61. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  62. </Reference>
  63. <Reference Include="WindowsBase" />
  64. <Reference Include="PresentationCore" />
  65. <Reference Include="PresentationFramework" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ApplicationDefinition Include="App.xaml">
  69. <Generator>MSBuild:Compile</Generator>
  70. <SubType>Designer</SubType>
  71. </ApplicationDefinition>
  72. <Page Include="MainWindow.xaml">
  73. <Generator>MSBuild:Compile</Generator>
  74. <SubType>Designer</SubType>
  75. </Page>
  76. <Compile Include="App.xaml.cs">
  77. <DependentUpon>App.xaml</DependentUpon>
  78. <SubType>Code</SubType>
  79. </Compile>
  80. <Compile Include="Classes\LogikalComponent.cs" />
  81. <Compile Include="Classes\LogikalElevationSummary.cs" />
  82. <Compile Include="Classes\LogikalElevationDetail.cs" />
  83. <Compile Include="Classes\LogikalFinish.cs" />
  84. <Compile Include="Classes\LogikalGasket.cs" />
  85. <Compile Include="Classes\LogikalGlass.cs" />
  86. <Compile Include="Classes\LogikalLabour.cs" />
  87. <Compile Include="Classes\LogikalProfile.cs" />
  88. <Compile Include="Classes\LogikalPhase.cs" />
  89. <Compile Include="Classes\LogikalProject.cs" />
  90. <Compile Include="Classes\LogikalProjectCentre.cs" />
  91. <Compile Include="LogikalListener.cs" />
  92. <Compile Include="LogikalServer.cs" />
  93. <Compile Include="MainWindow.xaml.cs">
  94. <DependentUpon>MainWindow.xaml</DependentUpon>
  95. <SubType>Code</SubType>
  96. </Compile>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="Properties\AssemblyInfo.cs">
  100. <SubType>Code</SubType>
  101. </Compile>
  102. <Compile Include="Properties\Resources.Designer.cs">
  103. <AutoGen>True</AutoGen>
  104. <DesignTime>True</DesignTime>
  105. <DependentUpon>Resources.resx</DependentUpon>
  106. </Compile>
  107. <EmbeddedResource Include="Properties\Resources.resx">
  108. <Generator>ResXFileCodeGenerator</Generator>
  109. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  110. </EmbeddedResource>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <None Include="App.config" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <ProjectReference Include="..\..\inabox\InABox.Integration.Logikal\InABox.Integration.Logikal.csproj">
  117. <Project>{24ef107f-3319-4788-892a-31c05669c8c4}</Project>
  118. <Name>InABox.Integration.Logikal</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\..\InABox\InABox.Integration\InABox.Integration.csproj">
  121. <Project>{8726a591-7d17-4bc7-a2f0-2bd5d0bacced}</Project>
  122. <Name>InABox.Integration</Name>
  123. </ProjectReference>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <PackageReference Include="DocumentFormat.OpenXml" Version="3.1.1" />
  127. <PackageReference Include="H.Formatters" Version="2.0.59" />
  128. <PackageReference Include="H.Formatters.BinaryFormatter" Version="2.0.59" />
  129. <PackageReference Include="H.Formatters.Newtonsoft.Json" Version="13.0.59" />
  130. <PackageReference Include="H.Pipes" Version="2.0.59" />
  131. <PackageReference Include="Hardcodet.NotifyIcon.Wpf">
  132. <Version>2.0.1</Version>
  133. </PackageReference>
  134. <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
  135. <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
  136. <PackageReference Include="Ofcas.Framework.Translation" Version="1.0.0.397" />
  137. <PackageReference Include="Ofcas.Lk.Api.Client.Core" Version="3.0.2.8" />
  138. <PackageReference Include="Ofcas.Lk.Api.Client.Ui" Version="3.0.2.8" />
  139. <PackageReference Include="Ofcas.Lk.Api.Core" Version="3.0.0.98" />
  140. <PackageReference Include="Ofcas.Lk.Api.Ui" Version="3.0.0.98" />
  141. <PackageReference Include="Stub.System.Data.SQLite.Core.NetFramework" Version="1.0.118" />
  142. <PackageReference Include="System.Data.SQLite.Core" Version="1.0.118" />
  143. <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.3" />
  144. <PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
  145. </ItemGroup>
  146. <ItemGroup />
  147. <ItemGroup>
  148. <Resource Include="Resources\logikal.ico">
  149. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  150. </Resource>
  151. </ItemGroup>
  152. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  153. </Project>