Oreo.FileMan.csproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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="DatabaseEngine\Mapping.cs" />
  86. <Compile Include="DatabaseEngine\Muse.cs" />
  87. <Compile Include="Models\Files.cs" />
  88. <Compile Include="Partial\FileDecryptPartial.cs">
  89. <SubType>UserControl</SubType>
  90. </Compile>
  91. <Compile Include="Partial\FileDecryptPartial.Designer.cs">
  92. <DependentUpon>FileDecryptPartial.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="Partial\FileEncryptPartial.cs">
  95. <SubType>UserControl</SubType>
  96. </Compile>
  97. <Compile Include="Partial\FileEncryptPartial.Designer.cs">
  98. <DependentUpon>FileEncryptPartial.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="Partial\FileTypePartial.cs">
  101. <SubType>UserControl</SubType>
  102. </Compile>
  103. <Compile Include="Partial\FileTypePartial.Designer.cs">
  104. <DependentUpon>FileTypePartial.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="Program.cs" />
  107. <Compile Include="Properties\AssemblyInfo.cs" />
  108. <Compile Include="Views\MainForm.cs">
  109. <SubType>Form</SubType>
  110. </Compile>
  111. <Compile Include="Views\MainForm.Designer.cs">
  112. <DependentUpon>MainForm.cs</DependentUpon>
  113. </Compile>
  114. <EmbeddedResource Include="Partial\FileDecryptPartial.resx">
  115. <DependentUpon>FileDecryptPartial.cs</DependentUpon>
  116. </EmbeddedResource>
  117. <EmbeddedResource Include="Partial\FileEncryptPartial.resx">
  118. <DependentUpon>FileEncryptPartial.cs</DependentUpon>
  119. </EmbeddedResource>
  120. <EmbeddedResource Include="Partial\FileTypePartial.resx">
  121. <DependentUpon>FileTypePartial.cs</DependentUpon>
  122. </EmbeddedResource>
  123. <EmbeddedResource Include="Properties\Resources.resx">
  124. <Generator>ResXFileCodeGenerator</Generator>
  125. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  126. <SubType>Designer</SubType>
  127. </EmbeddedResource>
  128. <Compile Include="Properties\Resources.Designer.cs">
  129. <AutoGen>True</AutoGen>
  130. <DependentUpon>Resources.resx</DependentUpon>
  131. <DesignTime>True</DesignTime>
  132. </Compile>
  133. <EmbeddedResource Include="Views\MainForm.resx">
  134. <DependentUpon>MainForm.cs</DependentUpon>
  135. </EmbeddedResource>
  136. <None Include="packages.config" />
  137. <None Include="Properties\Settings.settings">
  138. <Generator>SettingsSingleFileGenerator</Generator>
  139. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  140. </None>
  141. <Compile Include="Properties\Settings.Designer.cs">
  142. <AutoGen>True</AutoGen>
  143. <DependentUpon>Settings.settings</DependentUpon>
  144. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  145. </Compile>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <None Include="App.config" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Folder Include="Commons\" />
  152. <Folder Include="Services\" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <ProjectReference Include="..\..\Y.Skin\Y.Skin.csproj">
  156. <Project>{e9a97673-3e27-4a49-90bc-8806411a2f57}</Project>
  157. <Name>Y.Skin</Name>
  158. </ProjectReference>
  159. <ProjectReference Include="..\..\Y.Utils\Y.Utils.csproj">
  160. <Project>{5b8eeec7-aeb5-407d-9dc1-1c59e53f78d5}</Project>
  161. <Name>Y.Utils</Name>
  162. </ProjectReference>
  163. </ItemGroup>
  164. <ItemGroup>
  165. <Content Include="Images\FileType\File-Collect-Press.png" />
  166. <Content Include="Images\FileType\File-Collect.png" />
  167. <Content Include="Images\FileType\File-Doc-Press.png" />
  168. <Content Include="Images\FileType\File-Doc.png" />
  169. <Content Include="Images\FileType\File-Download-Press.png" />
  170. <Content Include="Images\FileType\File-Download.png" />
  171. <Content Include="Images\FileType\File-Music-Press.png" />
  172. <Content Include="Images\FileType\File-Music.png" />
  173. <Content Include="Images\FileType\File-Picture-Press.png" />
  174. <Content Include="Images\FileType\File-Picture.png" />
  175. <Content Include="Images\FileType\File-Setup-Press.png" />
  176. <Content Include="Images\FileType\File-Setup.png" />
  177. <Content Include="Images\FileType\File-Video-Press.png" />
  178. <Content Include="Images\FileType\File-Video.png" />
  179. <Content Include="Images\FileType\File-Zip-Press.png" />
  180. <Content Include="Images\FileType\File-Zip.png" />
  181. <Content Include="Images\Icon\Logo.png" />
  182. <Content Include="Images\Icon\Icon.ico" />
  183. <Content Include="Images\WaitingGif\Wait-Hor.gif" />
  184. </ItemGroup>
  185. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  186. <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')" />
  187. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  188. <PropertyGroup>
  189. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  190. </PropertyGroup>
  191. <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'))" />
  192. </Target>
  193. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  194. Other similar extension points exist, see Microsoft.Common.targets.
  195. <Target Name="BeforeBuild">
  196. </Target>
  197. <Target Name="AfterBuild">
  198. </Target>
  199. -->
  200. </Project>