Oreo.FileMan.csproj 11 KB

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