1- <Project ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets =" Build" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
3+ <PropertyGroup >
4+ <TargetFramework >net4.8</TargetFramework >
5+ </PropertyGroup >
6+ <ItemGroup >
7+ <Publicize Include =" Assembly-CSharp" IncludeCompilerGeneratedMembers =" false" />
8+ </ItemGroup >
9+
210 <PropertyGroup >
3- <ProjectGuid >{BBC72A52-EE4F-4DC0-9845-4350A54AC1CD}</ProjectGuid >
4- <ProjectTypeGuids >{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
5- <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <OutputType >Library</OutputType >
8- <RootNamespace >RocketSoundEnhancement</RootNamespace >
9- <AssemblyName >RocketSoundEnhancement</AssemblyName >
10- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
11- <AppDesignerFolder >Properties</AppDesignerFolder >
12- <NoWin32Manifest >False</NoWin32Manifest >
13- <AllowUnsafeBlocks >False</AllowUnsafeBlocks >
14- <NoStdLib >False</NoStdLib >
15- <TreatWarningsAsErrors >False</TreatWarningsAsErrors >
16- <IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
17- <WarningLevel >4</WarningLevel >
18- <NuGetPackageImportStamp >
19- </NuGetPackageImportStamp >
11+ <BinariesOutputRelativePath >GameData\RocketSoundEnhancement\Plugins</BinariesOutputRelativePath >
12+ <GenerateKSPAssemblyAttribute >true</GenerateKSPAssemblyAttribute >
13+ <GenerateKSPAssemblyDependencyAttributes >true</GenerateKSPAssemblyDependencyAttributes >
2014 </PropertyGroup >
21- <PropertyGroup Condition =" '$(Platform)' == 'AnyCPU' " >
22- <PlatformTarget >AnyCPU</PlatformTarget >
23- <BaseAddress >4194304</BaseAddress >
24- <RegisterForComInterop >False</RegisterForComInterop >
25- <GenerateSerializationAssemblies >Auto</GenerateSerializationAssemblies >
26- <FileAlignment >4096</FileAlignment >
27- </PropertyGroup >
28- <PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
29- <OutputPath >..\GameData\RocketSoundEnhancement\Plugins\</OutputPath >
30- <DebugSymbols >True</DebugSymbols >
31- <DebugType >pdbonly</DebugType >
32- <Optimize >False</Optimize >
33- <CheckForOverflowUnderflow >True</CheckForOverflowUnderflow >
34- <DefineConstants >DEBUG;TRACE;ENABLE_PROFILER;DEVELOPMENT</DefineConstants >
35- <BaseIntermediateOutputPath >obj\</BaseIntermediateOutputPath >
36- </PropertyGroup >
37- <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
38- <OutputPath >..\GameData\RocketSoundEnhancement\Plugins\</OutputPath >
39- <DebugSymbols >False</DebugSymbols >
40- <DebugType >None</DebugType >
41- <Optimize >True</Optimize >
42- <CheckForOverflowUnderflow >False</CheckForOverflowUnderflow >
43- <DefineConstants >TRACE</DefineConstants >
44- </PropertyGroup >
45- <PropertyGroup >
46- <!-- <PostBuildEvent>copy "$(TargetDir)*" "D:\Games\Kerbal Space Program\KSP 1.12.3\GameData\RocketSoundEnhancement\Plugins\"</PostBuildEvent>-->
47- </PropertyGroup >
48- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
49- <OutputPath >..\..\GameData\RocketSoundEnhancement\Plugins\</OutputPath >
50- <DebugType >portable</DebugType >
51- <DebugSymbols >true</DebugSymbols >
52- </PropertyGroup >
53- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
54- <OutputPath >..\..\GameData\RocketSoundEnhancement\Plugins\</OutputPath >
55- <DebugType >portable</DebugType >
56- </PropertyGroup >
57- <ItemGroup >
58- <Reference Include =" Assembly-CSharp" >
59- <HintPath >..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath >
60- <Private >False</Private >
61- </Reference >
62- <Reference Include =" Assembly-CSharp-firstpass" >
63- <HintPath >..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath >
64- <Private >False</Private >
65- </Reference >
66- <Reference Include =" System" />
67- <Reference Include =" System.Core" >
68- <RequiredTargetFramework >3.5</RequiredTargetFramework >
69- </Reference >
70- <Reference Include =" System.Xml" />
71- <Reference Include =" System.Xml.Linq" >
72- <RequiredTargetFramework >3.5</RequiredTargetFramework >
73- </Reference >
74- <Reference Include =" UnityEngine" >
75- <HintPath >..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\UnityEngine.dll</HintPath >
76- <Private >False</Private >
77- </Reference >
78- <Reference Include =" UnityEngine.AnimationModule" >
79- <HintPath >..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\UnityEngine.AnimationModule.dll</HintPath >
80- <Private >False</Private >
81- </Reference >
82- <Reference Include =" UnityEngine.AssetBundleModule" >
83- <HintPath >..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\UnityEngine.AssetBundleModule.dll</HintPath >
84- <Private >False</Private >
85- </Reference >
86- <Reference Include =" UnityEngine.AudioModule" >
87- <HintPath >..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\UnityEngine.AudioModule.dll</HintPath >
88- <Private >False</Private >
89- </Reference >
90- <Reference Include =" UnityEngine.CoreModule" >
91- <HintPath >..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\UnityEngine.CoreModule.dll</HintPath >
92- <Private >False</Private >
93- </Reference >
94- <Reference Include =" UnityEngine.IMGUIModule" >
95- <HintPath >..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\UnityEngine.IMGUIModule.dll</HintPath >
96- <Private >False</Private >
97- </Reference >
98- <Reference Include =" UnityEngine.PhysicsModule" >
99- <HintPath >..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath >
100- <Private >False</Private >
101- </Reference >
102- <Reference Include =" UnityEngine.UI" >
103- <HintPath >..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath >
104- <Private >False</Private >
105- </Reference >
106- <Reference Include =" UnityEngine.UIModule" >
107- <HintPath >..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\UnityEngine.UIModule.dll</HintPath >
108- <Private >False</Private >
109- </Reference >
110- <Reference Include =" UnityEngine.VehiclesModule" >
111- <HintPath >..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\UnityEngine.VehiclesModule.dll</HintPath >
112- <Private >False</Private >
113- </Reference >
114- </ItemGroup >
115- <ItemGroup >
116- <Compile Include =" AudioFilters\AirSimulationFilter.cs" />
117- <Compile Include =" EffectBehaviours\RSE_AudioEffects.cs" />
118- <Compile Include =" PartModules\RSE_KerbalEVA.cs" />
119- <Compile Include =" PartModules\RSE_Module.cs" />
120- <Compile Include =" PartModules\RSE_RotorEngines.cs" />
121- <Compile Include =" PartModules\RSE_Coupler.cs" />
122- <Compile Include =" PartModules\RSE_Engines.cs" />
123- <Compile Include =" PartModules\RSE_Wheels.cs" />
124- <Compile Include =" PartModules\RSE_RCS.cs" />
125- <Compile Include =" PartModules\ShipEffectsCollisions.cs" />
126- <Compile Include =" AudioUtility.cs" />
127- <Compile Include =" RocketSoundEnhancement.cs" />
128- <Compile Include =" Settings.cs" />
129- <Compile Include =" SettingsPanel.cs" />
130- <Compile Include =" ShipEffectsConfig.cs" />
131- <Compile Include =" Startup.cs" />
132- <Compile Include =" ShipEffects.cs" />
133- <Compile Include =" Properties\AssemblyInfo.cs" />
134- </ItemGroup >
135- <ItemGroup >
136- <Publicize Include =" Assembly-CSharp" />
137- </ItemGroup >
138- <ItemGroup >
139- <PackageReference Include =" Krafs.Publicizer" Version =" 1.0.2" />
140- </ItemGroup >
15+
14116 <ItemGroup >
14217 <ProjectReference Include =" ..\RocketSoundEnhancement.Unity\RocketSoundEnhancement.Unity.csproj" >
14318 <Project >{5dff0176-7ba8-49f4-8155-f5d9b37d7d3d}</Project >
14419 <Name >RocketSoundEnhancement.Unity</Name >
14520 <Private >False</Private >
14621 </ProjectReference >
14722 </ItemGroup >
148- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
149- </Project >
23+
24+ <ItemGroup >
25+ <PackageReference Include =" Krafs.Publicizer" Version =" 2.3.0" >
26+ <PrivateAssets >all</PrivateAssets >
27+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
28+ </PackageReference >
29+ <PackageReference Include =" KSPBuildTools" Version =" 0.0.4" />
30+ </ItemGroup >
31+
32+ </Project >
0 commit comments