Oreo.FileMan.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <UseVSHostingProcess>false</UseVSHostingProcess>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <ApplicationIcon>Images\Icon\Icon.ico</ApplicationIcon>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.Configuration" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Deployment" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Net.Http" />
  50. <Reference Include="System.Windows.Forms" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Program.cs" />
  55. <Compile Include="Properties\AssemblyInfo.cs" />
  56. <Compile Include="Views\MainForm.cs">
  57. <SubType>Form</SubType>
  58. </Compile>
  59. <Compile Include="Views\MainForm.Designer.cs">
  60. <DependentUpon>MainForm.cs</DependentUpon>
  61. </Compile>
  62. <EmbeddedResource Include="Properties\Resources.resx">
  63. <Generator>ResXFileCodeGenerator</Generator>
  64. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  65. <SubType>Designer</SubType>
  66. </EmbeddedResource>
  67. <Compile Include="Properties\Resources.Designer.cs">
  68. <AutoGen>True</AutoGen>
  69. <DependentUpon>Resources.resx</DependentUpon>
  70. </Compile>
  71. <EmbeddedResource Include="Views\MainForm.resx">
  72. <DependentUpon>MainForm.cs</DependentUpon>
  73. </EmbeddedResource>
  74. <None Include="Properties\Settings.settings">
  75. <Generator>SettingsSingleFileGenerator</Generator>
  76. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  77. </None>
  78. <Compile Include="Properties\Settings.Designer.cs">
  79. <AutoGen>True</AutoGen>
  80. <DependentUpon>Settings.settings</DependentUpon>
  81. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  82. </Compile>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <None Include="App.config" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Folder Include="Commons\" />
  89. <Folder Include="Models\" />
  90. <Folder Include="Services\" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <ProjectReference Include="..\..\Y.Controls\Y.Controls.csproj">
  94. <Project>{e10ec8d2-22e2-4387-9d9b-36a5429b67c1}</Project>
  95. <Name>Y.Controls</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\Y.Skin\Y.Skin.csproj">
  98. <Project>{e9a97673-3e27-4a49-90bc-8806411a2f57}</Project>
  99. <Name>Y.Skin</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\..\Y.Utils\Y.Utils.csproj">
  102. <Project>{5b8eeec7-aeb5-407d-9dc1-1c59e53f78d5}</Project>
  103. <Name>Y.Utils</Name>
  104. </ProjectReference>
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Content Include="Images\FileType\File-Collect-Press.png" />
  108. <Content Include="Images\FileType\File-Collect.png" />
  109. <Content Include="Images\FileType\File-Doc-Press.png" />
  110. <Content Include="Images\FileType\File-Doc.png" />
  111. <Content Include="Images\FileType\File-Download-Press.png" />
  112. <Content Include="Images\FileType\File-Download.png" />
  113. <Content Include="Images\FileType\File-Music-Press.png" />
  114. <Content Include="Images\FileType\File-Music.png" />
  115. <Content Include="Images\FileType\File-Picture-Press.png" />
  116. <Content Include="Images\FileType\File-Picture.png" />
  117. <Content Include="Images\FileType\File-Setup-Press.png" />
  118. <Content Include="Images\FileType\File-Setup.png" />
  119. <Content Include="Images\FileType\File-Video-Press.png" />
  120. <Content Include="Images\FileType\File-Video.png" />
  121. <Content Include="Images\FileType\File-Zip-Press.png" />
  122. <Content Include="Images\FileType\File-Zip.png" />
  123. <Content Include="Images\Icon\Logo.png" />
  124. <Content Include="Images\Icon\Icon.ico" />
  125. </ItemGroup>
  126. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  127. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  128. Other similar extension points exist, see Microsoft.Common.targets.
  129. <Target Name="BeforeBuild">
  130. </Target>
  131. <Target Name="AfterBuild">
  132. </Target>
  133. -->
  134. </Project>