|
@@ -1,7 +1,6 @@
|
|
<Project Sdk="Microsoft.Net.Sdk">
|
|
<Project Sdk="Microsoft.Net.Sdk">
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<TargetFramework>net35</TargetFramework>
|
|
<TargetFramework>net35</TargetFramework>
|
|
- <AssemblyName>COM3D2.MeidoPhotoStudio</AssemblyName>
|
|
|
|
<AssemblyVersion>0.0</AssemblyVersion>
|
|
<AssemblyVersion>0.0</AssemblyVersion>
|
|
<FileVersion>0.0.0</FileVersion>
|
|
<FileVersion>0.0.0</FileVersion>
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
@@ -10,28 +9,28 @@
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Assembly-CSharp">
|
|
<Reference Include="Assembly-CSharp">
|
|
- <HintPath>..\lib\Assembly-CSharp.dll</HintPath>
|
|
|
|
|
|
+ <HintPath>..\..\lib\Assembly-CSharp.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="Assembly-CSharp-firstpass">
|
|
<Reference Include="Assembly-CSharp-firstpass">
|
|
- <HintPath>..\lib\Assembly-CSharp-firstpass.dll</HintPath>
|
|
|
|
|
|
+ <HintPath>..\..\lib\Assembly-CSharp-firstpass.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="Assembly-UnityScript-firstpass">
|
|
<Reference Include="Assembly-UnityScript-firstpass">
|
|
- <HintPath>..\lib\Assembly-UnityScript-firstpass.dll</HintPath>
|
|
|
|
|
|
+ <HintPath>..\..\lib\Assembly-UnityScript-firstpass.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="UnityEngine">
|
|
<Reference Include="UnityEngine">
|
|
- <HintPath>..\lib\UnityEngine.dll</HintPath>
|
|
|
|
|
|
+ <HintPath>..\..\lib\UnityEngine.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<Reference Include="Newtonsoft.Json">
|
|
- <HintPath>..\lib\Newtonsoft.Json.dll</HintPath>
|
|
|
|
|
|
+ <HintPath>..\..\lib\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="Ionic.Zlib">
|
|
<Reference Include="Ionic.Zlib">
|
|
- <HintPath>..\lib\Ionic.Zlib.dll</HintPath>
|
|
|
|
|
|
+ <HintPath>..\..\lib\Ionic.Zlib.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="BepInEx">
|
|
<Reference Include="BepInEx">
|
|
- <HintPath>..\lib\BepInEx.dll</HintPath>
|
|
|
|
|
|
+ <HintPath>..\..\lib\BepInEx.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
<Reference Include="0Harmony">
|
|
<Reference Include="0Harmony">
|
|
- <HintPath>..\lib\0Harmony.dll</HintPath>
|
|
|
|
|
|
+ <HintPath>..\..\lib\0Harmony.dll</HintPath>
|
|
</Reference>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|