Agent.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{1D6A1C62-F5EB-4566-AC0D-DB39FBACB465}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Agent</RootNamespace>
  10. <AssemblyName>DI</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <Deterministic>true</Deterministic>
  16. <IsWebBootstrapper>false</IsWebBootstrapper>
  17. <TargetFrameworkProfile />
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.1.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <PlatformTarget>AnyCPU</PlatformTarget>
  46. <DebugType>none</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <Prefer32Bit>false</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <StartupObject />
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <ApplicationIcon>Resources\icon.ico</ApplicationIcon>
  59. </PropertyGroup>
  60. <ItemGroup>
  61. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  62. <HintPath>..\packages\Common.Logging.3.3.1\lib\net35\Common.Logging.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  65. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net35\Common.Logging.Core.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Dapper, Version=1.40.0.0, Culture=neutral, processorArchitecture=MSIL">
  68. <HintPath>..\packages\Dapper.1.42\lib\net35\Dapper.dll</HintPath>
  69. </Reference>
  70. <Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  71. <HintPath>..\packages\log4net.2.0.15\lib\net35\log4net.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Quartz, Version=2.6.2.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Quartz.2.6.2\lib\net35\Quartz.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.Configuration" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.Drawing" />
  80. <Reference Include="System.Management" />
  81. <Reference Include="System.Web" />
  82. <Reference Include="System.Web.Extensions" />
  83. <Reference Include="System.Windows.Forms" />
  84. <Reference Include="System.Xaml" />
  85. <Reference Include="System.Xml" />
  86. <Reference Include="System.Core" />
  87. <Reference Include="System.Xml.Linq" />
  88. <Reference Include="System.Data.DataSetExtensions" />
  89. <Reference Include="WindowsBase" />
  90. <Reference Include="PresentationCore" />
  91. <Reference Include="PresentationFramework" />
  92. <Reference Include="WindowsFormsIntegration" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ApplicationDefinition Include="App.xaml">
  96. <Generator>MSBuild:Compile</Generator>
  97. <SubType>Designer</SubType>
  98. </ApplicationDefinition>
  99. <Compile Include="Converters\IndexConverter.cs" />
  100. <Compile Include="Converters\MatchConverter.cs" />
  101. <Compile Include="Converters\ResultConverter.cs" />
  102. <Compile Include="Models\BackupResult.cs" />
  103. <Compile Include="Models\DirectoryBackupResult.cs" />
  104. <Compile Include="Models\FileTable.cs" />
  105. <Compile Include="Models\MatchResult.cs" />
  106. <Compile Include="Models\Policy.cs" />
  107. <Compile Include="Models\PolicyHistory.cs" />
  108. <Compile Include="Models\PolicyIndex.cs" />
  109. <Compile Include="Models\PolicyIndexDto.cs" />
  110. <Compile Include="Models\PolicyListItem.cs" />
  111. <Compile Include="Models\PolicyMonitor.cs" />
  112. <Compile Include="Models\Report.cs" />
  113. <Compile Include="Models\User.cs" />
  114. <Compile Include="Polyfills\StreamPollyfill.cs" />
  115. <Compile Include="Services\CsvService.cs" />
  116. <Compile Include="Services\DriveService.cs" />
  117. <Compile Include="Services\FileTableService.cs" />
  118. <Compile Include="Services\HashService.cs" />
  119. <Compile Include="Services\HealthService.cs" />
  120. <Compile Include="Services\UserService.cs" />
  121. <Compile Include="Services\PolicyService.cs" />
  122. <Compile Include="Services\StartupService.cs" />
  123. <Compile Include="Services\ReportService.cs" />
  124. <Compile Include="Services\TrayService.cs" />
  125. <Compile Include="Settings.cs" />
  126. <Compile Include="Views\HashChkWindow.xaml.cs">
  127. <DependentUpon>HashChkWindow.xaml</DependentUpon>
  128. </Compile>
  129. <Compile Include="Views\LoginWindow.xaml.cs">
  130. <DependentUpon>LoginWindow.xaml</DependentUpon>
  131. </Compile>
  132. <Compile Include="Views\PolicyPage.xaml.cs">
  133. <DependentUpon>PolicyPage.xaml</DependentUpon>
  134. </Compile>
  135. <Compile Include="Views\PolicySelectWindow.xaml.cs">
  136. <DependentUpon>PolicySelectWindow.xaml</DependentUpon>
  137. </Compile>
  138. <Compile Include="Views\PolicyTagWindow.xaml.cs">
  139. <DependentUpon>PolicyTagWindow.xaml</DependentUpon>
  140. </Compile>
  141. <Compile Include="Views\ReportPage.xaml.cs">
  142. <DependentUpon>ReportPage.xaml</DependentUpon>
  143. </Compile>
  144. <Compile Include="Views\RestorePage.xaml.cs">
  145. <DependentUpon>RestorePage.xaml</DependentUpon>
  146. </Compile>
  147. <Compile Include="Views\RestoreSign.xaml.cs">
  148. <DependentUpon>RestoreSign.xaml</DependentUpon>
  149. </Compile>
  150. <Compile Include="Views\SettingPage.xaml.cs">
  151. <DependentUpon>SettingPage.xaml</DependentUpon>
  152. </Compile>
  153. <Page Include="Views\DashboardPage.xaml">
  154. <SubType>Designer</SubType>
  155. <Generator>MSBuild:Compile</Generator>
  156. </Page>
  157. <Page Include="Views\HashChkWindow.xaml">
  158. <SubType>Designer</SubType>
  159. <Generator>MSBuild:Compile</Generator>
  160. </Page>
  161. <Page Include="Views\LoginWindow.xaml">
  162. <SubType>Designer</SubType>
  163. <Generator>MSBuild:Compile</Generator>
  164. </Page>
  165. <Page Include="Views\MainWindow.xaml">
  166. <Generator>MSBuild:Compile</Generator>
  167. <SubType>Designer</SubType>
  168. </Page>
  169. <Compile Include="App.xaml.cs">
  170. <DependentUpon>App.xaml</DependentUpon>
  171. <SubType>Code</SubType>
  172. </Compile>
  173. <Compile Include="Views\DashboardPage.xaml.cs">
  174. <DependentUpon>DashboardPage.xaml</DependentUpon>
  175. </Compile>
  176. <Compile Include="Views\MainWindow.xaml.cs">
  177. <DependentUpon>MainWindow.xaml</DependentUpon>
  178. <SubType>Code</SubType>
  179. </Compile>
  180. <Page Include="Views\PolicyPage.xaml">
  181. <SubType>Designer</SubType>
  182. <Generator>MSBuild:Compile</Generator>
  183. </Page>
  184. <Page Include="Views\PolicySelectWindow.xaml">
  185. <SubType>Designer</SubType>
  186. <Generator>MSBuild:Compile</Generator>
  187. </Page>
  188. <Page Include="Views\PolicyTagWindow.xaml">
  189. <SubType>Designer</SubType>
  190. <Generator>MSBuild:Compile</Generator>
  191. </Page>
  192. <Page Include="Views\ReportPage.xaml">
  193. <SubType>Designer</SubType>
  194. <Generator>MSBuild:Compile</Generator>
  195. </Page>
  196. <Page Include="Views\RestorePage.xaml">
  197. <SubType>Designer</SubType>
  198. <Generator>MSBuild:Compile</Generator>
  199. </Page>
  200. <Page Include="Views\RestoreSign.xaml">
  201. <Generator>MSBuild:Compile</Generator>
  202. <SubType>Designer</SubType>
  203. </Page>
  204. <Page Include="Views\SettingPage.xaml">
  205. <SubType>Designer</SubType>
  206. <Generator>MSBuild:Compile</Generator>
  207. </Page>
  208. </ItemGroup>
  209. <ItemGroup>
  210. <Compile Include="Properties\AssemblyInfo.cs">
  211. <SubType>Code</SubType>
  212. </Compile>
  213. <Compile Include="Properties\Resources.Designer.cs">
  214. <AutoGen>True</AutoGen>
  215. <DesignTime>True</DesignTime>
  216. <DependentUpon>Resources.resx</DependentUpon>
  217. </Compile>
  218. <Compile Include="Properties\Settings.Designer.cs">
  219. <AutoGen>True</AutoGen>
  220. <DependentUpon>Settings.settings</DependentUpon>
  221. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  222. </Compile>
  223. <EmbeddedResource Include="Properties\Resources.resx">
  224. <Generator>ResXFileCodeGenerator</Generator>
  225. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  226. </EmbeddedResource>
  227. <None Include="app.config">
  228. <SubType>Designer</SubType>
  229. </None>
  230. <None Include="log4net.config">
  231. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  232. </None>
  233. <None Include="packages.config">
  234. <SubType>Designer</SubType>
  235. </None>
  236. <None Include="Properties\Settings.settings">
  237. <Generator>SettingsSingleFileGenerator</Generator>
  238. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  239. </None>
  240. </ItemGroup>
  241. <ItemGroup>
  242. <Resource Include="Resources\tray.ico" />
  243. </ItemGroup>
  244. <ItemGroup>
  245. <Resource Include="Resources\icon.ico" />
  246. </ItemGroup>
  247. <ItemGroup>
  248. <Resource Include="Resources\logo.png" />
  249. </ItemGroup>
  250. <ItemGroup>
  251. <Resource Include="Resources\dashboard.png" />
  252. </ItemGroup>
  253. <ItemGroup>
  254. <Resource Include="Resources\policy.png" />
  255. </ItemGroup>
  256. <ItemGroup>
  257. <Resource Include="Resources\restore.png" />
  258. </ItemGroup>
  259. <ItemGroup>
  260. <Resource Include="Resources\report.png" />
  261. </ItemGroup>
  262. <ItemGroup>
  263. <Resource Include="Resources\setting.png" />
  264. </ItemGroup>
  265. <ItemGroup>
  266. <Resource Include="Resources\check.png" />
  267. </ItemGroup>
  268. <ItemGroup>
  269. <Resource Include="Resources\close.png" />
  270. </ItemGroup>
  271. <ItemGroup>
  272. <Resource Include="Resources\file.png" />
  273. </ItemGroup>
  274. <ItemGroup>
  275. <Resource Include="Resources\directory.png" />
  276. </ItemGroup>
  277. <ItemGroup>
  278. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  279. <Visible>False</Visible>
  280. <ProductName>.NET Framework 3.5 SP1</ProductName>
  281. <Install>true</Install>
  282. </BootstrapperPackage>
  283. </ItemGroup>
  284. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  285. </Project>