144 lines
6.7 KiB
XML
144 lines
6.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{B225F080-C142-4528-8900-C0F4E5B55146}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Taloyhtio.GeneralApi.IntegrationUtility</RootNamespace>
|
|
<AssemblyName>Taloyhtio.GeneralApi.IntegrationUtility</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<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' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>true</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>keyfile.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>Dlls\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.ServiceLocation">
|
|
<HintPath>..\GeneralApi.Core\Dlls\Microsoft.Practices.ServiceLocation.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="StructureMap, Version=2.5.4.0, Culture=neutral, PublicKeyToken=e60ad81abae3c223, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GeneralApi.Core\Dlls\StructureMap.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="StructureMapAdapter, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ecbf947198042521, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\GeneralApi.Core\Dlls\StructureMapAdapter.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.ServiceModel.Web" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Common\Constants.cs" />
|
|
<Compile Include="Common\FileUtilities.cs" />
|
|
<Compile Include="Infrastructure\IoCConfiguration.cs" />
|
|
<Compile Include="Infrastructure\PoxClientBehavior.cs" />
|
|
<Compile Include="Infrastructure\PoxClientBehaviorExtensionElement.cs" />
|
|
<Compile Include="Infrastructure\PoxClientMessageInspector.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Repositories\IFileRepository.cs" />
|
|
<Compile Include="Repositories\Impl\FileRepository.cs" />
|
|
<Compile Include="Service References\TaloyhtioIntegration\Reference.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Reference.svcmap</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Services\IFileFilter.cs" />
|
|
<Compile Include="Services\IFileParser.cs" />
|
|
<Compile Include="Services\IFileProcessor.cs" />
|
|
<Compile Include="Services\IFileSorter.cs" />
|
|
<Compile Include="Services\Impl\FileFilter.cs" />
|
|
<Compile Include="Services\Impl\FileParser.cs" />
|
|
<Compile Include="Services\Impl\FileProcessor.cs" />
|
|
<Compile Include="Services\Impl\FileSorter.cs" />
|
|
<Compile Include="Services\Impl\Sender.cs" />
|
|
<Compile Include="Services\Impl\SettingsProvider.cs" />
|
|
<Compile Include="Services\ISender.cs" />
|
|
<Compile Include="Services\ISettingsProvider.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="keyfile.snk" />
|
|
<None Include="Service References\TaloyhtioIntegration\TaloyhtioIntegration.wsdl" />
|
|
<None Include="Service References\TaloyhtioIntegration\TaloyhtioIntegration.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Service References\TaloyhtioIntegration\TaloyhtioIntegration1.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="Service References\TaloyhtioIntegration\TaloyhtioIntegration2.xsd">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Service References\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Dlls\log4net.dll" />
|
|
<Content Include="Dlls\Microsoft.SharePoint.Portal.SingleSignon.dll" />
|
|
<None Include="Service References\TaloyhtioIntegration\Reference.svcmap">
|
|
<Generator>WCF Proxy Generator</Generator>
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Service References\TaloyhtioIntegration\configuration.svcinfo" />
|
|
<None Include="Service References\TaloyhtioIntegration\configuration91.svcinfo" />
|
|
<None Include="Service References\TaloyhtioIntegration\TaloyhtioIntegration.disco" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadataStorage Include="Service References\TaloyhtioIntegration\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GeneralApi.Common\GeneralApi.Common.csproj">
|
|
<Project>{eb77a123-a122-41b1-a9dd-13de15f15c91}</Project>
|
|
<Name>GeneralApi.Common</Name>
|
|
</ProjectReference>
|
|
</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> |