Muchinfo.MTPClient.CustomException.csproj 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>{D6D32808-1FAD-4036-8EC7-A80F24C4E5F4}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Muchinfo.MTPClient.CustomException</RootNamespace>
  11. <AssemblyName>Client.CustomException</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <DebugType>none</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. <PropertyGroup>
  34. <SignAssembly>true</SignAssembly>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <AssemblyOriginatorKeyFile>Muchinfo.MTPClient.snk</AssemblyOriginatorKeyFile>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Client.PC.Common">
  41. <HintPath>..\..\02.Libs\Muchinfo\Client.PC.Common.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="ClientErrorResources.Designer.cs">
  49. <AutoGen>True</AutoGen>
  50. <DesignTime>True</DesignTime>
  51. <DependentUpon>ClientErrorResources.resx</DependentUpon>
  52. </Compile>
  53. <Compile Include="ErrorCodeManager.cs" />
  54. <Compile Include="ErrorResourceManager.cs" />
  55. <Compile Include="ErrorResources.Designer.cs">
  56. <AutoGen>True</AutoGen>
  57. <DesignTime>True</DesignTime>
  58. <DependentUpon>ErrorResources.resx</DependentUpon>
  59. </Compile>
  60. <Compile Include="ExceptionManager.cs" />
  61. <Compile Include="MuchinfoException.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <Compile Include="tas_errorcodes.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <None Include="Muchinfo.MTPClient.snk" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <ProjectReference Include="..\Muchinfo.TASClient.Resources\Muchinfo.MTPClient.Resources.csproj">
  70. <Project>{2914ef29-d877-4203-9f5e-67151d53bf69}</Project>
  71. <Name>Muchinfo.MTPClient.Resources</Name>
  72. </ProjectReference>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <EmbeddedResource Include="ClientErrorResources.resx">
  76. <Generator>ResXFileCodeGenerator</Generator>
  77. <LastGenOutput>ClientErrorResources.Designer.cs</LastGenOutput>
  78. <SubType>Designer</SubType>
  79. </EmbeddedResource>
  80. <EmbeddedResource Include="ErrorResources.resx">
  81. <SubType>Designer</SubType>
  82. <Generator>PublicResXFileCodeGenerator</Generator>
  83. <LastGenOutput>ErrorResources.Designer.cs</LastGenOutput>
  84. </EmbeddedResource>
  85. </ItemGroup>
  86. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  87. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  88. Other similar extension points exist, see Microsoft.Common.targets.
  89. <Target Name="BeforeBuild">
  90. </Target>
  91. <Target Name="AfterBuild">
  92. </Target>
  93. -->
  94. </Project>