|
|
@ -10,7 +10,7 @@ |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
<RootNamespace>BWP.B3_YunKen</RootNamespace> |
|
|
<RootNamespace>BWP.B3_YunKen</RootNamespace> |
|
|
<AssemblyName>B3_YunKen</AssemblyName> |
|
|
<AssemblyName>B3_YunKen</AssemblyName> |
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
|
|
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<KeyContainerName>BwpApp</KeyContainerName> |
|
|
<KeyContainerName>BwpApp</KeyContainerName> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
@ -22,7 +22,7 @@ |
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<WarningLevel>4</WarningLevel> |
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
|
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
<DebugType>pdbonly</DebugType> |
|
|
@ -34,6 +34,9 @@ |
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
|
|
|
<Reference Include="B3Frameworks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" /> |
|
|
|
|
|
<Reference Include="B3Sale, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3a973053c7ebf11c, processorArchitecture=MSIL" /> |
|
|
|
|
|
<Reference Include="B3SaleInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3a973053c7ebf11c, processorArchitecture=MSIL" /> |
|
|
<Reference Include="Forks.EnterpriseServices, Version=3.1.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" /> |
|
|
<Reference Include="Forks.EnterpriseServices, Version=3.1.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" /> |
|
|
<Reference Include="Forks.Utils, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6911f69af04f1ecb, processorArchitecture=MSIL"> |
|
|
<Reference Include="Forks.Utils, Version=3.0.0.0, Culture=neutral, PublicKeyToken=6911f69af04f1ecb, processorArchitecture=MSIL"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
@ -47,9 +50,11 @@ |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>..\..\..\TsingSoft2\TSREF\TSingSoft.WebControls2.dll</HintPath> |
|
|
<HintPath>..\..\..\TsingSoft2\TSREF\TSingSoft.WebControls2.dll</HintPath> |
|
|
</Reference> |
|
|
</Reference> |
|
|
|
|
|
<Reference Include="Wpf.System, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
|
|
<Compile Include="TimerTask\NullifyCustomerTask.cs" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<Folder Include="BL\BaseInfo\" /> |
|
|
<Folder Include="BL\BaseInfo\" /> |
|
|
|