| | |
| | | <FileAlignment>512</FileAlignment> |
| | | </PropertyGroup> |
| | | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| | | <PlatformTarget>x86</PlatformTarget> |
| | | <PlatformTarget>AnyCPU</PlatformTarget> |
| | | <DebugSymbols>true</DebugSymbols> |
| | | <DebugType>full</DebugType> |
| | | <Optimize>false</Optimize> |
| | | <OutputPath>bin\Debug\</OutputPath> |
| | | <OutputPath>..\Lib\</OutputPath> |
| | | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| | | <ErrorReport>prompt</ErrorReport> |
| | | <WarningLevel>4</WarningLevel> |
| | |
| | | <Compile Include="Const.cs" /> |
| | | <Compile Include="WebTool.cs" /> |
| | | <Compile Include="ZipUtils.cs" /> |
| | | <Compile Include="com\softwee\smgw\common\RegexHelper.cs" /> |
| | | <Compile Include="com\softwee\smgw\common\SegmentHelper.cs" /> |
| | | <Compile Include="RegexHelper.cs" /> |
| | | <Compile Include="AssemblyInfo.cs" /> |
| | | </ItemGroup> |
| | | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |