Test.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  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>{4B9E57E6-E364-475B-903A-7AA83D17178C}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Test</RootNamespace>
  11. <AssemblyName>Test</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</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. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Windows" />
  42. <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\Dlls\System.Windows.Interactivity.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System.Xml" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="System.Net.Http" />
  52. <Reference Include="System.Xaml">
  53. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  54. </Reference>
  55. <Reference Include="WindowsBase" />
  56. <Reference Include="PresentationCore" />
  57. <Reference Include="PresentationFramework" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <ApplicationDefinition Include="App.xaml">
  61. <Generator>MSBuild:Compile</Generator>
  62. <SubType>Designer</SubType>
  63. </ApplicationDefinition>
  64. <Compile Include="AutoGeoColumn\WinColumn.xaml.cs">
  65. <DependentUpon>WinColumn.xaml</DependentUpon>
  66. </Compile>
  67. <Compile Include="AutoGeoColumn\ShowItem.cs" />
  68. <Compile Include="CacheItemsTest\CacheItemsUtils.cs" />
  69. <Compile Include="CalcTrans\ReflectTest.cs" />
  70. <Compile Include="CalcTrans\WinCalc.xaml.cs">
  71. <DependentUpon>WinCalc.xaml</DependentUpon>
  72. </Compile>
  73. <Compile Include="ChildWindow\IntCalcConverter.cs" />
  74. <Compile Include="ChildWindow\WinChild.xaml.cs">
  75. <DependentUpon>WinChild.xaml</DependentUpon>
  76. </Compile>
  77. <Compile Include="ChildWindow\WinLayOut.xaml.cs">
  78. <DependentUpon>WinLayOut.xaml</DependentUpon>
  79. </Compile>
  80. <Compile Include="ChildWindow\WinMainFrame.xaml.cs">
  81. <DependentUpon>WinMainFrame.xaml</DependentUpon>
  82. </Compile>
  83. <Compile Include="ChildWindow\WinStart.xaml.cs">
  84. <DependentUpon>WinStart.xaml</DependentUpon>
  85. </Compile>
  86. <Compile Include="CompareTest\CompareItem.cs" />
  87. <Compile Include="CompareTest\WinCompare.xaml.cs">
  88. <DependentUpon>WinCompare.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="CopyCell\UCTest.xaml.cs">
  91. <DependentUpon>UCTest.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="CustomViewTest.xaml.cs">
  94. <DependentUpon>CustomViewTest.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="DataServer\DataServerTest.cs" />
  97. <Compile Include="DataServer\DataServerUtil.cs" />
  98. <Compile Include="Decorator\WinDecorator.xaml.cs">
  99. <DependentUpon>WinDecorator.xaml</DependentUpon>
  100. </Compile>
  101. <Compile Include="DPAlgorithml.cs" />
  102. <Compile Include="Enumerator\EnumeratorTest.cs" />
  103. <Compile Include="EventTest\EventWrapperTest.xaml.cs">
  104. <DependentUpon>EventWrapperTest.xaml</DependentUpon>
  105. </Compile>
  106. <Compile Include="EventTest\WinEventTest.xaml.cs">
  107. <DependentUpon>WinEventTest.xaml</DependentUpon>
  108. </Compile>
  109. <Compile Include="GroupTest.cs" />
  110. <Compile Include="Layout\WinLayout.xaml.cs">
  111. <DependentUpon>WinLayout.xaml</DependentUpon>
  112. </Compile>
  113. <Compile Include="ListView\WinListView.xaml.cs">
  114. <DependentUpon>WinListView.xaml</DependentUpon>
  115. </Compile>
  116. <Compile Include="MD5Test\MD5Utils.cs" />
  117. <Compile Include="MD5Test\WinMd5Test.xaml.cs">
  118. <DependentUpon>WinMd5Test.xaml</DependentUpon>
  119. </Compile>
  120. <Compile Include="Message\WinMessage.xaml.cs">
  121. <DependentUpon>WinMessage.xaml</DependentUpon>
  122. </Compile>
  123. <Compile Include="NoBorderWin\WinNoBorder.xaml.cs">
  124. <DependentUpon>WinNoBorder.xaml</DependentUpon>
  125. </Compile>
  126. <Compile Include="Pager\WinChangeState.xaml.cs">
  127. <DependentUpon>WinChangeState.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Pager\WinPager.xaml.cs">
  130. <DependentUpon>WinPager.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="PathInfo\WinPath.xaml.cs">
  133. <DependentUpon>WinPath.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="PathTest\WinPathText.xaml.cs">
  136. <DependentUpon>WinPathText.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="ReflectTest\WinReflectTest.xaml.cs">
  139. <DependentUpon>WinReflectTest.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="RegexTest\WinRegex.xaml.cs">
  142. <DependentUpon>WinRegex.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="SearchControl\WinComboBox.xaml.cs">
  145. <DependentUpon>WinComboBox.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="SearchControl\WinProgress.xaml.cs">
  148. <DependentUpon>WinProgress.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="ServiceTest\MyService.cs" />
  151. <Compile Include="ServiceTest\WinServiceTest.xaml.cs">
  152. <DependentUpon>WinServiceTest.xaml</DependentUpon>
  153. </Compile>
  154. <Compile Include="TaskTest\WinTask.xaml.cs">
  155. <DependentUpon>WinTask.xaml</DependentUpon>
  156. </Compile>
  157. <Compile Include="Test.cs" />
  158. <Compile Include="TestEditor.xaml.cs">
  159. <DependentUpon>TestEditor.xaml</DependentUpon>
  160. </Compile>
  161. <Compile Include="TreeNavigation\VmTreeNavigationTest.cs" />
  162. <Compile Include="TreeNavigation\WinTreeNavigationTest.xaml.cs">
  163. <DependentUpon>WinTreeNavigationTest.xaml</DependentUpon>
  164. </Compile>
  165. <Compile Include="ValidateRule\TestValidateRules.cs" />
  166. <Compile Include="ValidateRule\VmDataGriValidation.cs" />
  167. <Compile Include="ValidateRule\WinDataGridValidation.xaml.cs">
  168. <DependentUpon>WinDataGridValidation.xaml</DependentUpon>
  169. </Compile>
  170. <Compile Include="ValidateRule\WinValidation.xaml.cs">
  171. <DependentUpon>WinValidation.xaml</DependentUpon>
  172. </Compile>
  173. <Compile Include="CopyCell\WinDataGridTest.xaml.cs">
  174. <DependentUpon>WinDataGridTest.xaml</DependentUpon>
  175. </Compile>
  176. <Compile Include="WindowsMessage\WinCloseButton.xaml.cs">
  177. <DependentUpon>WinCloseButton.xaml</DependentUpon>
  178. </Compile>
  179. <Compile Include="WinTestResult.xaml.cs">
  180. <DependentUpon>WinTestResult.xaml</DependentUpon>
  181. </Compile>
  182. <Page Include="AutoGeoColumn\WinColumn.xaml">
  183. <Generator>MSBuild:Compile</Generator>
  184. <SubType>Designer</SubType>
  185. </Page>
  186. <Page Include="CalcTrans\WinCalc.xaml">
  187. <SubType>Designer</SubType>
  188. <Generator>MSBuild:Compile</Generator>
  189. </Page>
  190. <Page Include="ChildWindow\WinChild.xaml">
  191. <SubType>Designer</SubType>
  192. <Generator>MSBuild:Compile</Generator>
  193. </Page>
  194. <Page Include="ChildWindow\WinLayOut.xaml">
  195. <SubType>Designer</SubType>
  196. <Generator>MSBuild:Compile</Generator>
  197. </Page>
  198. <Page Include="ChildWindow\WinMainFrame.xaml">
  199. <SubType>Designer</SubType>
  200. <Generator>MSBuild:Compile</Generator>
  201. </Page>
  202. <Page Include="ChildWindow\WinStart.xaml">
  203. <SubType>Designer</SubType>
  204. <Generator>MSBuild:Compile</Generator>
  205. </Page>
  206. <Page Include="CompareTest\WinCompare.xaml">
  207. <SubType>Designer</SubType>
  208. <Generator>MSBuild:Compile</Generator>
  209. </Page>
  210. <Page Include="CopyCell\UCTest.xaml">
  211. <SubType>Designer</SubType>
  212. <Generator>MSBuild:Compile</Generator>
  213. </Page>
  214. <Page Include="CustomViewTest.xaml">
  215. <SubType>Designer</SubType>
  216. <Generator>MSBuild:Compile</Generator>
  217. </Page>
  218. <Page Include="Decorator\WinDecorator.xaml">
  219. <SubType>Designer</SubType>
  220. <Generator>MSBuild:Compile</Generator>
  221. </Page>
  222. <Page Include="EventTest\EventWrapperTest.xaml">
  223. <SubType>Designer</SubType>
  224. <Generator>MSBuild:Compile</Generator>
  225. </Page>
  226. <Page Include="EventTest\WinEventTest.xaml">
  227. <SubType>Designer</SubType>
  228. <Generator>MSBuild:Compile</Generator>
  229. </Page>
  230. <Page Include="Layout\WinLayout.xaml">
  231. <SubType>Designer</SubType>
  232. <Generator>MSBuild:Compile</Generator>
  233. </Page>
  234. <Page Include="ListView\WinListView.xaml">
  235. <SubType>Designer</SubType>
  236. <Generator>MSBuild:Compile</Generator>
  237. </Page>
  238. <Page Include="MainWindow.xaml">
  239. <Generator>MSBuild:Compile</Generator>
  240. <SubType>Designer</SubType>
  241. </Page>
  242. <Compile Include="App.xaml.cs">
  243. <DependentUpon>App.xaml</DependentUpon>
  244. <SubType>Code</SubType>
  245. </Compile>
  246. <Compile Include="MainWindow.xaml.cs">
  247. <DependentUpon>MainWindow.xaml</DependentUpon>
  248. <SubType>Code</SubType>
  249. </Compile>
  250. <Page Include="MD5Test\WinMd5Test.xaml">
  251. <SubType>Designer</SubType>
  252. <Generator>MSBuild:Compile</Generator>
  253. </Page>
  254. <Page Include="Message\WinMessage.xaml">
  255. <SubType>Designer</SubType>
  256. <Generator>MSBuild:Compile</Generator>
  257. </Page>
  258. <Page Include="NoBorderWin\WinNoBorder.xaml">
  259. <SubType>Designer</SubType>
  260. <Generator>MSBuild:Compile</Generator>
  261. </Page>
  262. <Page Include="Pager\WinChangeState.xaml">
  263. <SubType>Designer</SubType>
  264. <Generator>MSBuild:Compile</Generator>
  265. </Page>
  266. <Page Include="Pager\WinPager.xaml">
  267. <SubType>Designer</SubType>
  268. <Generator>MSBuild:Compile</Generator>
  269. </Page>
  270. <Page Include="PathInfo\WinPath.xaml">
  271. <SubType>Designer</SubType>
  272. <Generator>MSBuild:Compile</Generator>
  273. </Page>
  274. <Page Include="PathTest\WinPathText.xaml">
  275. <SubType>Designer</SubType>
  276. <Generator>MSBuild:Compile</Generator>
  277. </Page>
  278. <Page Include="ReflectTest\WinReflectTest.xaml">
  279. <SubType>Designer</SubType>
  280. <Generator>MSBuild:Compile</Generator>
  281. </Page>
  282. <Page Include="RegexTest\WinRegex.xaml">
  283. <SubType>Designer</SubType>
  284. <Generator>MSBuild:Compile</Generator>
  285. </Page>
  286. <Page Include="SearchControl\WinComboBox.xaml">
  287. <SubType>Designer</SubType>
  288. <Generator>MSBuild:Compile</Generator>
  289. </Page>
  290. <Page Include="SearchControl\WinProgress.xaml">
  291. <SubType>Designer</SubType>
  292. <Generator>MSBuild:Compile</Generator>
  293. </Page>
  294. <Page Include="ServiceTest\WinServiceTest.xaml">
  295. <SubType>Designer</SubType>
  296. <Generator>MSBuild:Compile</Generator>
  297. </Page>
  298. <Page Include="TaskTest\WinTask.xaml">
  299. <SubType>Designer</SubType>
  300. <Generator>MSBuild:Compile</Generator>
  301. </Page>
  302. <Page Include="TestEditor.xaml">
  303. <SubType>Designer</SubType>
  304. <Generator>MSBuild:Compile</Generator>
  305. </Page>
  306. <Page Include="TreeNavigation\WinTreeNavigationTest.xaml">
  307. <SubType>Designer</SubType>
  308. <Generator>MSBuild:Compile</Generator>
  309. </Page>
  310. <Page Include="ValidateRule\WinDataGridValidation.xaml">
  311. <SubType>Designer</SubType>
  312. <Generator>MSBuild:Compile</Generator>
  313. </Page>
  314. <Page Include="ValidateRule\WinValidation.xaml">
  315. <SubType>Designer</SubType>
  316. <Generator>MSBuild:Compile</Generator>
  317. </Page>
  318. <Page Include="CopyCell\WinDataGridTest.xaml">
  319. <SubType>Designer</SubType>
  320. <Generator>MSBuild:Compile</Generator>
  321. </Page>
  322. <Page Include="WindowsMessage\WinCloseButton.xaml">
  323. <SubType>Designer</SubType>
  324. <Generator>MSBuild:Compile</Generator>
  325. </Page>
  326. <Page Include="WinTestResult.xaml">
  327. <SubType>Designer</SubType>
  328. <Generator>MSBuild:Compile</Generator>
  329. </Page>
  330. </ItemGroup>
  331. <ItemGroup>
  332. <Compile Include="Properties\AssemblyInfo.cs">
  333. <SubType>Code</SubType>
  334. </Compile>
  335. <Compile Include="Properties\Resources.Designer.cs">
  336. <AutoGen>True</AutoGen>
  337. <DesignTime>True</DesignTime>
  338. <DependentUpon>Resources.resx</DependentUpon>
  339. </Compile>
  340. <Compile Include="Properties\Settings.Designer.cs">
  341. <AutoGen>True</AutoGen>
  342. <DependentUpon>Settings.settings</DependentUpon>
  343. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  344. </Compile>
  345. <EmbeddedResource Include="Properties\Resources.resx">
  346. <Generator>ResXFileCodeGenerator</Generator>
  347. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  348. </EmbeddedResource>
  349. <None Include="Properties\Settings.settings">
  350. <Generator>SettingsSingleFileGenerator</Generator>
  351. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  352. </None>
  353. <AppDesigner Include="Properties\" />
  354. </ItemGroup>
  355. <ItemGroup>
  356. <None Include="App.config" />
  357. </ItemGroup>
  358. <ItemGroup>
  359. <ProjectReference Include="..\FWindSoft.Wpf\FWindSoft.Wpf.csproj">
  360. <Project>{28e63cc9-6cfb-47a1-8b40-4cf9e4309d51}</Project>
  361. <Name>FWindSoft.Wpf</Name>
  362. </ProjectReference>
  363. <ProjectReference Include="..\FWindSoft\FWindSoft.csproj">
  364. <Project>{063ebafb-9f7b-4cd7-b960-70464bf3ea33}</Project>
  365. <Name>FWindSoft</Name>
  366. </ProjectReference>
  367. </ItemGroup>
  368. <ItemGroup>
  369. <Resource Include="WindowsMessage\描述.txt" />
  370. </ItemGroup>
  371. <ItemGroup>
  372. <Folder Include="固定模块开发--自动清理失去引用的集合\" />
  373. </ItemGroup>
  374. <ItemGroup>
  375. <Resource Include="Images\background.jpg" />
  376. <Content Include="ServiceTest\Services.xml">
  377. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  378. </Content>
  379. </ItemGroup>
  380. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  381. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  382. Other similar extension points exist, see Microsoft.Common.targets.
  383. <Target Name="BeforeBuild">
  384. </Target>
  385. <Target Name="AfterBuild">
  386. </Target>
  387. -->
  388. </Project>