From 0c00b5f33c37427228c53794732d513adc862261 Mon Sep 17 00:00:00 2001 From: AShifter Date: Fri, 17 Mar 2017 17:31:41 -0600 Subject: HUGE OVERHAUL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added TimeHACK.Engine - Starting a new engine system to render Operating System borders Made more changes ( ͡° ͜ʖ ͡°) --- TimeHACK.Engine/TimeHACK.Engine.csproj | 84 ++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 TimeHACK.Engine/TimeHACK.Engine.csproj (limited to 'TimeHACK.Engine/TimeHACK.Engine.csproj') diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj new file mode 100644 index 0000000..e2889be --- /dev/null +++ b/TimeHACK.Engine/TimeHACK.Engine.csproj @@ -0,0 +1,84 @@ + + + + + Debug + AnyCPU + {9477B70F-2D32-4E1D-857B-4624A1DEEB1B} + Library + Properties + TimeHACK.Engine + TimeHACK.Engine + v4.5.2 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + Form + + + WinClassic.cs + + + + + True + True + Resources.resx + + + + + ResXFileCodeGenerator + Resources.Designer.cs + + + WinClassic.cs + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3