Pms.View.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{921420EF-C2FC-4731-A0EB-658007D8F933}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Pms.View</RootNamespace>
  11. <AssemblyName>Pms.View</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="FluentNHibernate">
  37. <HintPath>Dlls\FluentNHibernate.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Iesi.Collections">
  40. <HintPath>Dlls\Iesi.Collections.dll</HintPath>
  41. </Reference>
  42. <Reference Include="NHibernate">
  43. <HintPath>Dlls\NHibernate.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Pms.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\Dlls\Pms.Common.dll</HintPath>
  48. </Reference>
  49. <Reference Include="PmsCoreDB, Version=1.0.3.2, Culture=neutral, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\Dlls\PmsCoreDB.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Deployment" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Net.Http" />
  62. <Reference Include="System.Windows.Forms" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="ColorSet.cs">
  67. <SubType>Form</SubType>
  68. </Compile>
  69. <Compile Include="ColorSet.Designer.cs">
  70. <DependentUpon>ColorSet.cs</DependentUpon>
  71. </Compile>
  72. <Compile Include="Config\CViewConfigManager.cs" />
  73. <Compile Include="MainForm.cs">
  74. <SubType>Form</SubType>
  75. </Compile>
  76. <Compile Include="MainForm.Designer.cs">
  77. <DependentUpon>MainForm.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="Models\EDisplayElem.cs" />
  80. <Compile Include="Program.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <Compile Include="WMSDBModelHelper.cs" />
  83. <EmbeddedResource Include="ColorSet.resx">
  84. <DependentUpon>ColorSet.cs</DependentUpon>
  85. </EmbeddedResource>
  86. <EmbeddedResource Include="MainForm.resx">
  87. <DependentUpon>MainForm.cs</DependentUpon>
  88. </EmbeddedResource>
  89. <EmbeddedResource Include="Properties\Resources.resx">
  90. <Generator>ResXFileCodeGenerator</Generator>
  91. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  92. <SubType>Designer</SubType>
  93. </EmbeddedResource>
  94. <Compile Include="Properties\Resources.Designer.cs">
  95. <AutoGen>True</AutoGen>
  96. <DependentUpon>Resources.resx</DependentUpon>
  97. </Compile>
  98. <None Include="Properties\Settings.settings">
  99. <Generator>SettingsSingleFileGenerator</Generator>
  100. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  101. </None>
  102. <Compile Include="Properties\Settings.Designer.cs">
  103. <AutoGen>True</AutoGen>
  104. <DependentUpon>Settings.settings</DependentUpon>
  105. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  106. </Compile>
  107. </ItemGroup>
  108. <ItemGroup>
  109. <None Include="App.config" />
  110. </ItemGroup>
  111. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  112. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  113. Other similar extension points exist, see Microsoft.Common.targets.
  114. <Target Name="BeforeBuild">
  115. </Target>
  116. <Target Name="AfterBuild">
  117. </Target>
  118. -->
  119. </Project>