|
|
@ -1,5 +1,5 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
|
|
|
<PropertyGroup> |
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
@ -8,9 +8,10 @@ |
|
|
|
<OutputType>WinExe</OutputType> |
|
|
|
<RootNamespace>Sunny.UI.Demo</RootNamespace> |
|
|
|
<AssemblyName>SunnyUI.Demo</AssemblyName> |
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
|
|
|
<FileAlignment>512</FileAlignment> |
|
|
|
<Deterministic>true</Deterministic> |
|
|
|
<TargetFrameworkProfile /> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
@ -21,6 +22,7 @@ |
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
@ -30,6 +32,7 @@ |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
<Prefer32Bit>false</Prefer32Bit> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup> |
|
|
|
<ApplicationIcon>SunnyUI.ico</ApplicationIcon> |
|
|
@ -38,11 +41,11 @@ |
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="SunnyUI, Version=3.2.4.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\SunnyUI.3.2.4\lib\net40\SunnyUI.dll</HintPath> |
|
|
|
<Reference Include="SunnyUI, Version=3.2.5.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\SunnyUI.3.2.5\lib\net472\SunnyUI.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="SunnyUI.Common, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll</HintPath> |
|
|
|
<Reference Include="SunnyUI.Common, Version=3.2.5.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\SunnyUI.Common.3.2.5\lib\net40\SunnyUI.Common.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System.Core" /> |
|
|
@ -542,6 +545,7 @@ |
|
|
|
<None Include="..\.editorconfig"> |
|
|
|
<Link>.editorconfig</Link> |
|
|
|
</None> |
|
|
|
<None Include="app.config" /> |
|
|
|
<None Include="app.manifest" /> |
|
|
|
<None Include="packages.config" /> |
|
|
|
<None Include="Properties\Settings.settings"> |
|
|
|