From 3689238cb9ca77cbd7fa34dbd15003af87266e36 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 4 Dec 2017 18:44:33 +0200 Subject: Added Code Generation Library. --- .../Tango.CodeGeneration.csproj | 101 +++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj (limited to 'Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj') diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj new file mode 100644 index 000000000..989cfdf8d --- /dev/null +++ b/Software/Visual_Studio/Tango.CodeGeneration/Tango.CodeGeneration.csproj @@ -0,0 +1,101 @@ + + + + + Debug + AnyCPU + {CAEDAE94-11ED-473C-888A-268A6D38CD20} + Library + Properties + Tango.CodeGeneration + Tango.CodeGeneration + v4.5 + 512 + SAK + SAK + SAK + SAK + + + true + full + false + ..\Build\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + false + + + + + + + + ..\packages\RazorEngine.3.10.0\lib\net45\RazorEngine.dll + + + + + + + + + + + + + GlobalVersionInfo.cs + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.3.1