EMIS.Resources.csproj 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>Svn</SccProjectName>
  16. <SccLocalPath>Svn</SccLocalPath>
  17. <SccAuxPath>Svn</SccAuxPath>
  18. <SccProvider>SubversionScc</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>..\EMIS.Web\bin\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Spire.Barcode, Version=2.3.0.16040, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  39. <HintPath>..\packages\FreeSpire.Barcode.2.3\lib\net40\Spire.Barcode.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  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. <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. <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. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <None Include="packages.config" />
  89. <None Include="Resources\logo.png" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <None Include="Resources\logo_02.png" />
  93. </ItemGroup>
  94. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  95. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  96. Other similar extension points exist, see Microsoft.Common.targets.
  97. <Target Name="BeforeBuild">
  98. </Target>
  99. <Target Name="AfterBuild">
  100. </Target>
  101. -->
  102. </Project>