init: 导入项目到 meswork Gitea
This commit is contained in:
@@ -0,0 +1,95 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{23477F90-856B-492C-8486-01F64F3CEFE1}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>MesWebFun_Special</RootNamespace>
|
||||
<AssemblyName>MesWebFun_Special</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<TargetFrameworkProfile />
|
||||
<SccProjectName>
|
||||
</SccProjectName>
|
||||
<SccLocalPath>
|
||||
</SccLocalPath>
|
||||
<SccAuxPath>
|
||||
</SccAuxPath>
|
||||
<SccProvider>
|
||||
</SccProvider>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.QualityTools.Testing.Fakes, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Web" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="MesWebFun_Special.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction06.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction08.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction07.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction05.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction04.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction02.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction01.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction10.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction11.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction12.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction13.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction14.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction15.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction16.cs" />
|
||||
<Compile Include="SpecialFun\WebFunction17.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\WebBusinessFacade\BusinessFacade.csproj">
|
||||
<Project>{9521ec25-d820-42f8-b3e2-7a5667b5e9f7}</Project>
|
||||
<Name>BusinessFacade</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\DataAccess\BizDataAccess.csproj">
|
||||
<Project>{bbe7d8b5-da6d-46db-99de-0fad76448125}</Project>
|
||||
<Name>BizDataAccess</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\SystemFrameworks\SystemFramework.csproj">
|
||||
<Project>{8f2c19e9-9a45-4f47-95a3-87f4778b7190}</Project>
|
||||
<Name>SystemFramework</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
Reference in New Issue
Block a user