mirror of
https://github.com/FalloutCollaborationProject/FCP-Tools.git
synced 2026-07-27 16:59:37 -07:00
Re-add accidentally removed files (Rickš“)
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
<Project>
|
||||
|
||||
<!-- Targets -->
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net472</TargetFramework>
|
||||
<LangVersion>12</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Assembly Info -->
|
||||
<PropertyGroup>
|
||||
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
||||
<FileVersion>1.0.0.0</FileVersion>
|
||||
<Copyright>Copyright ©Fallout Collaboration Project 2024</Copyright>
|
||||
<Authors>Fallout Collaboration Project</Authors>
|
||||
<Product>FalloutCollaborationProject</Product>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- So it doesn't do Assemblies/net472/*.dll -->
|
||||
<PropertyGroup>
|
||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
||||
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- References -->
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.6.*-*" />
|
||||
<PackageReference Include="Lib.Harmony" Version="2.3.*" ExcludeAssets="runtime" />
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Global Usings -->
|
||||
<ItemGroup>
|
||||
<Using Include="Verse"/>
|
||||
<Using Include="RimWorld"/>
|
||||
<Using Include="System"/>
|
||||
<Using Include="System.Linq"/>
|
||||
<Using Include="System.IO"/>
|
||||
<Using Include="System.Collections.Generic"/>
|
||||
<Using Include="JetBrains.Annotations"/>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
@@ -0,0 +1,31 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.1.32421.90
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FalloutCurrencies", "FCPTools\FalloutCurrencies\FalloutCurrencies.csproj", "{8B6829F7-AA68-4582-B736-D3ACEC2E1F4D}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FCPCore", "FCPTools\FalloutCore\FCPCore.csproj", "{A119FA2B-EEF5-4729-9835-DAE662CD02AC}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{8B6829F7-AA68-4582-B736-D3ACEC2E1F4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{8B6829F7-AA68-4582-B736-D3ACEC2E1F4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{8B6829F7-AA68-4582-B736-D3ACEC2E1F4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{8B6829F7-AA68-4582-B736-D3ACEC2E1F4D}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{A119FA2B-EEF5-4729-9835-DAE662CD02AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{A119FA2B-EEF5-4729-9835-DAE662CD02AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A119FA2B-EEF5-4729-9835-DAE662CD02AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A119FA2B-EEF5-4729-9835-DAE662CD02AC}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {780B0383-9764-4992-AAC4-30283034A8E5}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1,2 @@
|
||||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
|
||||
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/UserRules/=8a85b61a_002D1024_002D4f87_002Db9ef_002D1fdae19930a1/@EntryIndexedValue"><Policy><Descriptor Staticness="Any" AccessRightKinds="Any" Description="Parameters"><ElementKinds><Kind Name="PARAMETER" /></ElementKinds></Descriptor><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb"><ExtraRule Prefix="__" Suffix="" Style="aaBb" /><ExtraRule Prefix="___" Suffix="" Style="aaBb" /></Policy></Policy></s:String></wpf:ResourceDictionary>
|
||||
Reference in New Issue
Block a user