温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:Acom进出仓管理系统源码
当前文件路径:AcomStore/Enumerations/Enumerations.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>{24B0E8AC-EB01-4D99-BA4C-556EE5F76847}</ProjectGuid> 8
<OutputType>Library</OutputType> 9
<AppDesignerFolder>Properties</AppDesignerFolder> 10
<RootNamespace>AcomLb.Enumerations</RootNamespace> 11
<AssemblyName>AcomLb.Enumerations</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="CommonEnum.cs" /> 39
<Compile Include="Properties\AssemblyInfo.cs" /> 40
</ItemGroup> 41
<ItemGroup> 42
<None Include="AcomLb.snk" /> 43
</ItemGroup> 44
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 45
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 46
Other similar extension points exist, see Microsoft.Common.targets. 47
<Target Name="BeforeBuild"> 48
</Target> 49
<Target Name="AfterBuild"> 50
</Target> 51
--> 52
</Project>



