CommDef.csproj 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{A91FCEA0-4061-4DC5-90A0-847921BD7533}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <OutputType>Library</OutputType>
  8. <LangVersion>8.0</LangVersion>
  9. <AssemblyName>CommDef</AssemblyName>
  10. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  11. <WarningLevel>4</WarningLevel>
  12. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
  15. <PlatformTarget>AnyCPU</PlatformTarget>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
  18. <OutputPath>bin\Debug\</OutputPath>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
  24. <OutputPath>bin\Release\</OutputPath>
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. </PropertyGroup>
  29. <ItemGroup />
  30. <ItemGroup>
  31. <Compile Include="CommDef\ClassType.cs" />
  32. <Compile Include="CommDef\EnvironmentVariableManage.cs" />
  33. <Compile Include="CommDef\IEnvironmentVariableManage.cs" />
  34. <Compile Include="CommDef\IThreadManage.cs" />
  35. <Compile Include="CommDef\ReflectionInfo.cs" />
  36. <Compile Include="CommDef\ThreadInfo.cs" />
  37. <Compile Include="CommDef\ThreadManage.cs" />
  38. <Compile Include="Properties\AssemblyInfo.cs" />
  39. </ItemGroup>
  40. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  41. </Project>