sqlsharp-net_4_x.csproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
  3. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>9.0.30729</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{DCCC3618-803B-4492-A968-010E2C0851E8}</ProjectGuid>
  10. <OutputType>Exe</OutputType>
  11. <NoWarn>1699</NoWarn>
  12. <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
  13. <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
  14. <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
  15. <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
  16. <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
  17. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  18. <NoStdLib>True</NoStdLib>
  19. <NoConfig>True</NoConfig>
  20. <AppDesignerFolder>Properties</AppDesignerFolder>
  21. <RootNamespace>
  22. </RootNamespace>
  23. <AssemblyName>sqlsharp</AssemblyName>
  24. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  25. <FileAlignment>512</FileAlignment>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <NoWarn>1699</NoWarn>
  31. <Optimize>false</Optimize>
  32. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <DebugType>pdbonly</DebugType>
  38. <NoWarn>1699</NoWarn>
  39. <Optimize>true</Optimize>
  40. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  45. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  46. is a problem to compile the Mono mscorlib.dll -->
  47. <PropertyGroup>
  48. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  49. </PropertyGroup>
  50. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  51. <ItemGroup>
  52. <Compile Include="SqlSharpCli.cs" /> </ItemGroup>
  53. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  54. Other similar extension points exist, see Microsoft.Common.targets.
  55. <Target Name="BeforeBuild">
  56. </Target>
  57. <Target Name="AfterBuild">
  58. </Target>
  59. -->
  60. <PropertyGroup>
  61. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  62. </PreBuildEvent>
  63. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  64. </PreBuildEvent>
  65. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  66. </PostBuildEvent>
  67. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  68. </PostBuildEvent>
  69. </PropertyGroup>
  70. <ItemGroup>
  71. <ProjectReference Include="../../class/corlib/corlib-net_4_x.csproj">
  72. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  73. <Name>corlib-net_4_x</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="../../class/System/System-net_4_x.csproj">
  76. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  77. <Name>System-net_4_x</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="../../class/System.XML/System.Xml-net_4_x.csproj">
  80. <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
  81. <Name>System.Xml-net_4_x</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="../../class/System.Data/System.Data-net_4_x.csproj">
  84. <Project>{EC439BB8-FFED-4A32-A05D-2FA3A70CAD64}</Project>
  85. <Name>System.Data-net_4_x</Name>
  86. </ProjectReference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Folder Include="Properties\" />
  90. </ItemGroup>
  91. </Project>