温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:Acom进出仓管理系统源码
当前文件路径:AcomStore/BLL/BLL.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>{1AA5C522-B517-4885-AE7D-0AB3F5B03F53}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>AcomLb.BLL</RootNamespace> 11
<AssemblyName>AcomLb.BLL</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.Xml" /> 36
</ItemGroup> 37
<ItemGroup> 38
<Compile Include="Properties\AssemblyInfo.cs" /> 39
<Compile Include="ShBill.cs" /> 40
<Compile Include="ShBillList.cs" /> 41
<Compile Include="ShClass.cs" /> 42
<Compile Include="ShCorp.cs" /> 43
<Compile Include="ShDataBack.cs" /> 44
<Compile Include="ShDept.cs" /> 45
<Compile Include="ShDict.cs" /> 46
<Compile Include="ShProduct.cs" /> 47
<Compile Include="ShUser.cs" /> 48
</ItemGroup> 49
<ItemGroup> 50
<None Include="AcomLb.snk" /> 51
</ItemGroup> 52
<ItemGroup> 53
<ProjectReference Include="..\Enumerations\Enumerations.csproj"> 54
<Project>{24B0E8AC-EB01-4D99-BA4C-556EE5F76847}</Project> 55
<Name>Enumerations</Name> 56
</ProjectReference> 57
<ProjectReference Include="..\Model\Model.csproj"> 58
<Project>{1945E1AF-F707-4410-B303-E5E02D402ABE}</Project> 59
<Name>Model</Name> 60
</ProjectReference> 61
<ProjectReference Include="..\SqlDAL\SqlDAL.csproj"> 62
<Project>{7C330B89-E84C-448C-954E-7A34E284B14E}</Project> 63
<Name>SqlDAL</Name> 64
</ProjectReference> 65
</ItemGroup> 66
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 67
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 68
Other similar extension points exist, see Microsoft.Common.targets. 69
<Target Name="BeforeBuild"> 70
</Target> 71
<Target Name="AfterBuild"> 72
</Target> 73
--> 74
</Project>



