TxtDictionary.csproj 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{0FAB5494-0F21-43E0-BB3D-A88DD03B5BC2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>TxtDictionary</RootNamespace>
  11. <AssemblyName>TxtDictionary</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup>
  35. <ApplicationIcon>1415279047_86963.ico</ApplicationIcon>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="EPPlus">
  39. <HintPath>.\EPPlus.dll</HintPath>
  40. </Reference>
  41. <Reference Include="HtmlAgilityPack">
  42. <HintPath>.\HtmlAgilityPack.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Deployment" />
  51. <Reference Include="System.Drawing" />
  52. <Reference Include="System.Windows.Forms" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="ExcelTool.cs" />
  57. <Compile Include="Form1.cs">
  58. <SubType>Form</SubType>
  59. </Compile>
  60. <Compile Include="Form1.Designer.cs">
  61. <DependentUpon>Form1.cs</DependentUpon>
  62. </Compile>
  63. <Compile Include="iciba.cs" />
  64. <Compile Include="Program.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. <Compile Include="Word.cs" />
  67. <EmbeddedResource Include="Form1.resx">
  68. <DependentUpon>Form1.cs</DependentUpon>
  69. </EmbeddedResource>
  70. <EmbeddedResource Include="Properties\Resources.resx">
  71. <Generator>ResXFileCodeGenerator</Generator>
  72. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  73. <SubType>Designer</SubType>
  74. </EmbeddedResource>
  75. <Compile Include="Properties\Resources.Designer.cs">
  76. <AutoGen>True</AutoGen>
  77. <DependentUpon>Resources.resx</DependentUpon>
  78. <DesignTime>True</DesignTime>
  79. </Compile>
  80. <None Include="Properties\Settings.settings">
  81. <Generator>SettingsSingleFileGenerator</Generator>
  82. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  83. </None>
  84. <Compile Include="Properties\Settings.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DependentUpon>Settings.settings</DependentUpon>
  87. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  88. </Compile>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Content Include="1415279047_86963.ico" />
  92. </ItemGroup>
  93. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  94. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  95. Other similar extension points exist, see Microsoft.Common.targets.
  96. <Target Name="BeforeBuild">
  97. </Target>
  98. <Target Name="AfterBuild">
  99. </Target>
  100. -->
  101. </Project>