PPModule.csproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  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>{3ADEFD6C-64B4-41B3-A157-84A99CCA9A5C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>PPModule</RootNamespace>
  10. <AssemblyName>PPModule</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  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. <PlatformTarget>x86</PlatformTarget>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>bin\x86\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <DebugType>full</DebugType>
  46. <PlatformTarget>x86</PlatformTarget>
  47. <ErrorReport>prompt</ErrorReport>
  48. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  51. <OutputPath>bin\x86\Release\</OutputPath>
  52. <DefineConstants>TRACE</DefineConstants>
  53. <Optimize>true</Optimize>
  54. <DebugType>pdbonly</DebugType>
  55. <PlatformTarget>x86</PlatformTarget>
  56. <ErrorReport>prompt</ErrorReport>
  57. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="System" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Drawing" />
  67. <Reference Include="System.Windows.Forms" />
  68. <Reference Include="System.Xml" />
  69. <Reference Include="Utilities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="F_PP_0301.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="F_PP_0301.Designer.cs">
  76. <DependentUpon>F_PP_0301.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="F_PP_0201.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="F_PP_0201.Designer.cs">
  82. <DependentUpon>F_PP_0201.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="F_PP_0302.cs">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="F_PP_0302.Designer.cs">
  88. <DependentUpon>F_PP_0302.cs</DependentUpon>
  89. </Compile>
  90. <Compile Include="F_PP_0202.cs">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="F_PP_0202.Designer.cs">
  94. <DependentUpon>F_PP_0202.cs</DependentUpon>
  95. </Compile>
  96. <Compile Include="F_PP_0303.cs">
  97. <SubType>Form</SubType>
  98. </Compile>
  99. <Compile Include="F_PP_0303.Designer.cs">
  100. <DependentUpon>F_PP_0303.cs</DependentUpon>
  101. </Compile>
  102. <Compile Include="F_PP_0203.cs">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="F_PP_0203.Designer.cs">
  106. <DependentUpon>F_PP_0203.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="F_PP_0103.cs">
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="F_PP_0103.Designer.cs">
  112. <DependentUpon>F_PP_0103.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="F_PP_0121.cs">
  115. <SubType>Form</SubType>
  116. </Compile>
  117. <Compile Include="F_PP_0121.Designer.cs">
  118. <DependentUpon>F_PP_0121.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="F_PP_0102.cs">
  121. <SubType>Form</SubType>
  122. </Compile>
  123. <Compile Include="F_PP_0102.Designer.cs">
  124. <DependentUpon>F_PP_0102.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="F_PP_0111.cs">
  127. <SubType>Form</SubType>
  128. </Compile>
  129. <Compile Include="F_PP_0111.Designer.cs">
  130. <DependentUpon>F_PP_0111.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="F_PP_0110.cs">
  133. <SubType>Form</SubType>
  134. </Compile>
  135. <Compile Include="F_PP_0110.Designer.cs">
  136. <DependentUpon>F_PP_0110.cs</DependentUpon>
  137. </Compile>
  138. <Compile Include="F_PP_0101.cs">
  139. <SubType>Form</SubType>
  140. </Compile>
  141. <Compile Include="F_PP_0101.Designer.cs">
  142. <DependentUpon>F_PP_0101.cs</DependentUpon>
  143. </Compile>
  144. <Compile Include="Properties\AssemblyInfo.cs" />
  145. <Service Include="{94E38DFF-614B-4cbd-B67C-F211BB35CE8B}" />
  146. </ItemGroup>
  147. <ItemGroup>
  148. <EmbeddedResource Include="F_PP_0301.resx">
  149. <DependentUpon>F_PP_0301.cs</DependentUpon>
  150. </EmbeddedResource>
  151. <EmbeddedResource Include="F_PP_0201.resx">
  152. <DependentUpon>F_PP_0201.cs</DependentUpon>
  153. </EmbeddedResource>
  154. <EmbeddedResource Include="F_PP_0302.resx">
  155. <DependentUpon>F_PP_0302.cs</DependentUpon>
  156. </EmbeddedResource>
  157. <EmbeddedResource Include="F_PP_0202.resx">
  158. <DependentUpon>F_PP_0202.cs</DependentUpon>
  159. </EmbeddedResource>
  160. <EmbeddedResource Include="F_PP_0303.resx">
  161. <DependentUpon>F_PP_0303.cs</DependentUpon>
  162. </EmbeddedResource>
  163. <EmbeddedResource Include="F_PP_0203.resx">
  164. <DependentUpon>F_PP_0203.cs</DependentUpon>
  165. </EmbeddedResource>
  166. <EmbeddedResource Include="F_PP_0103.resx">
  167. <DependentUpon>F_PP_0103.cs</DependentUpon>
  168. </EmbeddedResource>
  169. <EmbeddedResource Include="F_PP_0121.resx">
  170. <DependentUpon>F_PP_0121.cs</DependentUpon>
  171. </EmbeddedResource>
  172. <EmbeddedResource Include="F_PP_0102.resx">
  173. <DependentUpon>F_PP_0102.cs</DependentUpon>
  174. </EmbeddedResource>
  175. <EmbeddedResource Include="F_PP_0111.resx">
  176. <DependentUpon>F_PP_0111.cs</DependentUpon>
  177. </EmbeddedResource>
  178. <EmbeddedResource Include="F_PP_0110.resx">
  179. <DependentUpon>F_PP_0110.cs</DependentUpon>
  180. </EmbeddedResource>
  181. <EmbeddedResource Include="F_PP_0101.resx">
  182. <DependentUpon>F_PP_0101.cs</DependentUpon>
  183. </EmbeddedResource>
  184. </ItemGroup>
  185. <ItemGroup>
  186. <ProjectReference Include="..\..\DK.Basics\BaseControls\BaseControls.csproj">
  187. <Project>{7590dcac-f66d-4230-b713-268c865a7bb1}</Project>
  188. <Name>BaseControls</Name>
  189. </ProjectReference>
  190. <ProjectReference Include="..\..\DK.Basics\BaseResources\BaseResources.csproj">
  191. <Project>{61710211-9b80-45c1-b338-fdf984c9ae43}</Project>
  192. <Name>BaseResources</Name>
  193. </ProjectReference>
  194. <ProjectReference Include="..\..\DK.Basics\DockPanel\DockPanel.csproj">
  195. <Project>{e32f051d-7c28-42ec-ab5b-cfe18290aa45}</Project>
  196. <Name>DockPanel</Name>
  197. </ProjectReference>
  198. <ProjectReference Include="..\..\DK.Basics\WFControls\WFControls.csproj">
  199. <Project>{34c3d971-de12-44ea-9943-581c24860a84}</Project>
  200. <Name>WFControls</Name>
  201. </ProjectReference>
  202. <ProjectReference Include="..\..\WCF.Client\WCF.Proxys\WCF.Proxys.csproj">
  203. <Project>{d5ac665b-a113-4ddd-808c-7563202dc293}</Project>
  204. <Name>WCF.Proxys</Name>
  205. </ProjectReference>
  206. <ProjectReference Include="..\..\WCF.Service\WCF.Contracts\WCF.Contracts.csproj">
  207. <Project>{9709de66-52b3-4f9e-adea-ea639586080b}</Project>
  208. <Name>WCF.Contracts</Name>
  209. </ProjectReference>
  210. <ProjectReference Include="..\..\WCF.Service\WCF.DataModels\WCF.DataModels.csproj">
  211. <Project>{4c4bfbdc-125c-488a-8b35-5a0637478c66}</Project>
  212. <Name>WCF.DataModels</Name>
  213. </ProjectReference>
  214. <ProjectReference Include="..\Client.Controls\Client.Controls.csproj">
  215. <Project>{ae533029-79c3-4053-ba9c-ad5a0b4fbbf7}</Project>
  216. <Name>Client.Controls</Name>
  217. </ProjectReference>
  218. <ProjectReference Include="..\Client.DataModels\Client.DataModels.csproj">
  219. <Project>{abded3cb-93e4-4216-b451-a747426fb5f0}</Project>
  220. <Name>Client.DataModels</Name>
  221. </ProjectReference>
  222. <ProjectReference Include="..\CommonModule\CommonModule.csproj">
  223. <Project>{FEC6E3A7-C649-4300-B7DC-FE4E111B79F6}</Project>
  224. <Name>CommonModule</Name>
  225. </ProjectReference>
  226. </ItemGroup>
  227. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  228. </Project>