Muchinfo.PC.Common.csproj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{B1531AD7-0071-4AF0-B19D-3F01E41E8322}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.PC.Common</RootNamespace>
  11. <AssemblyName>Client.PC.Common</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>none</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>..\..\..\..\..\..\bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <SignAssembly>true</SignAssembly>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <AssemblyOriginatorKeyFile>Muchinfo.PC.snk</AssemblyOriginatorKeyFile>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="GalaSoft.MvvmLight.Extras.WPF4">
  48. <HintPath>..\Libs\GalaSoft.MvvmLight.Extras.WPF4.dll</HintPath>
  49. </Reference>
  50. <Reference Include="GalaSoft.MvvmLight.WPF4">
  51. <HintPath>..\Libs\GalaSoft.MvvmLight.WPF4.dll</HintPath>
  52. </Reference>
  53. <Reference Include="log4net">
  54. <HintPath>..\Libs\log4net.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.ReportViewer.WinForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  57. <SpecificVersion>False</SpecificVersion>
  58. <HintPath>..\Libs\Microsoft.ReportViewer.WinForms.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\Libs\Newtonsoft.Json.dll</HintPath>
  63. </Reference>
  64. <Reference Include="PresentationCore" />
  65. <Reference Include="PresentationFramework" />
  66. <Reference Include="System" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Management" />
  69. <Reference Include="System.Windows.Forms" />
  70. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\Libs\System.Windows.Interactivity.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Xaml" />
  75. <Reference Include="System.Xml.Linq" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. <Reference Include="Microsoft.CSharp" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.Xml" />
  80. <Reference Include="WindowsBase" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="Bosn\BsonHelper.cs" />
  84. <Compile Include="Bosn\JsonHelper.cs" />
  85. <Compile Include="Bosn\ZipHelper.cs" />
  86. <Compile Include="Converter\IsShowConvert.cs" />
  87. <Compile Include="Converter\TreeViewLineConverter.cs" />
  88. <Compile Include="Extensions\EnumerableExtensions.cs" />
  89. <Compile Include="Extensions\ThreadExtensions.cs" />
  90. <Compile Include="Helpers\DESHelper.cs" />
  91. <Compile Include="Helpers\ExportHelper.cs" />
  92. <Compile Include="Helpers\FormatHelper.cs" />
  93. <Compile Include="Helpers\FullScreenManager.cs" />
  94. <Compile Include="Helpers\IPHelper.cs" />
  95. <Compile Include="Helpers\LogHelper.cs" />
  96. <Compile Include="Helpers\MailSendHelper.cs" />
  97. <Compile Include="Helpers\MD5Helper.cs" />
  98. <Compile Include="Helpers\TextValidationHelper.cs" />
  99. <Compile Include="Helpers\WPFVisualTreeHelper.cs" />
  100. <Compile Include="Properties\AssemblyInfo.cs" />
  101. <Compile Include="Helpers\ResourceHelper.cs" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <None Include="Muchinfo.PC.snk" />
  105. </ItemGroup>
  106. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  107. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  108. Other similar extension points exist, see Microsoft.Common.targets.
  109. <Target Name="BeforeBuild">
  110. </Target>
  111. <Target Name="AfterBuild">
  112. </Target>
  113. -->
  114. </Project>