EMIS.ResourcesHBGD.csproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{79028E69-FD96-4502-8B00-882B963573BD}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMIS.Resources</RootNamespace>
  12. <AssemblyName>EMIS.Resources</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>..\EMIS.Web\bin\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="DataAnnotations\Label.Designer.cs">
  53. <DependentUpon>Label.resx</DependentUpon>
  54. <AutoGen>True</AutoGen>
  55. <DesignTime>True</DesignTime>
  56. </Compile>
  57. <Compile Include="Images\Images.Designer.cs">
  58. <AutoGen>True</AutoGen>
  59. <DesignTime>True</DesignTime>
  60. <DependentUpon>Images.resx</DependentUpon>
  61. </Compile>
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <Compile Include="Strings.Designer.cs">
  64. <AutoGen>True</AutoGen>
  65. <DesignTime>True</DesignTime>
  66. <DependentUpon>Strings.resx</DependentUpon>
  67. </Compile>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <EmbeddedResource Include="DataAnnotations\Label.resx">
  71. <Generator>PublicResXFileCodeGenerator</Generator>
  72. <LastGenOutput>Label.Designer.cs</LastGenOutput>
  73. <SubType>Designer</SubType>
  74. </EmbeddedResource>
  75. <EmbeddedResource Include="Images\Images.resx">
  76. <Generator>PublicResXFileCodeGenerator</Generator>
  77. <SubType>Designer</SubType>
  78. <LastGenOutput>Images.Designer.cs</LastGenOutput>
  79. </EmbeddedResource>
  80. <EmbeddedResource Include="Strings.resx">
  81. <Generator>PublicResXFileCodeGenerator</Generator>
  82. <LastGenOutput>Strings.Designer.cs</LastGenOutput>
  83. </EmbeddedResource>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <None Include="Resources\HomeLogo.bmp" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="Resources\logo.png" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <None Include="Resources\login_02.png" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <None Include="Resources\Login_Logo.png" />
  96. </ItemGroup>
  97. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  98. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  99. Other similar extension points exist, see Microsoft.Common.targets.
  100. <Target Name="BeforeBuild">
  101. </Target>
  102. <Target Name="AfterBuild">
  103. </Target>
  104. -->
  105. </Project>