fix project references
This commit is contained in:
parent
4393b6318c
commit
76bd5b7f33
|
@ -34,9 +34,6 @@
|
||||||
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="StardustCore">
|
|
||||||
<HintPath>..\StardustCore\bin\Release\StardustCore.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
@ -56,6 +53,12 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\StardustCore\StardustCore.csproj">
|
||||||
|
<Project>{0756d36a-95c8-480d-8ea6-4584c03010c6}</Project>
|
||||||
|
<Name>StardustCore</Name>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<Import Project="$(SolutionDir)\deploy.targets" />
|
<Import Project="$(SolutionDir)\deploy.targets" />
|
||||||
<Import Project="..\packages\Pathoschild.Stardew.ModBuildConfig.2.0.1\build\Pathoschild.Stardew.ModBuildConfig.targets" Condition="Exists('..\packages\Pathoschild.Stardew.ModBuildConfig.2.0.1\build\Pathoschild.Stardew.ModBuildConfig.targets')" />
|
<Import Project="..\packages\Pathoschild.Stardew.ModBuildConfig.2.0.1\build\Pathoschild.Stardew.ModBuildConfig.targets" Condition="Exists('..\packages\Pathoschild.Stardew.ModBuildConfig.2.0.1\build\Pathoschild.Stardew.ModBuildConfig.targets')" />
|
||||||
|
|
|
@ -30,9 +30,6 @@
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="AdditionalCropsFramework">
|
|
||||||
<HintPath>..\AdditionalCropsFramework\bin\Release\AdditionalCropsFramework.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
@ -41,6 +38,10 @@
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\AdditionalCropsFramework\AdditionalCropsFramework.csproj">
|
||||||
|
<Project>{c5f88d48-ea20-40cd-91e2-c8725dc11795}</Project>
|
||||||
|
<Name>AdditionalCropsFramework</Name>
|
||||||
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\StardustCore\StardustCore.csproj">
|
<ProjectReference Include="..\StardustCore\StardustCore.csproj">
|
||||||
<Project>{0756D36A-95C8-480D-8EA6-4584C03010C6}</Project>
|
<Project>{0756D36A-95C8-480D-8EA6-4584C03010C6}</Project>
|
||||||
<Name>StardustCore</Name>
|
<Name>StardustCore</Name>
|
||||||
|
|
Loading…
Reference in New Issue