/GolfSigma.Inventory/GolfSigma.Inventory.csproj
http://github.com/golfsigma/inventory-client · MSBuild · 104 lines · 104 code · 0 blank · 0 comment · 4 complexity · 58fb8749c0ea07c1e9fcad2b237c77c8 MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{4A33E1B7-123A-4750-8001-6F1FCD1D4F00}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>GolfSigma.Inventory</RootNamespace>
- <AssemblyName>GolfSigma.Inventory</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- <TargetFrameworkSubset>
- </TargetFrameworkSubset>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Web" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Configuration\AuthenticationSection.cs" />
- <Compile Include="Extension\DictionaryExtension.cs" />
- <Compile Include="Extension\ExtensionAttribute.cs" />
- <Compile Include="Extension\GuidExtension.cs" />
- <Compile Include="Extension\PlayerExtension.cs" />
- <Compile Include="Extension\StringExtension.cs" />
- <Compile Include="InventoryClient.cs" />
- <Compile Include="InventoryConfig.cs" />
- <Compile Include="InventoryException.cs" />
- <Compile Include="Model\Delete\BatchDeleteTeeTimes.cs" />
- <Compile Include="Model\Add\BatchPutTeeTimes.cs" />
- <Compile Include="Model\BooleanResponse.cs" />
- <Compile Include="Model\CourseAverage.cs" />
- <Compile Include="Model\Delete\DeleteSearch.cs" />
- <Compile Include="Model\Delete\DeleteTeeTime.cs" />
- <Compile Include="Model\Error.cs" />
- <Compile Include="Model\Get\GetCourseAverage.cs" />
- <Compile Include="Model\Get\GetInventory.cs" />
- <Compile Include="Model\Get\GetReservation.cs" />
- <Compile Include="Model\Get\GetSearch.cs" />
- <Compile Include="Model\Get\GetSimilarTeeTime.cs" />
- <Compile Include="Model\Get\GetTeeTime.cs" />
- <Compile Include="Model\Get\GetTeeTimeCount.cs" />
- <Compile Include="Model\IRequest.cs" />
- <Compile Include="Model\Add\PutReservation.cs" />
- <Compile Include="Model\Add\PutSearch.cs" />
- <Compile Include="Model\Add\PutTeeTime.cs" />
- <Compile Include="Model\Reservation.cs" />
- <Compile Include="Model\ResponseMetadata.cs" />
- <Compile Include="Model\Search.cs" />
- <Compile Include="Model\SearchFilter.cs" />
- <Compile Include="Model\StringResponse.cs" />
- <Compile Include="Model\TeeTime.cs" />
- <Compile Include="Model\TeeTimesMetadata.cs" />
- <Compile Include="Model\Update\UpdateSearch.cs" />
- <Compile Include="Model\Update\UpdateTeeTime.cs" />
- <Compile Include="Model\WebSiteMetadata.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Mock\" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PostBuildEvent>copy "$(TargetDir)$(TargetName)$(TargetExt)" "..\"</PostBuildEvent>
- </PropertyGroup>
- </Project>