CoreDemo.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{6956EE15-6AA7-48BC-9197-33838EA9BB46}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CoreDemo</RootNamespace>
  12. <AssemblyName>CoreDemo</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\output\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="CommonButton, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  35. <Reference Include="CoreFS.CA06, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\..\111\CoreMesClient\Output\CoreFS.CA06.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  40. <Reference Include="Infragistics2.Win.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>C:\WINDOWS\assembly\GAC_MSIL\Infragistics2.Win.Misc.v9.2\9.2.20092.1003__7dd5c3163f2cd0cb\Infragistics2.Win.Misc.v9.2.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Infragistics2.Win.UltraWinDataSource.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>C:\WINDOWS\assembly\GAC_MSIL\Infragistics2.Win.UltraWinDataSource.v9.2\9.2.20092.1003__7dd5c3163f2cd0cb\Infragistics2.Win.UltraWinDataSource.v9.2.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  49. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  50. <Reference Include="Infragistics2.Win.UltraWinStatusBar.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  51. <Reference Include="Infragistics2.Win.UltraWinTabControl.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  52. <Reference Include="Infragistics2.Win.UltraWinToolbars.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  53. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" />
  54. <Reference Include="Microsoft.VisualBasic" />
  55. <Reference Include="System" />
  56. <Reference Include="System.Core">
  57. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="System.Design" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  62. <Reference Include="System.Web" />
  63. <Reference Include="System.Windows.Forms" />
  64. <Reference Include="System.Xml.Linq">
  65. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  66. </Reference>
  67. <Reference Include="System.Data.DataSetExtensions">
  68. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Xml" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="CoreTest.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="CoreTest.Designer.cs">
  78. <DependentUpon>CoreTest.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="FrmStyleSample.cs">
  81. <SubType>Form</SubType>
  82. </Compile>
  83. <Compile Include="FrmStyleSample.Designer.cs">
  84. <DependentUpon>FrmStyleSample.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. <Compile Include="RmsAreaForm.cs">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="RmsAreaForm.Designer.cs">
  91. <DependentUpon>RmsAreaForm.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="Test.cs">
  94. <SubType>Form</SubType>
  95. </Compile>
  96. <Compile Include="Test.Designer.cs">
  97. <DependentUpon>Test.cs</DependentUpon>
  98. </Compile>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <EmbeddedResource Include="CoreTest.resx">
  102. <DependentUpon>CoreTest.cs</DependentUpon>
  103. <SubType>Designer</SubType>
  104. </EmbeddedResource>
  105. <EmbeddedResource Include="FrmStyleSample.resx">
  106. <DependentUpon>FrmStyleSample.cs</DependentUpon>
  107. <SubType>Designer</SubType>
  108. </EmbeddedResource>
  109. <EmbeddedResource Include="Properties\licenses.licx" />
  110. <EmbeddedResource Include="RmsAreaForm.resx">
  111. <DependentUpon>RmsAreaForm.cs</DependentUpon>
  112. <SubType>Designer</SubType>
  113. </EmbeddedResource>
  114. <EmbeddedResource Include="Test.resx">
  115. <DependentUpon>Test.cs</DependentUpon>
  116. <SubType>Designer</SubType>
  117. </EmbeddedResource>
  118. </ItemGroup>
  119. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  120. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  121. Other similar extension points exist, see Microsoft.Common.targets.
  122. <Target Name="BeforeBuild">
  123. </Target>
  124. <Target Name="AfterBuild">
  125. </Target>
  126. -->
  127. </Project>