From 0597e2fb6cff485a8b3dcf5cd42290e3c00488c0 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 23 Jan 2010 10:22:37 +1300 Subject: [PATCH] added data solution for hacking that stuff. real VS only, sorry. --- openra-data.sln | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 openra-data.sln diff --git a/openra-data.sln b/openra-data.sln new file mode 100644 index 0000000000..f4f7b1fe68 --- /dev/null +++ b/openra-data.sln @@ -0,0 +1,43 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "mods", "mods", "{F0BAF862-166C-402E-AF8E-16CA1A5EB585}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ra", "ra", "{59F0734D-2F86-4C26-8171-CF45EE01E97A}" + ProjectSection(SolutionItems) = preProject + mods\ra\campaignUnits.ini = mods\ra\campaignUnits.ini + mods\ra\defaults.yaml = mods\ra\defaults.yaml + mods\ra\merge-rules.yaml = mods\ra\merge-rules.yaml + mods\ra\mod.yaml = mods\ra\mod.yaml + mods\ra\rules.ini = mods\ra\rules.ini + mods\ra\rules.yaml = mods\ra\rules.yaml + mods\ra\sequences.xml = mods\ra\sequences.xml + mods\ra\trees.ini = mods\ra\trees.ini + mods\ra\units.ini = mods\ra\units.ini + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "aftermath", "aftermath", "{8DA16338-FA8F-4CCD-8731-CBFCF5E31A78}" + ProjectSection(SolutionItems) = preProject + mods\aftermath\aftermathUnits.ini = mods\aftermath\aftermathUnits.ini + mods\aftermath\aftrmath.ini = mods\aftermath\aftrmath.ini + mods\aftermath\mod.yaml = mods\aftermath\mod.yaml + mods\aftermath\rules.yaml = mods\aftermath\rules.yaml + mods\aftermath\sequences.xml = mods\aftermath\sequences.xml + EndProjectSection +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ra-ng", "ra-ng", "{8C56DCEF-63A3-4E69-B826-20C5F7EF4C43}" + ProjectSection(SolutionItems) = preProject + mods\ra-ng\defense-queue.yaml = mods\ra-ng\defense-queue.yaml + mods\ra-ng\mod.yaml = mods\ra-ng\mod.yaml + EndProjectSection +EndProject +Global + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {59F0734D-2F86-4C26-8171-CF45EE01E97A} = {F0BAF862-166C-402E-AF8E-16CA1A5EB585} + {8DA16338-FA8F-4CCD-8731-CBFCF5E31A78} = {F0BAF862-166C-402E-AF8E-16CA1A5EB585} + {8C56DCEF-63A3-4E69-B826-20C5F7EF4C43} = {F0BAF862-166C-402E-AF8E-16CA1A5EB585} + EndGlobalSection +EndGlobal