146 lines
6.4 KiB
XML
146 lines
6.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" 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>{39EC839A-3C30-4922-A41E-6B09D1DDE5C3}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>DigitalData.Modules.Jobs</RootNamespace>
|
|
<AssemblyName>DigitalData.Modules.Jobs</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<MyType>Empty</MyType>
|
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<DefineDebug>true</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<DefineDebug>false</DefineDebug>
|
|
<DefineTrace>true</DefineTrace>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DocumentationFile>
|
|
</DocumentationFile>
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionExplicit>On</OptionExplicit>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionCompare>Binary</OptionCompare>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionStrict>Off</OptionStrict>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<OptionInfer>On</OptionInfer>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
<Import Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="My Project\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
|
</None>
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Base\Base.vbproj">
|
|
<Project>{6ea0c51f-c2b1-4462-8198-3de0b32b74f8}</Project>
|
|
<Name>Base</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Config\Config.vbproj">
|
|
<Project>{44982f9b-6116-44e2-85d0-f39650b1ef99}</Project>
|
|
<Name>Config</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Database\Database.vbproj">
|
|
<Project>{eaf0ea75-5fa7-485d-89c7-b2d843b03a96}</Project>
|
|
<Name>Database</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Filesystem\Filesystem.vbproj">
|
|
<Project>{991d0231-4623-496d-8bd0-9ca906029cbc}</Project>
|
|
<Name>Filesystem</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Interfaces\Interfaces.vbproj">
|
|
<Project>{ab6f09bf-e794-4f6a-94bb-c97c0ba84d64}</Project>
|
|
<Name>Interfaces</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Logging\Logging.vbproj">
|
|
<Project>{903b2d7d-3b80-4be9-8713-7447b704e1b0}</Project>
|
|
<Name>Logging</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="ADSync\ADSyncArgs.vb" />
|
|
<Compile Include="ADSync\ADSyncJob.vb" />
|
|
<Compile Include="GraphQL\GraphQLArgs.vb" />
|
|
<Compile Include="GraphQL\GraphQLConfig.vb" />
|
|
<Compile Include="GraphQL\GraphQLJob.vb" />
|
|
<Compile Include="GraphQL\GraphQLQuery.vb" />
|
|
<Compile Include="ZUGFeRD\EmailData.vb" />
|
|
<Compile Include="ZUGFeRD\EmailFunctions.vb" />
|
|
<Compile Include="ZUGFeRD\EmailStrings.vb" />
|
|
<Compile Include="ZUGFeRD\FileFunctions.vb" />
|
|
<Compile Include="ZUGFeRD\HistoryFunctions.vb" />
|
|
<Compile Include="ZUGFeRD\ImportZUGFeRDFiles.vb" />
|
|
<Compile Include="ZUGFeRD\WorkerArgs.vb" />
|
|
<Compile Include="Exceptions.vb" />
|
|
<Compile Include="JobInterface.vb" />
|
|
<Compile Include="JobBase.vb" />
|
|
<Compile Include="JobArgs.vb" />
|
|
<Compile Include="JobConfig.vb" />
|
|
<Compile Include="JobConfigParser.vb" />
|
|
<Compile Include="My Project\AssemblyInfo.vb" />
|
|
<Compile Include="My Project\Settings.Designer.vb">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="DigitalData.Modules.Language, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\Language\bin\Debug\DigitalData.Modules.Language.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="FirebirdSql.Data.FirebirdClient, Version=7.5.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\FirebirdSql.Data.FirebirdClient.7.5.0\lib\net452\FirebirdSql.Data.FirebirdClient.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\NLog.5.0.5\lib\net46\NLog.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.XML.Linq" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
|
</Project> |