Oreo.FileMan.csproj 10.0 KB

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