/Kinban.Contracts/Kinban.Contracts.csproj
MSBuild | 64 lines | 57 code | 0 blank | 7 comment | 0 complexity | 211b221f80c3bba1ca45c0fdad9b5d34 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>{614E4699-16DF-4245-AA78-B5D0E07E2D13}</ProjectGuid> 9 <OutputType>Library</OutputType> 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 <RootNamespace>Kinban.Contracts</RootNamespace> 12 <AssemblyName>Kinban.Contracts</AssemblyName> 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <FileAlignment>512</FileAlignment> 15 <SccProjectName>SAK</SccProjectName> 16 <SccLocalPath>SAK</SccLocalPath> 17 <SccAuxPath>SAK</SccAuxPath> 18 <SccProvider>SAK</SccProvider> 19 </PropertyGroup> 20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 21 <DebugSymbols>true</DebugSymbols> 22 <DebugType>full</DebugType> 23 <Optimize>false</Optimize> 24 <OutputPath>bin\Debug\</OutputPath> 25 <DefineConstants>DEBUG;TRACE</DefineConstants> 26 <ErrorReport>prompt</ErrorReport> 27 <WarningLevel>4</WarningLevel> 28 </PropertyGroup> 29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 30 <DebugType>pdbonly</DebugType> 31 <Optimize>true</Optimize> 32 <OutputPath>bin\Release\</OutputPath> 33 <DefineConstants>TRACE</DefineConstants> 34 <ErrorReport>prompt</ErrorReport> 35 <WarningLevel>4</WarningLevel> 36 </PropertyGroup> 37 <ItemGroup> 38 <Reference Include="System" /> 39 <Reference Include="System.Core" /> 40 <Reference Include="System.Data.Services.Client" /> 41 <Reference Include="System.Runtime.Serialization" /> 42 <Reference Include="System.ServiceModel" /> 43 <Reference Include="System.Xml.Linq" /> 44 <Reference Include="System.Data.DataSetExtensions" /> 45 <Reference Include="Microsoft.CSharp" /> 46 <Reference Include="System.Data" /> 47 <Reference Include="System.Xml" /> 48 </ItemGroup> 49 <ItemGroup> 50 <Compile Include="ITfsGateway.cs" /> 51 <Compile Include="IUserGateway.cs" /> 52 <Compile Include="Properties\AssemblyInfo.cs" /> 53 <Compile Include="Story.cs" /> 54 <Compile Include="User.cs" /> 55 </ItemGroup> 56 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 57 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 58 Other similar extension points exist, see Microsoft.Common.targets. 59 <Target Name="BeforeBuild"> 60 </Target> 61 <Target Name="AfterBuild"> 62 </Target> 63 --> 64</Project>