Skip to content

Commit 7e5498a

Browse files
committed
#2,#3 WIP Rewriting Build system
WebApplications.Utilities.BuildTasks.csproj now builds correctly in Visual Studio (added solution).
1 parent e2be3cf commit 7e5498a

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

Diff for: BuildTasks.sln

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.23107.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplications.Utilities.BuildTasks", "Utilities\BuildTasks\WebApplications.Utilities.BuildTasks.csproj", "{CA6C3C0E-96DB-4B74-A8E4-33ABA73D0553}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
NuGet|Any CPU = NuGet|Any CPU
12+
Release|Any CPU = Release|Any CPU
13+
EndGlobalSection
14+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15+
{CA6C3C0E-96DB-4B74-A8E4-33ABA73D0553}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{CA6C3C0E-96DB-4B74-A8E4-33ABA73D0553}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{CA6C3C0E-96DB-4B74-A8E4-33ABA73D0553}.NuGet|Any CPU.ActiveCfg = NuGet|Any CPU
18+
{CA6C3C0E-96DB-4B74-A8E4-33ABA73D0553}.NuGet|Any CPU.Build.0 = NuGet|Any CPU
19+
{CA6C3C0E-96DB-4B74-A8E4-33ABA73D0553}.Release|Any CPU.ActiveCfg = Release|Any CPU
20+
{CA6C3C0E-96DB-4B74-A8E4-33ABA73D0553}.Release|Any CPU.Build.0 = Release|Any CPU
21+
EndGlobalSection
22+
GlobalSection(SolutionProperties) = preSolution
23+
HideSolutionNode = FALSE
24+
EndGlobalSection
25+
EndGlobal

Diff for: Utilities/BuildTasks/WebApplications.Utilities.BuildTasks.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<OutputType>Library</OutputType>
77
<RootNamespace>WebApplications.Utilities.BuildTasks</RootNamespace>
88
<AssemblyName>WebApplications.Utilities.BuildTasks</AssemblyName>
9-
<DefineConstants>BUILD_TASKS</DefineConstants>
9+
<DefineConstants>BUILD_TASKS</DefineConstants>
1010
</PropertyGroup>
1111
<Import Project="$(MSBuildThisFileDirectory)..\..\Common.proj" />
1212
<ItemGroup>

0 commit comments

Comments
 (0)