1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" Package.targets" />
2
+ <Project Sdk =" Microsoft.NET.Sdk" >
4
3
<PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProductVersion >8.0.30703</ProductVersion >
8
- <SchemaVersion >2.0</SchemaVersion >
9
- <ProjectGuid >{0451BAEF-DF2E-4B98-8644-94EE9415E389}</ProjectGuid >
10
- <OutputType >Library</OutputType >
11
- <AppDesignerFolder >Properties</AppDesignerFolder >
12
4
<RootNamespace >NeoLua.NuGet</RootNamespace >
13
5
<AssemblyName >NeoLua.NuGet</AssemblyName >
14
- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
15
- <TargetFrameworkProfile >
16
- </TargetFrameworkProfile >
17
- <FileAlignment >512</FileAlignment >
6
+ <TargetFramework >net45</TargetFramework >
18
7
</PropertyGroup >
19
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20
- <PlatformTarget >AnyCPU</PlatformTarget >
21
- <DebugSymbols >true</DebugSymbols >
22
- <DebugType >full</DebugType >
23
- <Optimize >false</Optimize >
24
- <OutputPath >bin\Debug\</OutputPath >
25
- <DefineConstants >DEBUG;TRACE</DefineConstants >
26
- <ErrorReport >prompt</ErrorReport >
27
- <WarningLevel >4</WarningLevel >
28
- </PropertyGroup >
29
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30
- <PlatformTarget >AnyCPU</PlatformTarget >
31
- <DebugType >pdbonly</DebugType >
32
- <Optimize >true</Optimize >
33
- <OutputPath >bin\Release\</OutputPath >
34
- <DefineConstants >TRACE</DefineConstants >
35
- <ErrorReport >prompt</ErrorReport >
36
- <WarningLevel >4</WarningLevel >
37
- </PropertyGroup >
38
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
39
- <PlatformTarget >AnyCPU</PlatformTarget >
40
- <OutputPath >bin\Debug\</OutputPath >
41
- <Prefer32Bit >false</Prefer32Bit >
42
- </PropertyGroup >
43
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'" >
44
- <PlatformTarget >AnyCPU</PlatformTarget >
45
- <OutputPath >bin\Release\</OutputPath >
46
- <Prefer32Bit >false</Prefer32Bit >
47
- </PropertyGroup >
48
- <PropertyGroup >
49
- <StartupObject />
50
- </PropertyGroup >
51
- <ItemGroup >
52
- <None Include =" ..\packages\NuGet.Manifest.Schema.2.0.4\Content\nuspec.2010.7.xsd" >
53
- <Link >nuspec.2010.7.xsd</Link >
54
- <SubType >Designer</SubType >
55
- </None >
56
- <None Include =" ..\packages\NuGet.Manifest.Schema.2.0.4\Content\nuspec.2011.8.xsd" >
57
- <Link >nuspec.2011.8.xsd</Link >
58
- <SubType >Designer</SubType >
59
- </None >
60
- <None Include =" NeoLuaDebug.nuspec" />
61
- <None Include =" NeoLuaMSBuild.nuspec" />
62
- <None Include =" NuGet.config" />
63
- <None Include =" NeoLua.nuspec" />
64
- <None Include =" package.apikey.targets" />
65
- <None Include =" package.targets" >
66
- <SubType >Designer</SubType >
67
- </None >
68
- </ItemGroup >
69
- <ItemGroup >
70
- <ProjectReference Include =" ..\NeoCmd\NeoCmd.csproj" >
71
- <Project >{afdb9919-9fed-45e9-8843-a731f822b98a}</Project >
72
- <Name >NeoCmd</Name >
73
- </ProjectReference >
74
- <ProjectReference Include =" ..\NeoLua.Dbg\NeoLua.Dbg.csproj" >
75
- <Project >{64e0e32c-0bc4-413e-832e-1574506e4088}</Project >
76
- <Name >NeoLua.Dbg</Name >
77
- </ProjectReference >
78
- <ProjectReference Include =" ..\NeoLua.MSBuild\NeoLua.MSBuild.csproj" >
79
- <Project >{b7a49c98-073d-498c-8fd8-69e0468df6d5}</Project >
80
- <Name >NeoLua.MSBuild</Name >
81
- </ProjectReference >
82
- </ItemGroup >
83
- <ItemGroup >
84
- </ItemGroup >
85
- <!-- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86
- To modify your build process, add your task inside one of the targets below and uncomment it.
87
- Other similar extension points exist, see Microsoft.Common.targets. -->
88
- <Target Name =" Build" DependsOnTargets =" BuildCore" />
89
- <Target Name =" Clean" DependsOnTargets =" CleanCore" />
90
- <Target Name =" Rebuild" DependsOnTargets =" Clean;Build" />
91
8
</Project >
0 commit comments