PicSo.csproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{1A9F40ED-0402-4145-9140-0C153B989983}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>PicSo</RootNamespace>
  12. <AssemblyName>PicSo</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  19. <PlatformTarget>x86</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. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29. <PlatformTarget>x86</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>1414496318_339862.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  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.Windows.Forms" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="BasicContainer.cs">
  54. <SubType>UserControl</SubType>
  55. </Compile>
  56. <Compile Include="BasicContainer.Designer.cs">
  57. <DependentUpon>BasicContainer.cs</DependentUpon>
  58. </Compile>
  59. <Compile Include="Form1.cs">
  60. <SubType>Form</SubType>
  61. </Compile>
  62. <Compile Include="Form1.Designer.cs">
  63. <DependentUpon>Form1.cs</DependentUpon>
  64. </Compile>
  65. <Compile Include="InputBox.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="InputBox.Designer.cs">
  69. <DependentUpon>InputBox.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="ListViewColumnSorter.cs" />
  72. <Compile Include="MovieContainer.cs">
  73. <SubType>UserControl</SubType>
  74. </Compile>
  75. <Compile Include="MovieContainer.Designer.cs">
  76. <DependentUpon>MovieContainer.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="Program.cs" />
  79. <Compile Include="Properties\AssemblyInfo.cs" />
  80. <EmbeddedResource Include="BasicContainer.resx">
  81. <DependentUpon>BasicContainer.cs</DependentUpon>
  82. </EmbeddedResource>
  83. <EmbeddedResource Include="Form1.resx">
  84. <DependentUpon>Form1.cs</DependentUpon>
  85. </EmbeddedResource>
  86. <EmbeddedResource Include="InputBox.resx">
  87. <DependentUpon>InputBox.cs</DependentUpon>
  88. </EmbeddedResource>
  89. <EmbeddedResource Include="MovieContainer.resx">
  90. <DependentUpon>MovieContainer.cs</DependentUpon>
  91. </EmbeddedResource>
  92. <EmbeddedResource Include="Properties\Resources.resx">
  93. <Generator>ResXFileCodeGenerator</Generator>
  94. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  95. <SubType>Designer</SubType>
  96. </EmbeddedResource>
  97. <Compile Include="Properties\Resources.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Resources.resx</DependentUpon>
  100. <DesignTime>True</DesignTime>
  101. </Compile>
  102. <None Include="app.config" />
  103. <None Include="Properties\Settings.settings">
  104. <Generator>SettingsSingleFileGenerator</Generator>
  105. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  106. </None>
  107. <Compile Include="Properties\Settings.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Settings.settings</DependentUpon>
  110. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  111. </Compile>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <ProjectReference Include="..\Arzon\Arzon.csproj">
  115. <Project>{9262F4C4-2D81-41AB-A444-57D3A21CEA9B}</Project>
  116. <Name>Arzon</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\Entity\Entity.csproj">
  119. <Project>{21D25A8A-680F-4C0A-815B-AE394905A64A}</Project>
  120. <Name>Entity</Name>
  121. </ProjectReference>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Content Include="1414496318_339862.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>