96 lines
3.7 KiB
XML
96 lines
3.7 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<PropertyGroup>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<ProductVersion>9.0.30729</ProductVersion>
|
|||
|
<SchemaVersion>2.0</SchemaVersion>
|
|||
|
<ProjectGuid>{CC4C3066-7261-4DA2-BACF-6C241745A0A5}</ProjectGuid>
|
|||
|
<OutputType>Exe</OutputType>
|
|||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
<RootNamespace>Payroll.NotifProcessInterface</RootNamespace>
|
|||
|
<AssemblyName>Payroll.NotifProcessInterface</AssemblyName>
|
|||
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|||
|
<FileAlignment>512</FileAlignment>
|
|||
|
<SccProjectName>
|
|||
|
</SccProjectName>
|
|||
|
<SccLocalPath>
|
|||
|
</SccLocalPath>
|
|||
|
<SccAuxPath>
|
|||
|
</SccAuxPath>
|
|||
|
<SccProvider>
|
|||
|
</SccProvider>
|
|||
|
<FileUpgradeFlags>
|
|||
|
</FileUpgradeFlags>
|
|||
|
<UpgradeBackupLocation>
|
|||
|
</UpgradeBackupLocation>
|
|||
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|||
|
<TargetFrameworkProfile />
|
|||
|
</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>
|
|||
|
<Prefer32Bit>false</Prefer32Bit>
|
|||
|
</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>
|
|||
|
<Prefer32Bit>false</Prefer32Bit>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="Ease.Core, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|||
|
<SpecificVersion>False</SpecificVersion>
|
|||
|
<HintPath>..\Library\Ease.Core.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="Ease.CoreV35, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|||
|
<SpecificVersion>False</SpecificVersion>
|
|||
|
<HintPath>..\Library\Ease.CoreV35.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System" />
|
|||
|
<Reference Include="System.Core">
|
|||
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Xml.Linq">
|
|||
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Data.DataSetExtensions">
|
|||
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Data" />
|
|||
|
<Reference Include="System.Xml" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="Program.cs" />
|
|||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\Payroll.BO\Payroll.BO.csproj">
|
|||
|
<Project>{05C1AC33-E175-48E9-A062-B8BB633A8227}</Project>
|
|||
|
<Name>Payroll.BO</Name>
|
|||
|
</ProjectReference>
|
|||
|
<ProjectReference Include="..\Payroll.Service\Payroll.Service.csproj">
|
|||
|
<Project>{4EE4A9A2-5E83-4F19-A162-D4A7169B3976}</Project>
|
|||
|
<Name>Payroll.Service</Name>
|
|||
|
</ProjectReference>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="App.config" />
|
|||
|
</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>
|
|||
|
-->
|
|||
|
</Project>
|