-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMySavesAtPortia.csproj
28 lines (24 loc) · 1.21 KB
/
MySavesAtPortia.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<LangVersion>7</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<HintPath>..\..\..\Games\My Time At Portia\Portia_Data\Managed\mscorlib.dll</HintPath>
</Reference>
<Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<HintPath>..\..\..\Games\My Time At Portia\Portia_Data\Managed\System.dll</HintPath>
</Reference>
<Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<HintPath>..\..\..\Games\My Time At Portia\Portia_Data\Managed\System.Core.dll</HintPath>
</Reference>
<Reference Include="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<HintPath>..\..\..\Games\My Time At Portia\Portia_Data\Managed\System.Xml.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>