PageRenderTime 49ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSDllCOMServer/CSDllCOMServer.csproj

#
MSBuild | 63 lines | 56 code | 0 blank | 7 comment | 0 complexity | 8d500618e344864ae4d86281c7d2d23e MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{8974058B-1BAC-44D8-9625-C2C42B6A4A8E}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CSDllCOMServer</RootNamespace>
  12. <AssemblyName>CSDllCOMServer</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SignAssembly>false</SignAssembly>
  16. <AssemblyOriginatorKeyFile>
  17. </AssemblyOriginatorKeyFile>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>..\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <RegisterForComInterop>true</RegisterForComInterop>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>..\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <RegisterForComInterop>true</RegisterForComInterop>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="System" />
  40. <Reference Include="System.Core">
  41. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  42. </Reference>
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="SimpleObject.cs" />
  48. <Compile Include="NativeMethod.cs" />
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Content Include="CSDllCOMClient.vbs" />
  53. <Content Include="ReadMe.txt" />
  54. </ItemGroup>
  55. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  56. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  57. Other similar extension points exist, see Microsoft.Common.targets.
  58. <Target Name="BeforeBuild">
  59. </Target>
  60. <Target Name="AfterBuild">
  61. </Target>
  62. -->
  63. </Project>