温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:Acom进出仓管理系统源码
当前文件路径:AcomStore/Components/Components.csproj

1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2
<PropertyGroup> 3
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5
<ProductVersion>8.0.50727</ProductVersion> 6
<SchemaVersion>2.0</SchemaVersion> 7
<ProjectGuid>{CD77546D-7437-4697-B5B6-B2D5EA9BE358}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>AcomLb.Components</RootNamespace> 11
<AssemblyName>AcomLb.Components</AssemblyName> 12
<SignAssembly>true</SignAssembly> 13
<AssemblyOriginatorKeyFile>AcomLb.snk</AssemblyOriginatorKeyFile> 14
</PropertyGroup> 15
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 16
<DebugSymbols>true</DebugSymbols> 17
<DebugType>full</DebugType> 18
<Optimize>false</Optimize> 19
<OutputPath>bin\Debug\</OutputPath> 20
<DefineConstants>DEBUG;TRACE</DefineConstants> 21
<ErrorReport>prompt</ErrorReport> 22
<WarningLevel>4</WarningLevel> 23
</PropertyGroup> 24
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 25
<DebugType>pdbonly</DebugType> 26
<Optimize>true</Optimize> 27
<OutputPath>bin\Release\</OutputPath> 28
<DefineConstants>TRACE</DefineConstants> 29
<ErrorReport>prompt</ErrorReport> 30
<WarningLevel>4</WarningLevel> 31
</PropertyGroup> 32
<ItemGroup> 33
<Reference Include="System" /> 34
<Reference Include="System.Data" /> 35
<Reference Include="System.Drawing" /> 36
<Reference Include="System.Web" /> 37
<Reference Include="System.Xml" /> 38
</ItemGroup> 39
<ItemGroup> 40
<Compile Include="DataCache.cs" /> 41
<Compile Include="PblogDes.cs" /> 42
<Compile Include="Jscript.cs" /> 43
<Compile Include="PageValidate.cs" /> 44
<Compile Include="Properties\AssemblyInfo.cs" /> 45
<Compile Include="StrHelper.cs" /> 46
<Compile Include="toHtml.cs" /> 47
<Compile Include="UBB.cs" /> 48
<Compile Include="XmlControl.cs" /> 49
</ItemGroup> 50
<ItemGroup> 51
<None Include="AcomLb.snk" /> 52
</ItemGroup> 53
<ItemGroup> 54
<ProjectReference Include="..\Enumerations\Enumerations.csproj"> 55
<Project>{24B0E8AC-EB01-4D99-BA4C-556EE5F76847}</Project> 56
<Name>Enumerations</Name> 57
</ProjectReference> 58
</ItemGroup> 59
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 60
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 61
Other similar extension points exist, see Microsoft.Common.targets. 62
<Target Name="BeforeBuild"> 63
</Target> 64
<Target Name="AfterBuild"> 65
</Target> 66
--> 67
</Project>



