1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
32 <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >8.0.30703</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{31BA2AC3-EF06-430F-8008-61D16FD567B5}</ProjectGuid >
3+ <TargetFrameworks >net461</TargetFrameworks >
4+ <AssemblyName >Rocket.Examples.HelloWorld</AssemblyName >
5+ <Description >Example "Hello world" project for RocketMod</Description >
6+ <RootNamespace >Rocket.Examples.HelloWorld</RootNamespace >
97 <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >Rocket.Examples.HelloWorldPlugin</RootNamespace >
12- <AssemblyName >HelloWorldPlugin</AssemblyName >
13- <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
8+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
159 </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <DebugSymbols >true</DebugSymbols >
18- <DebugType >full</DebugType >
19- <Optimize >false</Optimize >
20- <OutputPath >bin\Debug\</OutputPath >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <ErrorReport >prompt</ErrorReport >
23- <WarningLevel >4</WarningLevel >
24- </PropertyGroup >
25- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26- <DebugType >pdbonly</DebugType >
27- <Optimize >true</Optimize >
28- <OutputPath >bin\Release\</OutputPath >
29- <DefineConstants >TRACE</DefineConstants >
30- <ErrorReport >prompt</ErrorReport >
31- <WarningLevel >4</WarningLevel >
32- </PropertyGroup >
33- <ItemGroup >
34- <Reference Include =" System" />
35- <Reference Include =" System.Core" />
36- <Reference Include =" System.Xml.Linq" />
37- <Reference Include =" System.Data.DataSetExtensions" />
38- <Reference Include =" System.Data" />
39- <Reference Include =" System.Xml" />
40- </ItemGroup >
41- <ItemGroup >
42- <Compile Include =" HelloWorldPlugin.cs" />
43- <Compile Include =" Properties\AssemblyInfo.cs" />
44- </ItemGroup >
4510 <ItemGroup >
46- <ProjectReference Include =" ..\..\Rocket.API\Rocket.API.csproj" >
47- <Project >{da356abb-aa77-4b22-9ab1-34a30cf4048a}</Project >
48- <Name >Rocket.API</Name >
49- </ProjectReference >
50- <ProjectReference Include =" ..\..\Rocket.Compatibility\Rocket.Compatibility.csproj" >
51- <Project >{01263b0d-9ce3-4d5a-afcb-165592ef24b5}</Project >
52- <Name >Rocket.Compatibility</Name >
53- </ProjectReference >
54- <ProjectReference Include =" ..\..\Rocket.Core\Rocket.Core.csproj" >
55- <Project >{a7056ab1-c5f5-493b-8e47-dc42de69961d}</Project >
56- <Name >Rocket.Core</Name >
57- </ProjectReference >
58- </ItemGroup >
59- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
60- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
61- Other similar extension points exist, see Microsoft.Common.targets.
62- <Target Name="BeforeBuild">
63- </Target>
64- <Target Name="AfterBuild">
65- </Target>
66- -->
11+ <ProjectReference Include =" ..\..\Rocket.API\Rocket.API.csproj" />
12+ <ProjectReference Include =" ..\..\Rocket.Compatibility\Rocket.Compatibility.csproj" />
13+ <ProjectReference Include =" ..\..\Rocket.Core\Rocket.Core.csproj" />
14+ </ItemGroup >
6715</Project >
0 commit comments