/Sharp.Migrations.Template/Sharp.Migrations.Template.csproj

# · MSBuild · 96 lines · 89 code · 0 blank · 7 comment · 6 complexity · 173ae759dc130a5b9efee269f85d75d6 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>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{63C72985-F45A-4297-A5D5-FA6974B066E0}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Sharp.Migrations.Template</RootNamespace>
  12. <AssemblyName>Sharp.Migrations.Template</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <FileUpgradeFlags>
  16. </FileUpgradeFlags>
  17. <OldToolsVersion>3.5</OldToolsVersion>
  18. <UpgradeBackupLocation />
  19. <TargetFrameworkProfile />
  20. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  21. <RestorePackages>true</RestorePackages>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="log4net, Version=1.2.11.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\packages\log4net.2.0.0\lib\net35-full\log4net.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.configuration" />
  47. <Reference Include="System.Core">
  48. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  49. </Reference>
  50. <Reference Include="System.Xml.Linq">
  51. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  52. </Reference>
  53. <Reference Include="System.Data.DataSetExtensions">
  54. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  55. </Reference>
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Xml" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="001_CreateTableFoo.cs" />
  61. <Compile Include="002_PopulateTableFoo.cs" />
  62. <Compile Include="Program.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <None Include="App.config">
  67. <SubType>Designer</SubType>
  68. </None>
  69. <None Include="packages.config" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Content Include="Libs\log4net.dll" />
  73. <Content Include="Libs\Sharp.Data.dll" />
  74. <Content Include="Libs\Sharp.Integration.log4net.dll" />
  75. <Content Include="Libs\Sharp.Migrations.dll" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <ProjectReference Include="..\Sharp.Data\Sharp.Data.csproj">
  79. <Project>{8C494818-90AF-4133-94E1-0D1CBD961397}</Project>
  80. <Name>Sharp.Data</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\Sharp.Migrations\Sharp.Migrations.csproj">
  83. <Project>{703517B1-515E-4833-A1E0-B3CD9CF7E5E2}</Project>
  84. <Name>Sharp.Migrations</Name>
  85. </ProjectReference>
  86. </ItemGroup>
  87. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  88. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  89. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  90. Other similar extension points exist, see Microsoft.Common.targets.
  91. <Target Name="BeforeBuild">
  92. </Target>
  93. <Target Name="AfterBuild">
  94. </Target>
  95. -->
  96. </Project>