|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0"> |
| 2 | +<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | | - <ProjectGuid>{7BCB2908-B003-45D9-BE68-50CBA5217603}</ProjectGuid> |
| 7 | + <ProjectGuid>{F344A9A5-FF40-4BD1-B487-ACE14B2D69F0}</ProjectGuid> |
8 | 8 | <OutputType>Library</OutputType> |
9 | | - <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 9 | <RootNamespace>Mod.Template</RootNamespace> |
11 | 10 | <AssemblyName>Mod.Template</AssemblyName> |
12 | | - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
13 | 11 | <FileAlignment>512</FileAlignment> |
| 12 | + <MyType>Windows</MyType> |
| 13 | + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
14 | 14 | <Deterministic>true</Deterministic> |
15 | 15 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
16 | 16 | </PropertyGroup> |
17 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | 18 | <DebugSymbols>true</DebugSymbols> |
19 | 19 | <DebugType>full</DebugType> |
20 | | - <Optimize>false</Optimize> |
| 20 | + <DefineDebug>true</DefineDebug> |
| 21 | + <DefineTrace>true</DefineTrace> |
21 | 22 | <OutputPath>bin\Debug\</OutputPath> |
22 | | - <DefineConstants>DEBUG;TRACE</DefineConstants> |
23 | | - <ErrorReport>prompt</ErrorReport> |
24 | | - <WarningLevel>4</WarningLevel> |
| 23 | + <DocumentationFile>Mod.Template.xml</DocumentationFile> |
| 24 | + <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
25 | 25 | </PropertyGroup> |
26 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
27 | 27 | <DebugType>pdbonly</DebugType> |
| 28 | + <DefineDebug>false</DefineDebug> |
| 29 | + <DefineTrace>true</DefineTrace> |
28 | 30 | <Optimize>true</Optimize> |
29 | 31 | <OutputPath>bin\Release\</OutputPath> |
30 | | - <DefineConstants>TRACE</DefineConstants> |
31 | | - <ErrorReport>prompt</ErrorReport> |
32 | | - <WarningLevel>4</WarningLevel> |
| 32 | + <DocumentationFile>Mod.Template.xml</DocumentationFile> |
| 33 | + <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
| 34 | + </PropertyGroup> |
| 35 | + <PropertyGroup> |
| 36 | + <OptionExplicit>On</OptionExplicit> |
| 37 | + </PropertyGroup> |
| 38 | + <PropertyGroup> |
| 39 | + <OptionCompare>Binary</OptionCompare> |
| 40 | + </PropertyGroup> |
| 41 | + <PropertyGroup> |
| 42 | + <OptionStrict>Off</OptionStrict> |
| 43 | + </PropertyGroup> |
| 44 | + <PropertyGroup> |
| 45 | + <OptionInfer>On</OptionInfer> |
33 | 46 | </PropertyGroup> |
34 | 47 | <ItemGroup> |
35 | 48 | <Reference Include="0Harmony, Version=2.5.1.0, Culture=neutral, processorArchitecture=MSIL"> |
|
69 | 82 | <HintPath>..\packages\Centrifuge.Mod.SDK.3.2.0\lib\net35\Reactor.API.dll</HintPath> |
70 | 83 | </Reference> |
71 | 84 | <Reference Include="System" /> |
| 85 | + <Reference Include="System.Data" /> |
| 86 | + <Reference Include="System.Xml" /> |
72 | 87 | <Reference Include="System.Core" /> |
73 | 88 | <Reference Include="System.Xml.Linq" /> |
74 | 89 | <Reference Include="System.Data.DataSetExtensions" /> |
75 | | - <Reference Include="System.Data" /> |
76 | | - <Reference Include="System.Xml" /> |
77 | 90 | <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
78 | 91 | <HintPath>..\packages\Centrifuge.GameSupport.Distance.3.0.7868.41513\lib\net35\UnityEngine.dll</HintPath> |
79 | 92 | </Reference> |
|
85 | 98 | </Reference> |
86 | 99 | </ItemGroup> |
87 | 100 | <ItemGroup> |
88 | | - <Compile Include="Mod.cs" /> |
89 | | - <Compile Include="Properties\AssemblyInfo.cs" /> |
| 101 | + <Import Include="Microsoft.VisualBasic" /> |
| 102 | + <Import Include="System" /> |
| 103 | + <Import Include="System.Collections" /> |
| 104 | + <Import Include="System.Collections.Generic" /> |
| 105 | + <Import Include="System.Data" /> |
| 106 | + <Import Include="System.Diagnostics" /> |
| 107 | + <Import Include="System.Linq" /> |
| 108 | + <Import Include="System.Xml.Linq" /> |
| 109 | + </ItemGroup> |
| 110 | + <ItemGroup> |
| 111 | + <Compile Include="Mod.vb" /> |
| 112 | + <Compile Include="My Project\AssemblyInfo.vb" /> |
| 113 | + <Compile Include="My Project\Application.Designer.vb"> |
| 114 | + <AutoGen>True</AutoGen> |
| 115 | + <DependentUpon>Application.myapp</DependentUpon> |
| 116 | + </Compile> |
| 117 | + <Compile Include="My Project\Resources.Designer.vb"> |
| 118 | + <AutoGen>True</AutoGen> |
| 119 | + <DesignTime>True</DesignTime> |
| 120 | + <DependentUpon>Resources.resx</DependentUpon> |
| 121 | + </Compile> |
| 122 | + <Compile Include="My Project\Settings.Designer.vb"> |
| 123 | + <AutoGen>True</AutoGen> |
| 124 | + <DependentUpon>Settings.settings</DependentUpon> |
| 125 | + <DesignTimeSharedInput>True</DesignTimeSharedInput> |
| 126 | + </Compile> |
| 127 | + </ItemGroup> |
| 128 | + <ItemGroup> |
| 129 | + <EmbeddedResource Include="My Project\Resources.resx"> |
| 130 | + <Generator>VbMyResourcesResXFileCodeGenerator</Generator> |
| 131 | + <LastGenOutput>Resources.Designer.vb</LastGenOutput> |
| 132 | + <CustomToolNamespace>My.Resources</CustomToolNamespace> |
| 133 | + <SubType>Designer</SubType> |
| 134 | + </EmbeddedResource> |
90 | 135 | </ItemGroup> |
91 | 136 | <ItemGroup> |
92 | 137 | <None Include="Mod.Template.targets" /> |
| 138 | + <None Include="My Project\Application.myapp"> |
| 139 | + <Generator>MyApplicationCodeGenerator</Generator> |
| 140 | + <LastGenOutput>Application.Designer.vb</LastGenOutput> |
| 141 | + </None> |
| 142 | + <None Include="My Project\Settings.settings"> |
| 143 | + <Generator>SettingsSingleFileGenerator</Generator> |
| 144 | + <CustomToolNamespace>My</CustomToolNamespace> |
| 145 | + <LastGenOutput>Settings.Designer.vb</LastGenOutput> |
| 146 | + </None> |
93 | 147 | <None Include="packages.config" /> |
94 | 148 | </ItemGroup> |
95 | | - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 149 | + <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> |
96 | 150 | <PropertyGroup> |
97 | 151 | <!-- 15.0 is for VS2017, adjust if necessary --> |
98 | 152 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion> |
|
0 commit comments