EMIS.ResourcesGZMS.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{C3904747-86A0-46BB-8AD2-E1063FB04B44}</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. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  34. <PlatformTarget>x86</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  44. <PlatformTarget>x86</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <ErrorReport>prompt</ErrorReport>
  50. <WarningLevel>4</WarningLevel>
  51. </PropertyGroup>
  52. <PropertyGroup>
  53. <StartupObject />
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  56. <DebugSymbols>true</DebugSymbols>
  57. <OutputPath>bin\Debug\</OutputPath>
  58. <DefineConstants>DEBUG;TRACE</DefineConstants>
  59. <DebugType>full</DebugType>
  60. <PlatformTarget>AnyCPU</PlatformTarget>
  61. <ErrorReport>prompt</ErrorReport>
  62. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  63. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  64. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  67. <OutputPath>bin\Release\</OutputPath>
  68. <DefineConstants>TRACE</DefineConstants>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>AnyCPU</PlatformTarget>
  72. <ErrorReport>prompt</ErrorReport>
  73. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  74. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  75. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <Reference Include="System" />
  79. <Reference Include="System.Core" />
  80. <Reference Include="System.Xml.Linq" />
  81. <Reference Include="System.Data.DataSetExtensions" />
  82. <Reference Include="Microsoft.CSharp" />
  83. <Reference Include="System.Data" />
  84. <Reference Include="System.Deployment" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Windows.Forms" />
  87. <Reference Include="System.Xml" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="DataAnnotations\Label.Designer.cs">
  91. <DependentUpon>Label.resx</DependentUpon>
  92. <AutoGen>True</AutoGen>
  93. <DesignTime>True</DesignTime>
  94. </Compile>
  95. <Compile Include="Images\Images.Designer.cs">
  96. <DependentUpon>Images.resx</DependentUpon>
  97. <AutoGen>True</AutoGen>
  98. <DesignTime>True</DesignTime>
  99. </Compile>
  100. <Compile Include="Properties\AssemblyInfo.cs" />
  101. <Compile Include="Strings.Designer.cs">
  102. <DependentUpon>Strings.resx</DependentUpon>
  103. <AutoGen>True</AutoGen>
  104. <DesignTime>True</DesignTime>
  105. </Compile>
  106. <EmbeddedResource Include="DataAnnotations\Label.resx">
  107. <Generator>PublicResXFileCodeGenerator</Generator>
  108. <LastGenOutput>Label.Designer.cs</LastGenOutput>
  109. <SubType>Designer</SubType>
  110. </EmbeddedResource>
  111. <EmbeddedResource Include="Images\Images.resx">
  112. <Generator>PublicResXFileCodeGenerator</Generator>
  113. <LastGenOutput>Images.Designer.cs</LastGenOutput>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="Strings.resx">
  116. <Generator>PublicResXFileCodeGenerator</Generator>
  117. <LastGenOutput>Strings.Designer.cs</LastGenOutput>
  118. </EmbeddedResource>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  122. <Visible>False</Visible>
  123. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 和 x64%29</ProductName>
  124. <Install>true</Install>
  125. </BootstrapperPackage>
  126. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  127. <Visible>False</Visible>
  128. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  129. <Install>false</Install>
  130. </BootstrapperPackage>
  131. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  132. <Visible>False</Visible>
  133. <ProductName>.NET Framework 3.5 SP1</ProductName>
  134. <Install>false</Install>
  135. </BootstrapperPackage>
  136. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  137. <Visible>False</Visible>
  138. <ProductName>Windows Installer 3.1</ProductName>
  139. <Install>true</Install>
  140. </BootstrapperPackage>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <Content Include="Resources\login_02.png" />
  144. <Content Include="Resources\Login_logo.png" />
  145. <Content Include="Resources\logo.png" />
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  149. Other similar extension points exist, see Microsoft.Common.targets.
  150. <Target Name="BeforeBuild">
  151. </Target>
  152. <Target Name="AfterBuild">
  153. </Target>
  154. -->
  155. </Project>