summaryrefslogtreecommitdiff
path: root/src/SMAPI.Common/StardewModdingAPI.Common.projitems
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-07 23:57:47 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-07 23:57:47 -0400
commitb7fb188513a844afed66b9b292ecfddb58528a42 (patch)
treeb4eaf3f40db1490bc4547d595116328014ee04cb /src/SMAPI.Common/StardewModdingAPI.Common.projitems
parent99617211fa1d17aa11016b5dd5c5cb63d3b1ac16 (diff)
downloadSMAPI-b7fb188513a844afed66b9b292ecfddb58528a42.tar.gz
SMAPI-b7fb188513a844afed66b9b292ecfddb58528a42.tar.bz2
SMAPI-b7fb188513a844afed66b9b292ecfddb58528a42.zip
rename shared project for broader use
Diffstat (limited to 'src/SMAPI.Common/StardewModdingAPI.Common.projitems')
-rw-r--r--src/SMAPI.Common/StardewModdingAPI.Common.projitems18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/SMAPI.Common/StardewModdingAPI.Common.projitems b/src/SMAPI.Common/StardewModdingAPI.Common.projitems
new file mode 100644
index 00000000..b3296570
--- /dev/null
+++ b/src/SMAPI.Common/StardewModdingAPI.Common.projitems
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
+ <HasSharedItems>true</HasSharedItems>
+ <SharedGUID>2aa02fb6-ff03-41cf-a215-2ee60ab4f5dc</SharedGUID>
+ </PropertyGroup>
+ <PropertyGroup Label="Configuration">
+ <Import_RootNamespace>StardewModdingAPI.Common</Import_RootNamespace>
+ </PropertyGroup>
+ <ItemGroup>
+ <Compile Include="$(MSBuildThisFileDirectory)Models\ModSeachModel.cs" />
+ <Compile Include="$(MSBuildThisFileDirectory)Models\ModInfoModel.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="$(MSBuildThisFileDirectory)Models\" />
+ </ItemGroup>
+</Project> \ No newline at end of file