Muchinfo.MTPClient.Resources.csproj 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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>{2914EF29-D877-4203-9F5E-67151D53BF69}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.MTPClient.Resources</RootNamespace>
  11. <AssemblyName>Client.Resources</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>none</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup>
  33. <SignAssembly>true</SignAssembly>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <AssemblyOriginatorKeyFile>Muchinfo.MTPClient.snk</AssemblyOriginatorKeyFile>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Client.PC.Common">
  40. <HintPath>..\..\02.Libs\Muchinfo\Client.PC.Common.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.Xml" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="CommonResx.cs" />
  52. <Compile Include="ConfigParamResxManager.cs" />
  53. <Compile Include="ConstResxManager.cs" />
  54. <Compile Include="DeliveryResxManager.cs" />
  55. <Compile Include="GoodsResxManager.cs" />
  56. <Compile Include="LastUpdateTimeManager.cs" />
  57. <Compile Include="MarketResxManager.cs" />
  58. <Compile Include="MenuResxManager.cs" />
  59. <Compile Include="Client.Resource.Designer.cs">
  60. <AutoGen>True</AutoGen>
  61. <DesignTime>True</DesignTime>
  62. <DependentUpon>Client.Resource.resx</DependentUpon>
  63. </Compile>
  64. <Compile Include="MuchInfoResourceManager.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. <Compile Include="ResxManagerHelper.cs" />
  67. <Compile Include="RiskMsgResxManager.cs" />
  68. <Compile Include="TradeDateResxManager.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <EmbeddedResource Include="Client.Resource.resx">
  72. <Generator>PublicResXFileCodeGenerator</Generator>
  73. <SubType>Designer</SubType>
  74. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  75. <LastGenOutput>Client.Resource.Designer.cs</LastGenOutput>
  76. </EmbeddedResource>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <None Include="Muchinfo.MTPClient.snk" />
  80. </ItemGroup>
  81. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  82. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  83. Other similar extension points exist, see Microsoft.Common.targets.
  84. <Target Name="BeforeBuild">
  85. </Target>
  86. <Target Name="AfterBuild">
  87. </Target>
  88. -->
  89. </Project>