aboutsummaryrefslogtreecommitdiffstats
path: root/FMark
diff options
context:
space:
mode:
authorQieerb <qieerbushe7@gmail.com>2018-03-14 16:49:13 +0000
committerQieerb <qieerbushe7@gmail.com>2018-03-14 16:49:13 +0000
commit38a7de6b791e85b53d4411e974d41058fad8b1b7 (patch)
tree9f015b6110129a0e0434690bd2908aaa9f1a2ee4 /FMark
parent0cfc26d5cb44a96e632af6d1a18f022618db1d30 (diff)
downloadFMark-38a7de6b791e85b53d4411e974d41058fad8b1b7.tar.gz
FMark-38a7de6b791e85b53d4411e974d41058fad8b1b7.zip
load order fix
Diffstat (limited to 'FMark')
-rw-r--r--FMark/src/FMarkCLI/FMarkCLI.fsproj5
-rw-r--r--FMark/src/FMarkFable/FMarkFable.fsproj2
2 files changed, 3 insertions, 4 deletions
diff --git a/FMark/src/FMarkCLI/FMarkCLI.fsproj b/FMark/src/FMarkCLI/FMarkCLI.fsproj
index 1ad23ef..779242e 100644
--- a/FMark/src/FMarkCLI/FMarkCLI.fsproj
+++ b/FMark/src/FMarkCLI/FMarkCLI.fsproj
@@ -21,13 +21,12 @@
<Compile Include="../Common/Markalc/MarkalcTest.fs" />
<Compile Include="../Common/Parser/ParserHelperFuncs.fs" />
- <Compile Include="../Common/Parser/Parser.fs" />
- <Compile Include="../Common/Parser/ParserTest.fs" />
-
<Compile Include="../Common/TOCite/RefParse.fs" />
<Compile Include="../Common/TOCite/TOCite.fs" />
<Compile Include="../Common/TOCite/RefParseTest.fs" />
<Compile Include="../Common/TOCite/TOCiteTest.fs" />
+ <Compile Include="../Common/Parser/Parser.fs" />
+ <Compile Include="../Common/Parser/ParserTest.fs" />
<Compile Include="../Common/HTMLGen/HTMLGenHelpers.fs" />
<Compile Include="../Common/HTMLGen/HTMLGen.fs" />
diff --git a/FMark/src/FMarkFable/FMarkFable.fsproj b/FMark/src/FMarkFable/FMarkFable.fsproj
index 11c4bf5..35916d2 100644
--- a/FMark/src/FMarkFable/FMarkFable.fsproj
+++ b/FMark/src/FMarkFable/FMarkFable.fsproj
@@ -16,9 +16,9 @@
<Compile Include="../Common/Markalc/Expression.fs" />
<Compile Include="../Common/Markalc/Markalc.fs" />
<Compile Include="../Common/Parser/ParserHelperFuncs.fs" />
- <Compile Include="../Common/Parser/Parser.fs" />
<Compile Include="../Common/TOCite/RefParse.fs" />
<Compile Include="../Common/TOCite/TOCite.fs" />
+ <Compile Include="../Common/Parser/Parser.fs" />
<Compile Include="../Common/HTMLGen/HTMLGenHelpers.fs" />
<Compile Include="../Common/HTMLGen/HTMLGen.fs" />
<Compile Include="../Common/MarkdownGen/MarkdownGen.fs" />