This repository was archived by the owner on Mar 12, 2021. It is now read-only.
File tree 9 files changed +57
-14
lines changed
signalrclient/Build/VS2013
signalrclientdll/Build/VS2013
signalrclienttests/Build/VS2013
9 files changed +57
-14
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >$(MSBuildThisFileDirectory)..\</SolutionDir >
5
+ <Configuration Condition =" '$(Configuration)'==''" >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)'==''" >Win32</Platform >
7
+ <PlatformToolset Condition =" '$(PlatformToolset)' == ''" >v120</PlatformToolset >
8
+ <OutputPath Condition =" '$(OutputPath)' == ''" >$(SolutionDir)bin\$(Platform)\$(Configuration)\</OutputPath >
9
+ <OutDir >$(OutputPath)</OutDir >
10
+ </PropertyGroup >
11
+ </Project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project DefaultTargets =" Build" ToolsVersion =" 4 .0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 12 .0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemGroup Label =" ProjectConfigurations" >
4
4
<ProjectConfiguration Include =" Debug|Win32" >
5
5
<Configuration >Debug</Configuration >
18
18
<Platform >x64</Platform >
19
19
</ProjectConfiguration >
20
20
</ItemGroup >
21
- </Project >
21
+ </Project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <PropertyGroup >
4
- <Configuration Condition =" '$(Configuration)'==''" >Debug</Configuration >
5
- <Platform Condition =" '$(Platform)'==''" >Win32</Platform >
6
- </PropertyGroup >
3
+ <Import Project =" $(MSBuildThisFileDirectory)\Common.Build.Settings" />
7
4
<PropertyGroup >
8
5
<SignalrClientTargetName >signalrclient</SignalrClientTargetName >
9
6
<DownloadNuGetExe Condition =" '$(DownloadNuGetExe)' == '' " >true</DownloadNuGetExe >
10
7
<RestorePackages >true</RestorePackages >
11
- <PlatformToolset Condition =" '$(PlatformToolset)' == ''" >v120</PlatformToolset >
12
8
<CharacterSet >Unicode</CharacterSet >
13
9
</PropertyGroup >
14
10
<PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
32
28
<Link >
33
29
<SubSystem >Windows</SubSystem >
34
30
<GenerateDebugInformation >true</GenerateDebugInformation >
31
+ <ProgramDatabaseFile >$(OutDir)$(TargetName).pdb</ProgramDatabaseFile >
32
+ <StripPrivateSymbols >$(OutDir)$(TargetName).pub.pdb</StripPrivateSymbols >
35
33
</Link >
36
34
</ItemDefinitionGroup >
37
35
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Test" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildThisFileDirectory)\Common.Build.Settings" />
4
+
5
+ <ItemGroup >
6
+ <Projects Include =" $(SolutionDir)src\signalrclient\Build\VS2013\signalrclient.vcxproj" />
7
+ <Projects Include =" $(SolutionDir)src\signalrclientdll\Build\VS2013\signalrclientdll.vcxproj" />
8
+ <Projects Include =" $(SolutionDir)test\signalrclienttests\Build\VS2013\signalrclienttests.vcxproj" />
9
+ </ItemGroup >
10
+
11
+ <Import Project =" $(SolutionDir)\.nuget\nuget.targets" />
12
+
13
+ <Target Name =" Build" >
14
+ <MSBuild Targets =" $(BuildTargets)"
15
+ Projects =" @(Projects)"
16
+ Properties =" Configuration=$(Configuration);Platform=$(Platform);PlatformToolset=$(PlatformToolset)" />
17
+ </Target >
18
+
19
+ <Target Name =" Clean" >
20
+ <MSBuild Targets =" Clean"
21
+ Projects =" @(Projects)" />
22
+ </Target >
23
+
24
+ <Target Name =" Rebuild" >
25
+ <MSBuild Projects =" $(MSBuildProjectFile)" Properties =" BuildTargets=Rebuild;Configuration=$(Configuration)" Targets =" Clean;Build" />
26
+ </Target >
27
+
28
+ <Target Name =" Test" DependsOnTargets =" Build" >
29
+ <Exec Command =" $(OutDir)\signalrclienttests.exe" />
30
+ </Target >
31
+ </Project >
Original file line number Diff line number Diff line change
1
+ msbuild " %~dp0 \Build\build.msbuild" /v:minimal /maxcpucount /nodeReuse:false %*
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" ..\..\..\..\packages\cpprestsdk.2.2.0\build\native\cpprestsdk.props" Condition =" Exists('..\..\..\..\packages\cpprestsdk.2.2.0\build\native\cpprestsdk.props')" />
4
- <Import Project =" ..\..\..\..\Build\signalrclient.build.settings " />
4
+ <Import Project =" ..\..\..\..\Build\SignalRClient.Build.Settings " />
5
5
<PropertyGroup Label =" Globals" >
6
6
<ProjectGuid >{87ED3AD4-D820-48CD-8382-A12564213A12}</ProjectGuid >
7
7
<Keyword >Win32Proj</Keyword >
8
8
<RootNamespace >signalr</RootNamespace >
9
9
<ProjectName >signalrclient</ProjectName >
10
10
<TargetName >$(SignalrClientTargetName)</TargetName >
11
- <OutDir >$(SolutionDir)$(Configuration)\lib\</OutDir >
12
- <IntDir >$(Configuration)\lib\</IntDir >
13
11
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\..\..\</SolutionDir >
12
+ <OutDir Condition =" '$(OutDir)' == ''" >$(SolutionDir)$(Configuration)\</OutDir >
13
+ <OutDir >$(OutDir)lib\</OutDir >
14
+ <IntDir >$(Configuration)\lib\</IntDir >
14
15
<ConfigurationType >StaticLibrary</ConfigurationType >
15
16
</PropertyGroup >
16
17
<Import Project =" ..\..\..\..\Build\Config.Definitions.props" />
Original file line number Diff line number Diff line change 8
8
<RootNamespace >signalrclient</RootNamespace >
9
9
<ProjectName >signalrclientdll</ProjectName >
10
10
<TargetName >$(SignalrClientTargetName)</TargetName >
11
- <OutDir >$(SolutionDir)$(Configuration)\dll\</OutDir >
12
- <IntDir >$(Configuration)\dll\</IntDir >
13
11
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\..\..\</SolutionDir >
12
+ <OutDir Condition =" '$(OutDir)' == ''" >$(SolutionDir)$(Configuration)\</OutDir >
13
+ <OutDir >$(OutDir)dll\</OutDir >
14
+ <IntDir >$(Configuration)\dll\</IntDir >
14
15
<ConfigurationType >DynamicLibrary</ConfigurationType >
15
16
</PropertyGroup >
16
17
<Import Project =" ..\..\..\..\Build\Config.Definitions.props" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" ..\..\..\Build\signalrclient.build.settings " />
3
+ <Import Project =" ..\..\..\Build\SignalRClient.Build.Settings " />
4
4
<Import Project =" ..\..\..\Build\Config.Definitions.props" />
5
5
<ItemGroup >
6
6
<ClCompile Include =" ..\src\gtest-all.cc" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project DefaultTargets =" Build" ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" ..\..\..\..\packages\cpprestsdk.2.2.0\build\native\cpprestsdk.props" Condition =" Exists('..\..\..\..\packages\cpprestsdk.2.2.0\build\native\cpprestsdk.props')" />
4
- <Import Project =" ..\..\..\..\Build\signalrclient.build.settings " />
4
+ <Import Project =" ..\..\..\..\Build\SignalRClient.Build.Settings " />
5
5
<PropertyGroup Label =" Globals" >
6
6
<ProjectGuid >{10376148-BCF4-4B55-98A5-3C98C87FD898}</ProjectGuid >
7
7
<Keyword >Win32Proj</Keyword >
You can’t perform that action at this time.
0 commit comments