This repository has been archived by the owner on Oct 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added solution files and project files for .NET 4.5 and VS2012
- Loading branch information
1 parent
f8f5676
commit 421bf2d
Showing
4 changed files
with
319 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2012 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperWebSocket", "SuperWebSocket\SuperWebSocket.csproj", "{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperWebSocketTest", "SuperWebSocketTest\SuperWebSocketTest.csproj", "{9EF7E84D-B746-4285-A89A-5A515AB540EA}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{648A0DD5-C619-4850-B437-817473349857}" | ||
ProjectSection(SolutionItems) = preProject | ||
GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|Mixed Platforms = Debug|Mixed Platforms | ||
Release|Any CPU = Release|Any CPU | ||
Release|Mixed Platforms = Release|Mixed Platforms | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(MonoDevelopProperties) = preSolution | ||
StartupItem = SuperWebSocket\SuperWebSocket.csproj | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio 2012 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperWebSocket.Net45", "SuperWebSocket\SuperWebSocket.Net45.csproj", "{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuperWebSocketTest.Net45", "SuperWebSocketTest\SuperWebSocketTest.Net45.csproj", "{9EF7E84D-B746-4285-A89A-5A515AB540EA}" | ||
EndProject | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Shared", "Shared", "{648A0DD5-C619-4850-B437-817473349857}" | ||
ProjectSection(SolutionItems) = preProject | ||
GlobalAssemblyInfo.cs = GlobalAssemblyInfo.cs | ||
EndProjectSection | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|Mixed Platforms = Debug|Mixed Platforms | ||
Release|Any CPU = Release|Any CPU | ||
Release|Mixed Platforms = Release|Mixed Platforms | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||
{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||
{9EF7E84D-B746-4285-A89A-5A515AB540EA}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(MonoDevelopProperties) = preSolution | ||
StartupItem = SuperWebSocket\SuperWebSocket.csproj | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProductVersion>8.0.30703</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>SuperWebSocket</RootNamespace> | ||
<AssemblyName>SuperWebSocket</AssemblyName> | ||
<FileAlignment>512</FileAlignment> | ||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | ||
<TargetFrameworkProfile /> | ||
</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> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<DocumentationFile>bin\Debug\SuperWebSocket.XML</DocumentationFile> | ||
<Prefer32Bit>false</Prefer32Bit> | ||
</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> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<DocumentationFile>bin\Release\SuperWebSocket.XML</DocumentationFile> | ||
<Prefer32Bit>false</Prefer32Bit> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<AssemblyOriginatorKeyFile>..\superwebsocket.snk</AssemblyOriginatorKeyFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="log4net"> | ||
<HintPath>..\Reference\log4net.dll</HintPath> | ||
</Reference> | ||
<Reference Include="Newtonsoft.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>..\Reference\Json.NET\Net40\Newtonsoft.Json.dll</HintPath> | ||
</Reference> | ||
<Reference Include="SuperSocket.Common, Version=1.5.0.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>..\Reference\SuperSocket\Net40\$(Configuration)\SuperSocket.Common.dll</HintPath> | ||
</Reference> | ||
<Reference Include="SuperSocket.SocketBase, Version=1.5.0.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>..\Reference\SuperSocket\Net40\$(Configuration)\SuperSocket.SocketBase.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="System.Configuration" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="..\GlobalAssemblyInfo.cs"> | ||
<Link>GlobalAssemblyInfo.cs</Link> | ||
</Compile> | ||
<Compile Include="Command\Binary.cs" /> | ||
<Compile Include="Command\Close.cs" /> | ||
<Compile Include="Command\Continuation.cs" /> | ||
<Compile Include="Command\FragmentCommand.cs" /> | ||
<Compile Include="Command\HandShake.cs" /> | ||
<Compile Include="Command\Ping.cs" /> | ||
<Compile Include="Command\Plain.cs" /> | ||
<Compile Include="Command\Pong.cs" /> | ||
<Compile Include="Command\Text.cs" /> | ||
<Compile Include="Config\CommandConfig.cs" /> | ||
<Compile Include="Config\CommandConfigCollection.cs" /> | ||
<Compile Include="Config\SubProtocolConfig.cs" /> | ||
<Compile Include="Config\SubProtocolConfigCollection.cs" /> | ||
<Compile Include="Extensions.cs" /> | ||
<Compile Include="JsonWebSocketSession.cs" /> | ||
<Compile Include="Protocol\CloseStatusCodeHybi10.cs" /> | ||
<Compile Include="Protocol\CloseStatusCodeRfc6455.cs" /> | ||
<Compile Include="Protocol\DraftHybi00Processor.cs" /> | ||
<Compile Include="Protocol\DraftHybi10Processor.cs" /> | ||
<Compile Include="Protocol\FramePartReader\DataFramePartReader.cs" /> | ||
<Compile Include="Protocol\FramePartReader\ExtendedLenghtReader.cs" /> | ||
<Compile Include="Protocol\FramePartReader\FixPartReader.cs" /> | ||
<Compile Include="Protocol\FramePartReader\IDataFramePartReader.cs" /> | ||
<Compile Include="Protocol\FramePartReader\MaskKeyReader.cs" /> | ||
<Compile Include="Protocol\FramePartReader\PayloadDataReader.cs" /> | ||
<Compile Include="Protocol\HandshakeRequest.cs" /> | ||
<Compile Include="Protocol\ICloseStatusCode.cs" /> | ||
<Compile Include="Protocol\IWebSocketFragment.cs" /> | ||
<Compile Include="Protocol\MultipleProtocolSwitchProcessor.cs" /> | ||
<Compile Include="Protocol\OpCode.cs" /> | ||
<Compile Include="Protocol\PlainFragment.cs" /> | ||
<Compile Include="Protocol\ProtocolProcessorBase..cs" /> | ||
<Compile Include="Protocol\IProtocolProcessor.cs" /> | ||
<Compile Include="Protocol\Rfc6455Processor.cs" /> | ||
<Compile Include="Protocol\WebSocketDataFrame.cs" /> | ||
<Compile Include="Protocol\WebSocketDataFrameRequestFilter.cs" /> | ||
<Compile Include="Protocol\WebSocketSecKey3RequestFilter.cs" /> | ||
<Compile Include="SubProtocol\AsyncJsonSubCommand.cs" /> | ||
<Compile Include="SubProtocol\BasicSubCommandParser.cs" /> | ||
<Compile Include="SubProtocol\BasicSubProtocol.cs" /> | ||
<Compile Include="SubProtocol\ISubCommand.cs" /> | ||
<Compile Include="SubProtocol\ISubProtocol.cs" /> | ||
<Compile Include="SubProtocol\JsonSubCommand.cs" /> | ||
<Compile Include="SubProtocol\JsonSubCommandBase.cs" /> | ||
<Compile Include="SubProtocol\SubCommandBase.cs" /> | ||
<Compile Include="SubProtocol\SubProtocolBase.cs" /> | ||
<Compile Include="SubProtocol\SubRequestInfo.cs" /> | ||
<Compile Include="WebSocketConst.cs" /> | ||
<Compile Include="WebSocketProtocol.cs" /> | ||
<Compile Include="WebSocketServer.cs" /> | ||
<Compile Include="WebSocketSession.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="Protocol\WebSocketRequestFilterBase.cs" /> | ||
<Compile Include="Protocol\WebSocketDataRequestFilter.cs" /> | ||
<Compile Include="Protocol\WebSocketHeaderRequestFilter.cs" /> | ||
</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProductVersion>8.0.30703</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{9EF7E84D-B746-4285-A89A-5A515AB540EA}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace>SuperWebSocketTest</RootNamespace> | ||
<AssemblyName>SuperWebSocketTest</AssemblyName> | ||
<FileAlignment>512</FileAlignment> | ||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | ||
<TargetFrameworkProfile /> | ||
</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> | ||
<Prefer32Bit>false</Prefer32Bit> | ||
</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> | ||
<Prefer32Bit>false</Prefer32Bit> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="log4net"> | ||
<HintPath>..\Reference\log4net.dll</HintPath> | ||
</Reference> | ||
<Reference Include="nunit.framework"> | ||
<HintPath>..\Reference\nunit.framework.dll</HintPath> | ||
</Reference> | ||
<Reference Include="SuperSocket.Common, Version=1.5.0.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>..\Reference\SuperSocket\Net40\$(Configuration)\SuperSocket.Common.dll</HintPath> | ||
</Reference> | ||
<Reference Include="SuperSocket.SocketBase, Version=1.5.0.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>..\Reference\SuperSocket\Net40\$(Configuration)\SuperSocket.SocketBase.dll</HintPath> | ||
</Reference> | ||
<Reference Include="SuperSocket.SocketEngine, Version=1.5.0.0, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL"> | ||
<SpecificVersion>False</SpecificVersion> | ||
<HintPath>..\Reference\SuperSocket\Net40\$(Configuration)\SuperSocket.SocketEngine.dll</HintPath> | ||
</Reference> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="System.Data.DataSetExtensions" /> | ||
<Reference Include="Microsoft.CSharp" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="System.Configuration" /> | ||
<Reference Include="WebSocket4Net"> | ||
<HintPath>..\Reference\WebSocket4Net\Net40\WebSocket4Net.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="..\SuperWebSocket\WebSocketConst.cs"> | ||
<Link>WebSocketConst.cs</Link> | ||
</Compile> | ||
<Compile Include="Command\ECHO.cs" /> | ||
<Compile Include="Command\QUIT.cs" /> | ||
<Compile Include="Properties\AssemblyInfo.cs" /> | ||
<Compile Include="SubProtocolWebSocketTest.cs" /> | ||
<Compile Include="WebSocketClientTest.cs" /> | ||
<Compile Include="WebSocketFramingTest.cs" /> | ||
<Compile Include="WebSocketHybi10Test.cs" /> | ||
<Compile Include="WebSocketRawTest.cs" /> | ||
<Compile Include="WebSocketTestBase.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\SuperWebSocket\SuperWebSocket.Net45.csproj"> | ||
<Project>{2DC79E40-BB70-4F6A-B378-905F2FBC6E97}</Project> | ||
<Name>SuperWebSocket.Net45</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> |