EMIS.ResourcesGDSS.csproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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>{FE319FEB-1DAE-4C18-9685-0BAD15E38FDA}</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. <AutoGen>True</AutoGen>
  54. <DesignTime>True</DesignTime>
  55. <DependentUpon>Label.resx</DependentUpon>
  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. <None Include="Resources\Login_Logo.png" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <EmbeddedResource Include="DataAnnotations\Label.resx">
  74. <Generator>PublicResXFileCodeGenerator</Generator>
  75. <LastGenOutput>Label.Designer.cs</LastGenOutput>
  76. <SubType>Designer</SubType>
  77. </EmbeddedResource>
  78. <EmbeddedResource Include="Images\Images.resx">
  79. <Generator>PublicResXFileCodeGenerator</Generator>
  80. <LastGenOutput>Images.Designer.cs</LastGenOutput>
  81. </EmbeddedResource>
  82. <EmbeddedResource Include="Strings.resx">
  83. <Generator>PublicResXFileCodeGenerator</Generator>
  84. <LastGenOutput>Strings.Designer.cs</LastGenOutput>
  85. </EmbeddedResource>
  86. </ItemGroup>
  87. <ItemGroup>
  88. <None Include="Resources\login_02.png" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="Resources\logo.png" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. </Project>