Skip to content

Commit

Permalink
moved files and added manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
loco-choco committed May 12, 2022
1 parent 788a2df commit 3886b1a
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 0 deletions.
Binary file modified .vs/CMOWA/v17/.suo
Binary file not shown.
13 changes: 13 additions & 0 deletions BepinExConfigEdit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"commandHeaders":[
{
"commandHeader":"[Preloader.Entrypoint]",
"commands":[
{
"command":"Type",
"value":"MonoBehaviour"
}
]
}
]
}
7 changes: 7 additions & 0 deletions CMOWA.Config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"gamePath": "",
"debugMode": false,
"forceExe": false,
"cmowaPath": "",
"socketPort": 60753
}
8 changes: 8 additions & 0 deletions CMOWA.Manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"author": "Locochoco",
"name": "CMOWA",
"uniqueName": "Locochoco.CMOWA",
"version": "1.0.0",
"minBepInExVersion": "5.4.19",
"maxBepInExVersion": "5.4.17"
}
8 changes: 8 additions & 0 deletions CMOWA/CMOWA.Manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"author": "Locochoco",
"name": "CMOWA",
"uniqueName": "Locochoco.CMOWA",
"version": "1.0.0",
"minBepInExVersion": "5.4.19",
"maxBepInExVersion": "5.4.17"
}
3 changes: 3 additions & 0 deletions CMOWA/CMOWA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
<None Include="CMOWA.Config.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="CMOWA.Manifest.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
8 changes: 8 additions & 0 deletions CMOWA/bin/Release/CMOWA.Manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"author": "Locochoco",
"name": "CMOWA",
"uniqueName": "Locochoco.CMOWA",
"version": "1.0.0",
"minBepInExVersion": "5.4.19",
"maxBepInExVersion": "5.4.17"
}
1 change: 1 addition & 0 deletions CMOWA/obj/Release/CMOWA.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ C:\Users\Pichau\Desktop\programas\CMOWA\CMOWA\CMOWA\obj\Release\CMOWA.exe
C:\Users\Pichau\Desktop\programas\CMOWA\CMOWA\CMOWA\obj\Release\CMOWA.pdb
C:\Users\Pichau\Desktop\programas\CMOWA\CMOWA\CMOWA\bin\Release\BepinExConfigEdit.json
C:\Users\Pichau\Desktop\programas\CMOWA\CMOWA\CMOWA\bin\Release\CMOWA.Config.json
C:\Users\Pichau\Desktop\programas\CMOWA\CMOWA\CMOWA\bin\Release\CMOWA.Manifest.json
Binary file modified CMOWA/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.

0 comments on commit 3886b1a

Please sign in to comment.