30d5b8880025b5ddd7de616e9c07054412023af8.svn-base 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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>{2D1FB6E3-5808-456B-ACA0-32551671E1CB}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>IControls_ExcelVerify</RootNamespace>
  12. <AssemblyName>IControls_ExcelVerify</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <PlatformTarget>x86</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  28. <PlatformTarget>x86</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. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Deployment" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Windows.Forms" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="IControls_ExcelVerify.cs">
  50. <SubType>Form</SubType>
  51. </Compile>
  52. <Compile Include="IControls_ExcelVerify.Designer.cs">
  53. <DependentUpon>IControls_ExcelVerify.cs</DependentUpon>
  54. </Compile>
  55. <Compile Include="Program.cs" />
  56. <Compile Include="Properties\AssemblyInfo.cs" />
  57. <Compile Include="_Class.cs" />
  58. <Compile Include="_Convert.cs" />
  59. <Compile Include="_Data.cs" />
  60. <Compile Include="_Hash.cs" />
  61. <Compile Include="_Text.cs" />
  62. <EmbeddedResource Include="IControls_ExcelVerify.resx">
  63. <DependentUpon>IControls_ExcelVerify.cs</DependentUpon>
  64. </EmbeddedResource>
  65. <EmbeddedResource Include="Properties\Resources.resx">
  66. <Generator>ResXFileCodeGenerator</Generator>
  67. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  68. <SubType>Designer</SubType>
  69. </EmbeddedResource>
  70. <Compile Include="Properties\Resources.Designer.cs">
  71. <AutoGen>True</AutoGen>
  72. <DependentUpon>Resources.resx</DependentUpon>
  73. </Compile>
  74. <None Include="bin\Debug\IControls_ExcelVerify.vshost.exe.manifest" />
  75. <None Include="Properties\Settings.settings">
  76. <Generator>SettingsSingleFileGenerator</Generator>
  77. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  78. </None>
  79. <Compile Include="Properties\Settings.Designer.cs">
  80. <AutoGen>True</AutoGen>
  81. <DependentUpon>Settings.settings</DependentUpon>
  82. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  83. </Compile>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Content Include="bin\Debug\IControls_ExcelVerify.exe" />
  87. <Content Include="bin\Debug\IControls_ExcelVerify.pdb" />
  88. <Content Include="bin\Debug\IControls_ExcelVerify.vshost.exe" />
  89. <Content Include="bin\Release\IControls_ExcelVerify.exe" />
  90. <Content Include="bin\Release\IControls_ExcelVerify.pdb" />
  91. </ItemGroup>
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. </Project>