Skip to content

Commit 98a907c

Browse files
committed
FDBuild is now part of FD main solution...
1 parent c9e1bcc commit 98a907c

File tree

5 files changed

+19
-0
lines changed

5 files changed

+19
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ PluginCore/Bin
2222
/FlashDevelop/Bin/Debug/Settings/FileStates
2323
/FlashDevelop/Bin/Debug/Settings/Recovery
2424
/FlashDevelop/Bin/Debug/Exceptions.log
25+
/FlashDevelop/Bin/Debug/Tools/fdbuild/fdbuild.exe

FlashDevelop.sln

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CssCompletion", "External\P
7676
EndProject
7777
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LoomContext", "External\Plugins\LoomContext\LoomContext.csproj", "{92BBB3B6-E318-4B12-8378-6D46E69AB938}"
7878
EndProject
79+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FDBuild", "External\Tools\FDBuild\FDBuild.csproj", "{FF680DE0-9CB7-45F4-BAFA-6EFFAAFD9C09}"
80+
ProjectSection(ProjectDependencies) = postProject
81+
{61885F70-B4DC-4B44-852D-5D6D03F2A734} = {61885F70-B4DC-4B44-852D-5D6D03F2A734}
82+
EndProjectSection
83+
EndProject
7984
Global
8085
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8186
Debug|Any CPU = Debug|Any CPU
@@ -340,6 +345,14 @@ Global
340345
{92BBB3B6-E318-4B12-8378-6D46E69AB938}.Release|Any CPU.Build.0 = Release|Any CPU
341346
{92BBB3B6-E318-4B12-8378-6D46E69AB938}.Release|x86.ActiveCfg = Release|x86
342347
{92BBB3B6-E318-4B12-8378-6D46E69AB938}.Release|x86.Build.0 = Release|x86
348+
{FF680DE0-9CB7-45F4-BAFA-6EFFAAFD9C09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
349+
{FF680DE0-9CB7-45F4-BAFA-6EFFAAFD9C09}.Debug|Any CPU.Build.0 = Debug|Any CPU
350+
{FF680DE0-9CB7-45F4-BAFA-6EFFAAFD9C09}.Debug|x86.ActiveCfg = Debug|x86
351+
{FF680DE0-9CB7-45F4-BAFA-6EFFAAFD9C09}.Debug|x86.Build.0 = Debug|x86
352+
{FF680DE0-9CB7-45F4-BAFA-6EFFAAFD9C09}.Release|Any CPU.ActiveCfg = Release|Any CPU
353+
{FF680DE0-9CB7-45F4-BAFA-6EFFAAFD9C09}.Release|Any CPU.Build.0 = Release|Any CPU
354+
{FF680DE0-9CB7-45F4-BAFA-6EFFAAFD9C09}.Release|x86.ActiveCfg = Release|x86
355+
{FF680DE0-9CB7-45F4-BAFA-6EFFAAFD9C09}.Release|x86.Build.0 = Release|x86
343356
EndGlobalSection
344357
GlobalSection(SolutionProperties) = preSolution
345358
HideSolutionNode = FALSE
-143 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FDBuild is built automatically!

FlashDevelop/FlashDevelop.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,8 @@
267267
<PropertyGroup>
268268
<PreBuildEvent>"$(SolutionDir)\SetVersion.bat" "$(SolutionDir)"</PreBuildEvent>
269269
</PropertyGroup>
270+
<PropertyGroup>
271+
<PostBuildEvent>
272+
</PostBuildEvent>
273+
</PropertyGroup>
270274
</Project>

0 commit comments

Comments
 (0)