123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- <?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>{1D6A1C62-F5EB-4566-AC0D-DB39FBACB465}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>Agent</RootNamespace>
- <AssemblyName>DI</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- <Deterministic>true</Deterministic>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <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.1.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>Resources\icon.ico</ApplicationIcon>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
- <HintPath>..\packages\Common.Logging.3.3.1\lib\net35\Common.Logging.dll</HintPath>
- </Reference>
- <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
- <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net35\Common.Logging.Core.dll</HintPath>
- </Reference>
- <Reference Include="Dapper, Version=1.40.0.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\Dapper.1.42\lib\net35\Dapper.dll</HintPath>
- </Reference>
- <Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\packages\log4net.2.0.15\lib\net35\log4net.dll</HintPath>
- </Reference>
- <Reference Include="Quartz, Version=2.6.2.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
- <HintPath>..\packages\Quartz.2.6.2\lib\net35\Quartz.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Management" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xaml" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="WindowsFormsIntegration" />
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Compile Include="Converters\IndexConverter.cs" />
- <Compile Include="Converters\MatchConverter.cs" />
- <Compile Include="Converters\ResultConverter.cs" />
- <Compile Include="Models\BackupResult.cs" />
- <Compile Include="Models\DirectoryBackupResult.cs" />
- <Compile Include="Models\FileTable.cs" />
- <Compile Include="Models\MatchResult.cs" />
- <Compile Include="Models\Policy.cs" />
- <Compile Include="Models\PolicyHistory.cs" />
- <Compile Include="Models\PolicyIndex.cs" />
- <Compile Include="Models\PolicyIndexDto.cs" />
- <Compile Include="Models\PolicyListItem.cs" />
- <Compile Include="Models\PolicyMonitor.cs" />
- <Compile Include="Models\Report.cs" />
- <Compile Include="Models\User.cs" />
- <Compile Include="Polyfills\StreamPollyfill.cs" />
- <Compile Include="Services\CsvService.cs" />
- <Compile Include="Services\DriveService.cs" />
- <Compile Include="Services\FileTableService.cs" />
- <Compile Include="Services\HashService.cs" />
- <Compile Include="Services\HealthService.cs" />
- <Compile Include="Services\UserService.cs" />
- <Compile Include="Services\PolicyService.cs" />
- <Compile Include="Services\StartupService.cs" />
- <Compile Include="Services\ReportService.cs" />
- <Compile Include="Services\TrayService.cs" />
- <Compile Include="Settings.cs" />
- <Compile Include="Views\HashChkWindow.xaml.cs">
- <DependentUpon>HashChkWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\LoginWindow.xaml.cs">
- <DependentUpon>LoginWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\PolicyPage.xaml.cs">
- <DependentUpon>PolicyPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\PolicySelectWindow.xaml.cs">
- <DependentUpon>PolicySelectWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\PolicyTagWindow.xaml.cs">
- <DependentUpon>PolicyTagWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\ReportPage.xaml.cs">
- <DependentUpon>ReportPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\RestorePage.xaml.cs">
- <DependentUpon>RestorePage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\RestoreSign.xaml.cs">
- <DependentUpon>RestoreSign.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\SettingPage.xaml.cs">
- <DependentUpon>SettingPage.xaml</DependentUpon>
- </Compile>
- <Page Include="Views\DashboardPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\HashChkWindow.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\LoginWindow.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\MainWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Views\DashboardPage.xaml.cs">
- <DependentUpon>DashboardPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Views\MainWindow.xaml.cs">
- <DependentUpon>MainWindow.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Page Include="Views\PolicyPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\PolicySelectWindow.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\PolicyTagWindow.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\ReportPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\RestorePage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Views\RestoreSign.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Views\SettingPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <None Include="app.config">
- <SubType>Designer</SubType>
- </None>
- <None Include="log4net.config">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="packages.config">
- <SubType>Designer</SubType>
- </None>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\tray.ico" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\icon.ico" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\logo.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\dashboard.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\policy.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\restore.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\report.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\setting.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\check.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\close.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\file.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resources\directory.png" />
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|