mirror project had wrong ProjectGuid so it didnt build, whoops

This commit is contained in:
JohnCorby 2021-12-28 05:22:29 -08:00
parent 0d929d38b0
commit 751d3eb1e7

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyTitle>Mirror</AssemblyTitle>
<Product>Mirror</Product>
<ProjectGuid>{DA8A467E-15BA-456C-9034-6EB80BAF1FF9}</ProjectGuid>
<ProjectGuid>{D0E23D91-900B-4625-B30D-171F3195F25B}</ProjectGuid>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<DefineConstants>UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER</DefineConstants>
</PropertyGroup>