/PetaPoco.Tests/PetaPoco.Tests.csproj

http://github.com/toptensoftware/PetaPoco · MSBuild · 144 lines · 137 code · 0 blank · 7 comment · 4 complexity · 8d0b8ca49ec8b62252a29d22defbac79 MD5 · raw file

  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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{E6787C52-7549-44CD-AA6E-AB9D55946AB9}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>PetaPoco.Tests</RootNamespace>
  12. <AssemblyName>PetaPoco.Tests</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile>
  16. </TargetFrameworkProfile>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <Optimize>false</Optimize>
  37. <OutputPath>bin\Debug\</OutputPath>
  38. <DefineConstants>DEBUG;TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <StartupObject>PetaPoco.Tests.Program</StartupObject>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="Npgsql">
  56. <HintPath>..\..\..\..\..\..\Program Files\PostgreSQL\.NET Provider\Npgsql.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\..\..\..\..\..\Program Files\Microsoft SQL Server Compact Edition\v4.0\Desktop\System.Data.SqlServerCe.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="MultiPocoTests.cs" />
  71. <Compile Include="Misc.cs" />
  72. <Compile Include="ColumnMapper.cs" />
  73. <Compile Include="PetaTest.cs" />
  74. <Compile Include="Program.cs" />
  75. <Compile Include="SqlBuilder.cs" />
  76. <Compile Include="poco.cs" />
  77. <Compile Include="Tests.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. <Compile Include="Utils.cs" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <None Include="App.config">
  83. <SubType>Designer</SubType>
  84. </None>
  85. <None Include="packages.config" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <EmbeddedResource Include="mysql_init.sql" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <EmbeddedResource Include="mysql_done.sql" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <EmbeddedResource Include="sqlserver_init.sql" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <EmbeddedResource Include="sqlserver_done.sql" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <EmbeddedResource Include="postgresql_done.sql" />
  101. <EmbeddedResource Include="postgresql_init.sql" />
  102. <Content Include="petapoco.sdf">
  103. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  104. </Content>
  105. <EmbeddedResource Include="sqlserverce_init.sql" />
  106. <EmbeddedResource Include="sqlserverce_done.sql" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  110. <Visible>False</Visible>
  111. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  112. <Install>false</Install>
  113. </BootstrapperPackage>
  114. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  115. <Visible>False</Visible>
  116. <ProductName>.NET Framework 3.5 SP1</ProductName>
  117. <Install>true</Install>
  118. </BootstrapperPackage>
  119. <BootstrapperPackage Include="Microsoft.SQL.Server.Compact.3.5">
  120. <Visible>False</Visible>
  121. <ProductName>SQL Server Compact 3.5 SP2</ProductName>
  122. <Install>true</Install>
  123. </BootstrapperPackage>
  124. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  125. <Visible>False</Visible>
  126. <ProductName>Windows Installer 3.1</ProductName>
  127. <Install>true</Install>
  128. </BootstrapperPackage>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <ProjectReference Include="..\PetaPoco\PetaPoco.csproj">
  132. <Project>{33699753-151D-4100-8F12-9AE1AEB5C5BD}</Project>
  133. <Name>PetaPoco</Name>
  134. </ProjectReference>
  135. </ItemGroup>
  136. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  137. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  138. Other similar extension points exist, see Microsoft.Common.targets.
  139. <Target Name="BeforeBuild">
  140. </Target>
  141. <Target Name="AfterBuild">
  142. </Target>
  143. -->
  144. </Project>