CLR测试工具.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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>{99D35C04-BF68-487A-8DAE-BE72A268BC27}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CLRTest</RootNamespace>
  11. <AssemblyName>CLR测试工具</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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="System" />
  37. <Reference Include="System.Data" />
  38. <Reference Include="System.Deployment" />
  39. <Reference Include="System.Drawing" />
  40. <Reference Include="System.Web" />
  41. <Reference Include="System.Windows.Forms" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="Form1.cs">
  46. <SubType>Form</SubType>
  47. </Compile>
  48. <Compile Include="Form1.Designer.cs">
  49. <DependentUpon>Form1.cs</DependentUpon>
  50. </Compile>
  51. <Compile Include="Form4.cs">
  52. <SubType>Form</SubType>
  53. </Compile>
  54. <Compile Include="Form4.Designer.cs">
  55. <DependentUpon>Form4.cs</DependentUpon>
  56. </Compile>
  57. <Compile Include="Program.cs" />
  58. <Compile Include="Properties\AssemblyInfo.cs" />
  59. <EmbeddedResource Include="Form1.resx">
  60. <DependentUpon>Form1.cs</DependentUpon>
  61. </EmbeddedResource>
  62. <EmbeddedResource Include="Form4.resx">
  63. <DependentUpon>Form4.cs</DependentUpon>
  64. </EmbeddedResource>
  65. <EmbeddedResource Include="Properties\Resources.resx">
  66. <Generator>ResXFileCodeGenerator</Generator>
  67. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  68. <SubType>Designer</SubType>
  69. </EmbeddedResource>
  70. <Compile Include="Properties\Resources.Designer.cs">
  71. <AutoGen>True</AutoGen>
  72. <DependentUpon>Resources.resx</DependentUpon>
  73. <DesignTime>True</DesignTime>
  74. </Compile>
  75. <None Include="app.config" />
  76. <None Include="Properties\Settings.settings">
  77. <Generator>SettingsSingleFileGenerator</Generator>
  78. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  79. </None>
  80. <Compile Include="Properties\Settings.Designer.cs">
  81. <AutoGen>True</AutoGen>
  82. <DependentUpon>Settings.settings</DependentUpon>
  83. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  84. </Compile>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <ProjectReference Include="..\..\LYFZ.3Layer\LYFZ.BLL\LYFZ.BLL.csproj">
  88. <Project>{3322c6b2-3047-40ad-8e3e-a1dfa54a90fc}</Project>
  89. <Name>LYFZ.BLL</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\..\LYFZ.3Layer\LYFZ.DAL\LYFZ.DAL.csproj">
  92. <Project>{df593e7c-1db0-433a-ab40-459137e06a16}</Project>
  93. <Name>LYFZ.DAL</Name>
  94. </ProjectReference>
  95. <ProjectReference Include="..\..\LYFZ.3Layer\LYFZ.Model\LYFZ.Model.csproj">
  96. <Project>{1700bb0d-db77-450b-9fcd-31f5f9f99a69}</Project>
  97. <Name>LYFZ.Model</Name>
  98. </ProjectReference>
  99. <ProjectReference Include="..\..\LYFZ.ComponentLibrary\LYFZ.ComponentLibrary.csproj">
  100. <Project>{d4c2d4c1-1cf6-4116-8bf2-6de55f518b2a}</Project>
  101. <Name>LYFZ.ComponentLibrary</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\..\LYFZ.Helper\LYFZ.Helper.csproj">
  104. <Project>{2376e225-c00b-467c-adde-b33d40719f69}</Project>
  105. <Name>LYFZ.Helper</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\..\LYFZ.StandardInterface\LYFZ.StandardInterface.csproj">
  108. <Project>{4e43b937-8720-41d3-8863-88cbf4ab2194}</Project>
  109. <Name>LYFZ.StandardInterface</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\..\LYFZ.WcfServiceSharedLibraries\LYFZ.WcfServiceSharedLibraries.csproj">
  112. <Project>{ab0848c9-5fd6-4f58-be24-93aa55b138c1}</Project>
  113. <Name>LYFZ.WcfServiceSharedLibraries</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\..\LYFZ.WinAPI\LYFZ.WinApi.csproj">
  116. <Project>{c3e180f9-433d-4af7-8ec4-005b3f42f4d0}</Project>
  117. <Name>LYFZ.WinApi</Name>
  118. </ProjectReference>
  119. </ItemGroup>
  120. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  121. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  122. Other similar extension points exist, see Microsoft.Common.targets.
  123. <Target Name="BeforeBuild">
  124. </Target>
  125. <Target Name="AfterBuild">
  126. </Target>
  127. -->
  128. </Project>