TestCDNBenchMark.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{6C070C9C-7328-460D-909F-D91B18523B74}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>TestCDNBenchMark</RootNamespace>
  11. <AssemblyName>TestCDNBenchMark</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. <StartupObject />
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="SourceGrid, Version=4.40.5219.37097, Culture=neutral, PublicKeyToken=df6f5e538749e85d, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\Library\SourceGrid\SourceGrid.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Deployment" />
  49. <Reference Include="System.Drawing" />
  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="Test.cs" />
  57. <Compile Include="TestForm.cs">
  58. <SubType>Form</SubType>
  59. </Compile>
  60. <Compile Include="TestForm.Designer.cs">
  61. <DependentUpon>TestForm.cs</DependentUpon>
  62. </Compile>
  63. <EmbeddedResource Include="Properties\Resources.resx">
  64. <Generator>ResXFileCodeGenerator</Generator>
  65. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  66. <SubType>Designer</SubType>
  67. </EmbeddedResource>
  68. <Compile Include="Properties\Resources.Designer.cs">
  69. <AutoGen>True</AutoGen>
  70. <DependentUpon>Resources.resx</DependentUpon>
  71. </Compile>
  72. <EmbeddedResource Include="TestForm.resx">
  73. <DependentUpon>TestForm.cs</DependentUpon>
  74. </EmbeddedResource>
  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. <ProjectReference Include="..\CommonAI\CommonAI.csproj">
  87. <Project>{0d86d14e-c45e-400a-8f50-ff7bde63b35a}</Project>
  88. <Name>CommonAI</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\CommonFileSystem\CommonMPQ.csproj">
  91. <Project>{e6f4820c-30d4-4ddf-8890-517c9efd92a8}</Project>
  92. <Name>CommonMPQ</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\CommonFroms\CommonFroms.csproj">
  95. <Project>{f3594e30-da84-4538-baa3-0959b86aa879}</Project>
  96. <Name>CommonFroms</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\CommonLang\CommonLang.csproj">
  99. <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
  100. <Name>CommonLang</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj">
  103. <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
  104. <Name>CommonNetwork</Name>
  105. </ProjectReference>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. </Project>