|
|
@@ -1,93 +1,96 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project ToolsVersion="4.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>{D23DACFA-11A1-480E-A6C4-1F37B564523D}</ProjectGuid> |
|
|
|
<OutputType>WinExe</OutputType> |
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
<RootNamespace>ClickForensics.Quartz.Manager</RootNamespace> |
|
|
|
<AssemblyName>ClickForensics.Quartz.Manager</AssemblyName> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
<FileUpgradeFlags> |
|
|
|
</FileUpgradeFlags> |
|
|
|
<OldToolsVersion>3.5</OldToolsVersion> |
|
|
|
<UpgradeBackupLocation /> |
|
|
|
<TargetFrameworkProfile /> |
|
|
|
<PublishUrl>publish\</PublishUrl> |
|
|
|
<Install>true</Install> |
|
|
|
<InstallFrom>Disk</InstallFrom> |
|
|
|
<UpdateEnabled>false</UpdateEnabled> |
|
|
|
<UpdateMode>Foreground</UpdateMode> |
|
|
|
<UpdateInterval>7</UpdateInterval> |
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
|
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
|
|
<UpdateRequired>false</UpdateRequired> |
|
|
|
<MapFileExtensions>true</MapFileExtensions> |
|
|
|
<ApplicationRevision>0</ApplicationRevision> |
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
|
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
|
|
</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="Common.Logging"> |
|
|
|
<HintPath>..\lib\Common.Logging.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Quartz, Version=2.0.0.29445, Culture=neutral, processorArchitecture=MSIL"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
<HintPath>..\..\quartznet\build\4.0\Debug\Quartz.Server\Quartz.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.configuration" /> |
|
|
|
<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.Deployment" /> |
|
|
|
<Reference Include="System.Drawing" /> |
|
|
|
<Reference Include="System.Windows.Forms" /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Compile Include="AddJobForm.cs"> |
|
|
|
<SubType>Form</SubType> |
|
|
|
</Compile> |
|
|
|
<Compile Include="AddJobForm.Designer.cs"> |
|
|
|
<DependentUpon>AddJobForm.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
<Compile Include="AddListenerForm.cs"> |
|
|
|
<SubType>Form</SubType> |
|
|
|
</Compile> |
|
|
|
<Compile Include="AddListenerForm.Designer.cs"> |
|
|
|
<DependentUpon>AddListenerForm.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.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>{D23DACFA-11A1-480E-A6C4-1F37B564523D}</ProjectGuid>
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
<RootNamespace>ClickForensics.Quartz.Manager</RootNamespace>
|
|
|
|
<AssemblyName>ClickForensics.Quartz.Manager</AssemblyName>
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
<Install>true</Install>
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
</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="Common.Logging">
|
|
|
|
<HintPath>..\lib\Common.Logging.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="log4net">
|
|
|
|
<HintPath>..\packages\log4net.1.2.10\lib\2.0\log4net.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Quartz, Version=2.0.0.29445, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\..\quartznet\build\4.0\Debug\Quartz.Server\Quartz.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.configuration" />
|
|
|
|
<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.Deployment" />
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="AddJobForm.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="AddJobForm.Designer.cs">
|
|
|
|
<DependentUpon>AddJobForm.cs</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="AddListenerForm.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="AddListenerForm.Designer.cs">
|
|
|
|
<DependentUpon>AddListenerForm.cs</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="AssemblyRepository.cs" />
|
|
|
|
<Compile Include="ConnectionInfo.cs" />
|
|
|
|
<Compile Include="DeleteAssembliesForm.cs">
|
|
|
@@ -102,120 +105,121 @@ |
|
|
|
<Compile Include="SimpleTriggerDisplay.Designer.cs">
|
|
|
|
<DependentUpon>SimpleTriggerDisplay.cs</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="ErrorDialog.cs"> |
|
|
|
<SubType>Form</SubType> |
|
|
|
</Compile> |
|
|
|
<Compile Include="ErrorDialog.Designer.cs"> |
|
|
|
<DependentUpon>ErrorDialog.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
<Compile Include="JobType.cs" /> |
|
|
|
<Compile Include="NativeJobDetailDisplay.cs"> |
|
|
|
<SubType>UserControl</SubType> |
|
|
|
</Compile> |
|
|
|
<Compile Include="NativeJobDetailDisplay.Designer.cs"> |
|
|
|
<DependentUpon>NativeJobDetailDisplay.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
<Compile Include="JobNode.cs" /> |
|
|
|
<Compile Include="MainForm.cs"> |
|
|
|
<SubType>Form</SubType> |
|
|
|
</Compile> |
|
|
|
<Compile Include="MainForm.Designer.cs"> |
|
|
|
<DependentUpon>MainForm.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Program.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<EmbeddedResource Include="AddJobForm.resx"> |
|
|
|
<DependentUpon>AddJobForm.cs</DependentUpon> |
|
|
|
</EmbeddedResource> |
|
|
|
<EmbeddedResource Include="AddListenerForm.resx"> |
|
|
|
<DependentUpon>AddListenerForm.cs</DependentUpon> |
|
|
|
</EmbeddedResource> |
|
|
|
<Compile Include="ErrorDialog.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="ErrorDialog.Designer.cs">
|
|
|
|
<DependentUpon>ErrorDialog.cs</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="JobType.cs" />
|
|
|
|
<Compile Include="NativeJobDetailDisplay.cs">
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="NativeJobDetailDisplay.Designer.cs">
|
|
|
|
<DependentUpon>NativeJobDetailDisplay.cs</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="JobNode.cs" />
|
|
|
|
<Compile Include="MainForm.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="MainForm.Designer.cs">
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
<EmbeddedResource Include="AddJobForm.resx">
|
|
|
|
<DependentUpon>AddJobForm.cs</DependentUpon>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="AddListenerForm.resx">
|
|
|
|
<DependentUpon>AddListenerForm.cs</DependentUpon>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="DeleteAssembliesForm.resx">
|
|
|
|
<DependentUpon>DeleteAssembliesForm.cs</DependentUpon>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="SimpleTriggerDisplay.resx">
|
|
|
|
<DependentUpon>SimpleTriggerDisplay.cs</DependentUpon>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="CronTriggerDisplay.resx"> |
|
|
|
<DependentUpon>CronTriggerDisplay.cs</DependentUpon> |
|
|
|
</EmbeddedResource> |
|
|
|
<EmbeddedResource Include="ErrorDialog.resx"> |
|
|
|
<DependentUpon>ErrorDialog.cs</DependentUpon> |
|
|
|
</EmbeddedResource> |
|
|
|
<EmbeddedResource Include="MainForm.resx"> |
|
|
|
<DependentUpon>MainForm.cs</DependentUpon> |
|
|
|
</EmbeddedResource> |
|
|
|
<EmbeddedResource Include="NativeJobDetailDisplay.resx"> |
|
|
|
<DependentUpon>NativeJobDetailDisplay.cs</DependentUpon> |
|
|
|
</EmbeddedResource> |
|
|
|
<EmbeddedResource Include="Properties\Resources.resx"> |
|
|
|
<Generator>ResXFileCodeGenerator</Generator> |
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
|
|
|
<SubType>Designer</SubType> |
|
|
|
</EmbeddedResource> |
|
|
|
<EmbeddedResource Include="ServerConnectForm.resx"> |
|
|
|
<DependentUpon>ServerConnectForm.cs</DependentUpon> |
|
|
|
</EmbeddedResource> |
|
|
|
<Compile Include="Properties\Resources.Designer.cs"> |
|
|
|
<AutoGen>True</AutoGen> |
|
|
|
<DependentUpon>Resources.resx</DependentUpon> |
|
|
|
<DesignTime>True</DesignTime> |
|
|
|
</Compile> |
|
|
|
<None Include="app.config" /> |
|
|
|
<None Include="Properties\Settings.settings"> |
|
|
|
<Generator>SettingsSingleFileGenerator</Generator> |
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
|
|
</None> |
|
|
|
<Compile Include="Properties\Settings.Designer.cs"> |
|
|
|
<AutoGen>True</AutoGen> |
|
|
|
<DependentUpon>Settings.settings</DependentUpon> |
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
|
|
</Compile> |
|
|
|
<Compile Include="QuartzScheduler.cs" /> |
|
|
|
<EmbeddedResource Include="CronTriggerDisplay.resx">
|
|
|
|
<DependentUpon>CronTriggerDisplay.cs</DependentUpon>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="ErrorDialog.resx">
|
|
|
|
<DependentUpon>ErrorDialog.cs</DependentUpon>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="MainForm.resx">
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="NativeJobDetailDisplay.resx">
|
|
|
|
<DependentUpon>NativeJobDetailDisplay.cs</DependentUpon>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<EmbeddedResource Include="ServerConnectForm.resx">
|
|
|
|
<DependentUpon>ServerConnectForm.cs</DependentUpon>
|
|
|
|
</EmbeddedResource>
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
</Compile>
|
|
|
|
<None Include="app.config" />
|
|
|
|
<None Include="packages.config" />
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
</None>
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="QuartzScheduler.cs" />
|
|
|
|
<Compile Include="RegistryStore.cs" />
|
|
|
|
<Compile Include="SchedulerNode.cs" /> |
|
|
|
<Compile Include="ServerConnectForm.cs"> |
|
|
|
<SubType>Form</SubType> |
|
|
|
</Compile> |
|
|
|
<Compile Include="ServerConnectForm.Designer.cs"> |
|
|
|
<DependentUpon>ServerConnectForm.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
<Compile Include="CronTriggerDisplay.cs"> |
|
|
|
<SubType>UserControl</SubType> |
|
|
|
</Compile> |
|
|
|
<Compile Include="CronTriggerDisplay.Designer.cs"> |
|
|
|
<DependentUpon>CronTriggerDisplay.cs</DependentUpon> |
|
|
|
</Compile> |
|
|
|
<Compile Include="TriggerNode.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Content Include="JobAssemblies.txt"> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
|
|
|
<Visible>False</Visible> |
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
|
|
|
<Install>false</Install> |
|
|
|
</BootstrapperPackage> |
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
|
|
<Visible>False</Visible> |
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
|
|
<Install>true</Install> |
|
|
|
</BootstrapperPackage> |
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
|
|
|
<Visible>False</Visible> |
|
|
|
<ProductName>Windows Installer 3.1</ProductName> |
|
|
|
<Install>true</Install> |
|
|
|
</BootstrapperPackage> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
<Compile Include="SchedulerNode.cs" />
|
|
|
|
<Compile Include="ServerConnectForm.cs">
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="ServerConnectForm.Designer.cs">
|
|
|
|
<DependentUpon>ServerConnectForm.cs</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="CronTriggerDisplay.cs">
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="CronTriggerDisplay.Designer.cs">
|
|
|
|
<DependentUpon>CronTriggerDisplay.cs</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="TriggerNode.cs" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="JobAssemblies.txt">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</Content>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
<Visible>False</Visible>
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
<Install>false</Install>
|
|
|
|
</BootstrapperPackage>
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
<Visible>False</Visible>
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
<Install>true</Install>
|
|
|
|
</BootstrapperPackage>
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
<Visible>False</Visible>
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
<Install>true</Install>
|
|
|
|
</BootstrapperPackage>
|
|
|
|
</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> |