EMIS.ResourcesGZTY.csproj 4.0 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. <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>{A297455F-1375-48D1-AD3D-D00BD82AF78B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>EMIS.Resources</RootNamespace>
  11. <AssemblyName>EMIS.Resources</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <TargetFrameworkProfile />
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>..\EMIS.Web\bin\</OutputPath>
  31. <DefineConstants>DEBUG;TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <PlatformTarget>AnyCPU</PlatformTarget>
  37. <DebugType>pdbonly</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Release\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <StartupObject />
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="System" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="DataAnnotations\Label.Designer.cs">
  59. <DependentUpon>Label.resx</DependentUpon>
  60. <AutoGen>True</AutoGen>
  61. <DesignTime>True</DesignTime>
  62. </Compile>
  63. <Compile Include="Images\Images.Designer.cs">
  64. <AutoGen>True</AutoGen>
  65. <DesignTime>True</DesignTime>
  66. <DependentUpon>Images.resx</DependentUpon>
  67. </Compile>
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. <Compile Include="Strings.Designer.cs">
  70. <AutoGen>True</AutoGen>
  71. <DesignTime>True</DesignTime>
  72. <DependentUpon>Strings.resx</DependentUpon>
  73. </Compile>
  74. <EmbeddedResource Include="DataAnnotations\Label.resx">
  75. <Generator>PublicResXFileCodeGenerator</Generator>
  76. <LastGenOutput>Label.Designer.cs</LastGenOutput>
  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>