EMIS.ResourcesDGLG.csproj 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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>{987CEFFD-0FB6-4055-8163-B4AC98AB3503}</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. <PlatformTarget>AnyCPU</PlatformTarget>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="DataAnnotations\Label.Designer.cs">
  54. <AutoGen>True</AutoGen>
  55. <DesignTime>True</DesignTime>
  56. <DependentUpon>Label.resx</DependentUpon>
  57. </Compile>
  58. <Compile Include="Images\Images.Designer.cs">
  59. <AutoGen>True</AutoGen>
  60. <DesignTime>True</DesignTime>
  61. <DependentUpon>Images.resx</DependentUpon>
  62. </Compile>
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. <Compile Include="Strings.Designer.cs">
  65. <AutoGen>True</AutoGen>
  66. <DesignTime>True</DesignTime>
  67. <DependentUpon>Strings.resx</DependentUpon>
  68. </Compile>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <EmbeddedResource Include="DataAnnotations\Label.resx">
  72. <Generator>PublicResXFileCodeGenerator</Generator>
  73. <LastGenOutput>Label.Designer.cs</LastGenOutput>
  74. </EmbeddedResource>
  75. <EmbeddedResource Include="Images\Images.resx">
  76. <Generator>PublicResXFileCodeGenerator</Generator>
  77. <LastGenOutput>Images.Designer.cs</LastGenOutput>
  78. </EmbeddedResource>
  79. <EmbeddedResource Include="Strings.resx">
  80. <Generator>PublicResXFileCodeGenerator</Generator>
  81. <LastGenOutput>Strings.Designer.cs</LastGenOutput>
  82. </EmbeddedResource>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <None Include="Resources\login_02.png" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Content Include="Resources\logo.png" />
  89. </ItemGroup>
  90. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  91. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  92. Other similar extension points exist, see Microsoft.Common.targets.
  93. <Target Name="BeforeBuild">
  94. </Target>
  95. <Target Name="AfterBuild">
  96. </Target>
  97. -->
  98. </Project>