PRSLogikal.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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"
  4. Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"/>
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{34ECC6C9-2C00-46F4-8CA2-B7C3609C3BF7}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>PRSLogikal</RootNamespace>
  11. <AssemblyName>PRSLogikal</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>..\prs.desktop\bin\Debug\net8.0-windows\PRSLogikal</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  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. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="H.Formatters, Version=2.0.59.0, Culture=neutral, PublicKeyToken=155b585918bc2f0b, processorArchitecture=MSIL">
  39. <HintPath>..\..\packages\H.Formatters.2.0.59\lib\net451\H.Formatters.dll</HintPath>
  40. </Reference>
  41. <Reference Include="H.Formatters.BinaryFormatter, Version=2.0.59.0, Culture=neutral, PublicKeyToken=155b585918bc2f0b, processorArchitecture=MSIL">
  42. <HintPath>..\..\packages\H.Formatters.BinaryFormatter.2.0.59\lib\net451\H.Formatters.BinaryFormatter.dll</HintPath>
  43. </Reference>
  44. <Reference Include="H.Formatters.Newtonsoft.Json, Version=13.0.59.0, Culture=neutral, PublicKeyToken=155b585918bc2f0b, processorArchitecture=MSIL">
  45. <HintPath>..\..\packages\H.Formatters.Newtonsoft.Json.13.0.59\lib\net451\H.Formatters.Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="H.Pipes, Version=2.0.59.0, Culture=neutral, PublicKeyToken=155b585918bc2f0b, processorArchitecture=MSIL">
  48. <HintPath>..\..\packages\H.Pipes.2.0.59\lib\net462\H.Pipes.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  52. </Reference>
  53. <Reference Include="mscorlib" />
  54. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  55. <HintPath>..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Ofcas.Lk.Api.Client.Core, Version=3.0.2.8, Culture=neutral, PublicKeyToken=1057fec7ec2b2be5, processorArchitecture=MSIL">
  58. <HintPath>..\..\packages\Ofcas.Lk.Api.Client.Core.3.0.2.8\lib\net472\Ofcas.Lk.Api.Client.Core.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Ofcas.Lk.Api.Shared, Version=3.0.2.8, Culture=neutral, PublicKeyToken=1057fec7ec2b2be5, processorArchitecture=MSIL">
  61. <HintPath>..\..\packages\Ofcas.Lk.Api.Client.Core.3.0.2.8\lib\net472\Ofcas.Lk.Api.Shared.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System"/>
  64. <Reference Include="System.Core"/>
  65. <Reference Include="System.Data"/>
  66. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  67. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  70. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Xml"/>
  73. <Reference Include="System.Xaml">
  74. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  75. </Reference>
  76. <Reference Include="WindowsBase"/>
  77. <Reference Include="PresentationCore"/>
  78. <Reference Include="PresentationFramework"/>
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ApplicationDefinition Include="App.xaml">
  82. <Generator>MSBuild:Compile</Generator>
  83. <SubType>Designer</SubType>
  84. </ApplicationDefinition>
  85. <Page Include="MainWindow.xaml">
  86. <Generator>MSBuild:Compile</Generator>
  87. <SubType>Designer</SubType>
  88. </Page>
  89. <Compile Include="App.xaml.cs">
  90. <DependentUpon>App.xaml</DependentUpon>
  91. <SubType>Code</SubType>
  92. </Compile>
  93. <Compile Include="LogikalListener.cs" />
  94. <Compile Include="LogikalServer.cs" />
  95. <Compile Include="MainWindow.xaml.cs">
  96. <DependentUpon>MainWindow.xaml</DependentUpon>
  97. <SubType>Code</SubType>
  98. </Compile>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="Properties\AssemblyInfo.cs">
  102. <SubType>Code</SubType>
  103. </Compile>
  104. <Compile Include="Properties\Resources.Designer.cs">
  105. <AutoGen>True</AutoGen>
  106. <DesignTime>True</DesignTime>
  107. <DependentUpon>Resources.resx</DependentUpon>
  108. </Compile>
  109. <EmbeddedResource Include="Properties\Resources.resx">
  110. <Generator>ResXFileCodeGenerator</Generator>
  111. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  112. </EmbeddedResource>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="App.config"/>
  116. <None Include="packages.config" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <ProjectReference Include="..\..\inabox\InABox.Logikal\InABox.Logikal.csproj">
  120. <Project>{24ef107f-3319-4788-892a-31c05669c8c4}</Project>
  121. <Name>InABox.Logikal</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\inabox\InABox.Logikal\InABox.Logikal.csproj">
  124. <Project>{24ef107f-3319-4788-892a-31c05669c8c4}</Project>
  125. <Name>InABox.Logikal</Name>
  126. </ProjectReference>
  127. </ItemGroup>
  128. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets"/>
  129. </Project>