LogoForceTestApp.Core.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.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>{5756697F-74D6-4D84-9FBD-C700EDD963C4}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>LogoForceTestApp.Core</RootNamespace>
  11. <AssemblyName>LogoForceTestApp.Core</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  34. <DebugSymbols>true</DebugSymbols>
  35. <OutputPath>bin\x64\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <DebugType>full</DebugType>
  38. <PlatformTarget>x64</PlatformTarget>
  39. <LangVersion>7.3</LangVersion>
  40. <ErrorReport>prompt</ErrorReport>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  43. <OutputPath>bin\x64\Release\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <Optimize>true</Optimize>
  46. <DebugType>pdbonly</DebugType>
  47. <PlatformTarget>x64</PlatformTarget>
  48. <LangVersion>7.3</LangVersion>
  49. <ErrorReport>prompt</ErrorReport>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.39\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  57. </Reference>
  58. <Reference Include="PresentationCore" />
  59. <Reference Include="PresentationFramework" />
  60. <Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Prism.Wpf.8.1.97\lib\net47\Prism.Wpf.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Configuration" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.Xaml" />
  70. <Reference Include="System.Xml.Linq" />
  71. <Reference Include="System.Data.DataSetExtensions" />
  72. <Reference Include="Microsoft.CSharp" />
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Net.Http" />
  75. <Reference Include="System.Xml" />
  76. <Reference Include="TouchSocket, Version=2.0.17.0, Culture=neutral, PublicKeyToken=5f39d7da98dac6a9, processorArchitecture=MSIL">
  77. <HintPath>..\packages\TouchSocket.2.0.17\lib\net472\TouchSocket.dll</HintPath>
  78. </Reference>
  79. <Reference Include="TouchSocket.Core, Version=2.0.17.0, Culture=neutral, PublicKeyToken=d6c415a2f58eda72, processorArchitecture=MSIL">
  80. <HintPath>..\packages\TouchSocket.Core.2.0.17\lib\net472\TouchSocket.Core.dll</HintPath>
  81. </Reference>
  82. <Reference Include="WindowsBase" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="CurrentUser.cs" />
  86. <Compile Include="Mvvm\RegionViewModelBase.cs" />
  87. <Compile Include="Mvvm\ViewModelBase.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <Compile Include="RegionNames.cs" />
  90. <Compile Include="Role.cs" />
  91. <Compile Include="User.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <None Include="packages.config" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Analyzer Include="..\packages\TouchSocket.Core.2.0.17\analyzers\dotnet\cs\TouchSocket.Core.SourceGenerator.dll" />
  98. </ItemGroup>
  99. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  100. </Project>