Oreo.FileMan.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{44A1823B-EA31-4BAF-B264-0471C149D703}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Oreo.FileMan</RootNamespace>
  11. <AssemblyName>Oreo.FileMan</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. <TargetFrameworkProfile>
  18. </TargetFrameworkProfile>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <UseVSHostingProcess>true</UseVSHostingProcess>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <ApplicationIcon>Images\Icon\Icon.ico</ApplicationIcon>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  50. <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  54. <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="SQLite.CodeFirst, Version=1.3.1.18, Culture=neutral, PublicKeyToken=eb96ba0a78d831a7, processorArchitecture=MSIL">
  58. <HintPath>..\..\packages\SQLite.CodeFirst.1.3.1.18\lib\net40\SQLite.CodeFirst.dll</HintPath>
  59. <Private>True</Private>
  60. </Reference>
  61. <Reference Include="System" />
  62. <Reference Include="System.ComponentModel.DataAnnotations" />
  63. <Reference Include="System.Configuration" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Data.SQLite, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  66. <HintPath>..\..\packages\System.Data.SQLite.Core.1.0.105.2\lib\net40\System.Data.SQLite.dll</HintPath>
  67. <Private>True</Private>
  68. </Reference>
  69. <Reference Include="System.Data.SQLite.EF6, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  70. <HintPath>..\..\packages\System.Data.SQLite.EF6.1.0.105.2\lib\net40\System.Data.SQLite.EF6.dll</HintPath>
  71. <Private>True</Private>
  72. </Reference>
  73. <Reference Include="System.Data.SQLite.EF6.Migrations, Version=1.0.104.0, Culture=neutral, processorArchitecture=MSIL">
  74. <HintPath>..\..\packages\System.Data.SQLite.EF6.Migrations.1.0.104\lib\System.Data.SQLite.EF6.Migrations.dll</HintPath>
  75. <Private>True</Private>
  76. </Reference>
  77. <Reference Include="System.Data.SQLite.Linq, Version=1.0.105.2, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  78. <HintPath>..\..\packages\System.Data.SQLite.Linq.1.0.105.2\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
  79. <Private>True</Private>
  80. </Reference>
  81. <Reference Include="System.Xml.Linq" />
  82. <Reference Include="System.Data.DataSetExtensions" />
  83. <Reference Include="Microsoft.CSharp" />
  84. <Reference Include="System.Data" />
  85. <Reference Include="System.Deployment" />
  86. <Reference Include="System.Drawing" />
  87. <Reference Include="System.Windows.Forms" />
  88. <Reference Include="System.Xml" />
  89. <Reference Include="WindowsBase" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="Commons\R.cs" />
  93. <Compile Include="DatabaseEngine\Configuration.cs" />
  94. <Compile Include="DatabaseEngine\Mapping.cs" />
  95. <Compile Include="DatabaseEngine\Muse.cs" />
  96. <Compile Include="DatabaseEngine\SuperDb.cs" />
  97. <Compile Include="Models\BackupFiles.cs" />
  98. <Compile Include="Models\BackupPaths.cs" />
  99. <Compile Include="Models\UsnDrives.cs" />
  100. <Compile Include="Models\UsnFiles.cs" />
  101. <Compile Include="Models\WatcherFiles.cs" />
  102. <Compile Include="Partials\FileBackupPartial.cs">
  103. <SubType>UserControl</SubType>
  104. </Compile>
  105. <Compile Include="Partials\FileBackupPartial.Designer.cs">
  106. <DependentUpon>FileBackupPartial.cs</DependentUpon>
  107. </Compile>
  108. <Compile Include="Partials\FileDecryptPartial.cs">
  109. <SubType>UserControl</SubType>
  110. </Compile>
  111. <Compile Include="Partials\FileDecryptPartial.Designer.cs">
  112. <DependentUpon>FileDecryptPartial.cs</DependentUpon>
  113. </Compile>
  114. <Compile Include="Partials\FileEncryptPartial.cs">
  115. <SubType>UserControl</SubType>
  116. </Compile>
  117. <Compile Include="Partials\FileEncryptPartial.Designer.cs">
  118. <DependentUpon>FileEncryptPartial.cs</DependentUpon>
  119. </Compile>
  120. <Compile Include="Partials\FileTypePartial.cs">
  121. <SubType>UserControl</SubType>
  122. </Compile>
  123. <Compile Include="Partials\FileTypePartial.Designer.cs">
  124. <DependentUpon>FileTypePartial.cs</DependentUpon>
  125. </Compile>
  126. <Compile Include="Program.cs" />
  127. <Compile Include="Properties\AssemblyInfo.cs" />
  128. <Compile Include="Services\FileBackupService.cs" />
  129. <Compile Include="Views\FileRestoreForm.cs">
  130. <SubType>Form</SubType>
  131. </Compile>
  132. <Compile Include="Views\FileRestoreForm.Designer.cs">
  133. <DependentUpon>FileRestoreForm.cs</DependentUpon>
  134. </Compile>
  135. <Compile Include="Views\MainForm.cs">
  136. <SubType>Form</SubType>
  137. </Compile>
  138. <Compile Include="Views\MainForm.Designer.cs">
  139. <DependentUpon>MainForm.cs</DependentUpon>
  140. </Compile>
  141. <Compile Include="Views\SettingsForm.cs">
  142. <SubType>Form</SubType>
  143. </Compile>
  144. <Compile Include="Views\SettingsForm.Designer.cs">
  145. <DependentUpon>SettingsForm.cs</DependentUpon>
  146. </Compile>
  147. <EmbeddedResource Include="Partials\FileBackupPartial.resx">
  148. <DependentUpon>FileBackupPartial.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="Partials\FileDecryptPartial.resx">
  151. <DependentUpon>FileDecryptPartial.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="Partials\FileEncryptPartial.resx">
  154. <DependentUpon>FileEncryptPartial.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="Partials\FileTypePartial.resx">
  157. <DependentUpon>FileTypePartial.cs</DependentUpon>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="Properties\Resources.resx">
  160. <Generator>ResXFileCodeGenerator</Generator>
  161. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  162. <SubType>Designer</SubType>
  163. </EmbeddedResource>
  164. <Compile Include="Properties\Resources.Designer.cs">
  165. <AutoGen>True</AutoGen>
  166. <DependentUpon>Resources.resx</DependentUpon>
  167. <DesignTime>True</DesignTime>
  168. </Compile>
  169. <EmbeddedResource Include="Views\FileRestoreForm.resx">
  170. <DependentUpon>FileRestoreForm.cs</DependentUpon>
  171. </EmbeddedResource>
  172. <EmbeddedResource Include="Views\MainForm.resx">
  173. <DependentUpon>MainForm.cs</DependentUpon>
  174. </EmbeddedResource>
  175. <EmbeddedResource Include="Views\SettingsForm.resx">
  176. <DependentUpon>SettingsForm.cs</DependentUpon>
  177. </EmbeddedResource>
  178. <None Include="packages.config" />
  179. <None Include="Properties\app.manifest">
  180. <SubType>Designer</SubType>
  181. </None>
  182. <None Include="Properties\Settings.settings">
  183. <Generator>SettingsSingleFileGenerator</Generator>
  184. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  185. </None>
  186. <Compile Include="Properties\Settings.Designer.cs">
  187. <AutoGen>True</AutoGen>
  188. <DependentUpon>Settings.settings</DependentUpon>
  189. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  190. </Compile>
  191. </ItemGroup>
  192. <ItemGroup>
  193. <None Include="App.config" />
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Folder Include="Helpers\" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <ProjectReference Include="..\..\Fork.Net.SpeciallyTools\Y.FileQueryEngine\Y.FileQueryEngine.csproj">
  200. <Project>{497f570c-8398-458d-970c-dfa3dd9fe746}</Project>
  201. <Name>Y.FileQueryEngine</Name>
  202. </ProjectReference>
  203. <ProjectReference Include="..\..\Y.Skin\Y.Skin.csproj">
  204. <Project>{e9a97673-3e27-4a49-90bc-8806411a2f57}</Project>
  205. <Name>Y.Skin</Name>
  206. </ProjectReference>
  207. <ProjectReference Include="..\..\Y.Utils\Y.Utils.csproj">
  208. <Project>{5b8eeec7-aeb5-407d-9dc1-1c59e53f78d5}</Project>
  209. <Name>Y.Utils</Name>
  210. </ProjectReference>
  211. </ItemGroup>
  212. <ItemGroup>
  213. <Content Include="Images\FileType\File-Collect-Press.png" />
  214. <Content Include="Images\FileType\File-Collect.png" />
  215. <Content Include="Images\FileType\File-Doc-Press.png" />
  216. <Content Include="Images\FileType\File-Doc.png" />
  217. <Content Include="Images\FileType\File-Download-Press.png" />
  218. <Content Include="Images\FileType\File-Download.png" />
  219. <Content Include="Images\FileType\File-Music-Press.png" />
  220. <Content Include="Images\FileType\File-Music.png" />
  221. <Content Include="Images\FileType\File-Picture-Press.png" />
  222. <Content Include="Images\FileType\File-Picture.png" />
  223. <Content Include="Images\FileType\File-Setup-Press.png" />
  224. <Content Include="Images\FileType\File-Setup.png" />
  225. <Content Include="Images\FileType\File-Video-Press.png" />
  226. <Content Include="Images\FileType\File-Video.png" />
  227. <Content Include="Images\FileType\File-Zip-Press.png" />
  228. <Content Include="Images\FileType\File-Zip.png" />
  229. <Content Include="Images\Icon\Logo.png" />
  230. <Content Include="Images\Icon\Icon.ico" />
  231. <Content Include="Images\WaitingGif\Wait-Hor.gif" />
  232. </ItemGroup>
  233. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  234. <Import Project="..\..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets')" />
  235. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  236. <PropertyGroup>
  237. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  238. </PropertyGroup>
  239. <Error Condition="!Exists('..\..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\System.Data.SQLite.Core.1.0.105.2\build\net40\System.Data.SQLite.Core.targets'))" />
  240. </Target>
  241. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  242. Other similar extension points exist, see Microsoft.Common.targets.
  243. <Target Name="BeforeBuild">
  244. </Target>
  245. <Target Name="AfterBuild">
  246. </Target>
  247. -->
  248. </Project>