1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildThisFileDirectory)../packages/Krafs.Publicizer.1.0.3/build/Krafs.Publicizer.props" Condition =" Exists('$(MSBuildThisFileDirectory)../packages/Krafs.Publicizer.1.0.3/build/Krafs.Publicizer.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{F19C7AB4-50C2-4378-9673-CC039CA12E10}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <RootNamespace >JSI</RootNamespace >
10+ <AssemblyName >PluginModMono</AssemblyName >
11+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
12+ <CodePage >65001</CodePage >
13+ <TargetFrameworkProfile />
14+ <NuGetPackageImportStamp >
15+ </NuGetPackageImportStamp >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >portable</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug</OutputPath >
22+ <DefineConstants >DEBUG;</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ <ConsolePause >false</ConsolePause >
26+ <PlatformTarget >AnyCPU</PlatformTarget >
27+ <Prefer32Bit >false</Prefer32Bit >
28+ </PropertyGroup >
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release</OutputPath >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ <ConsolePause >false</ConsolePause >
35+ <PlatformTarget >AnyCPU</PlatformTarget >
36+ <Prefer32Bit >false</Prefer32Bit >
37+ <DebugType >portable</DebugType >
38+ <DebugSymbols >true</DebugSymbols >
39+ </PropertyGroup >
40+ <PropertyGroup >
41+ <RunPostBuildEvent >Always</RunPostBuildEvent >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Profile|AnyCPU'" >
44+ <DebugSymbols >true</DebugSymbols >
45+ <OutputPath >bin\Profile\</OutputPath >
46+ <DefineConstants >ENABLE_PROFILER</DefineConstants >
47+ <Optimize >true</Optimize >
48+ <DebugType >portable</DebugType >
49+ <PlatformTarget >AnyCPU</PlatformTarget >
50+ <ErrorReport >prompt</ErrorReport >
51+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
52+ </PropertyGroup >
53+ <Import Project =" $(MSBuildExtensionsPath)/$(MSBuildToolsVersion)\Microsoft.Common.props" />
54+ <Import Project =" $(MSBuildThisFileDirectory)../../../KSPCommon.targets" />
55+ <Import Project =" $(MSBuildBinPath)/Microsoft.CSharp.targets" />
56+ <ItemGroup >
57+ <Compile Include =" Properties/AssemblyInfo.cs" />
58+ </ItemGroup >
59+ <ItemGroup >
60+ <Publicize Include =" Assembly-CSharp" />
61+ </ItemGroup >
62+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
63+ <PropertyGroup >
64+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
65+ </PropertyGroup >
66+ <Error Condition =" !Exists('$(MSBuildThisFileDirectory)../packages/Krafs.Publicizer.1.0.3/build/Krafs.Publicizer.props')" Text =" $([System.String]::Format('$(ErrorText)', '$(MSBuildThisFileDirectory)../packages/Krafs.Publicizer.1.0.3/build/Krafs.Publicizer.props'))" />
67+ <Error Condition =" !Exists('$(MSBuildThisFileDirectory)../packages/Krafs.Publicizer.1.0.3/build/Krafs.Publicizer.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(MSBuildThisFileDirectory)../packages/Krafs.Publicizer.1.0.3/build/Krafs.Publicizer.targets'))" />
68+ </Target >
69+ <Import Project =" $(MSBuildThisFileDirectory)../packages/Krafs.Publicizer.1.0.3/build/Krafs.Publicizer.targets" Condition =" Exists('$(MSBuildThisFileDirectory)packages/Krafs.Publicizer.1.0.3/build/Krafs.Publicizer.targets')" />
70+ </Project >
0 commit comments