From 81297ef6e9042a66d339e48d07a6d5f9847a93f9 Mon Sep 17 00:00:00 2001 From: Zoryn Aaron Date: Sun, 28 Feb 2016 06:55:35 -0500 Subject: no message --- StardewModdingAPI/StardewModdingAPI.csproj | 90 ++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 StardewModdingAPI/StardewModdingAPI.csproj (limited to 'StardewModdingAPI/StardewModdingAPI.csproj') diff --git a/StardewModdingAPI/StardewModdingAPI.csproj b/StardewModdingAPI/StardewModdingAPI.csproj new file mode 100644 index 00000000..3b9d4a39 --- /dev/null +++ b/StardewModdingAPI/StardewModdingAPI.csproj @@ -0,0 +1,90 @@ + + + + + Debug + AnyCPU + {F1A573B0-F436-472C-AE29-0B91EA6B9F8F} + Exe + Properties + StardewModdingAPI + StardewModdingAPI + v4.5 + 512 + SAK + SAK + SAK + SAK + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + x86 + bin\x86\Debug\ + + + x86 + bin\x86\Release\ + + + icon.ico + + + + + + + + False + ..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Stardew Valley\Stardew Valley.exe + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit