-
-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from idealvin/dev
update vs project
- Loading branch information
Showing
97 changed files
with
3,286 additions
and
1,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
xmake project -k vs2015 -m "debug;release" vs | ||
xmake project -k vs2017 -m "debug;release" vs | ||
xmake project -k vs2019 -m "debug;release" vs |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="debug|Win32"> | ||
<Configuration>debug</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="debug|x64"> | ||
<Configuration>debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="release|Win32"> | ||
<Configuration>release</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="release|x64"> | ||
<Configuration>release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{F4BAD167-E85B-412D-8D56-C9E1ABB23905}</ProjectGuid> | ||
<RootNamespace>easy</RootNamespace> | ||
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<PlatformToolset>v140</PlatformToolset> | ||
<CharacterSet>MultiByte</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<PlatformToolset>v140</PlatformToolset> | ||
<CharacterSet>MultiByte</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<PlatformToolset>v140</PlatformToolset> | ||
<CharacterSet>MultiByte</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="Configuration"> | ||
<ConfigurationType>Application</ConfigurationType> | ||
<PlatformToolset>v140</PlatformToolset> | ||
<CharacterSet>MultiByte</CharacterSet> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> | ||
<OutDir>..\..\..\build\windows\x86\debug\</OutDir> | ||
<IntDir>..\..\..\build\.objs\easy\windows\x86\debug\</IntDir> | ||
<TargetName>easy</TargetName> | ||
<TargetExt>.exe</TargetExt> | ||
<LinkIncremental>true</LinkIncremental> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> | ||
<OutDir>..\..\..\build\windows\x64\debug\</OutDir> | ||
<IntDir>..\..\..\build\.objs\easy\windows\x64\debug\</IntDir> | ||
<TargetName>easy</TargetName> | ||
<TargetExt>.exe</TargetExt> | ||
<LinkIncremental>true</LinkIncremental> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> | ||
<OutDir>..\..\..\build\windows\x86\release\</OutDir> | ||
<IntDir>..\..\..\build\.objs\easy\windows\x86\release\</IntDir> | ||
<TargetName>easy</TargetName> | ||
<TargetExt>.exe</TargetExt> | ||
<LinkIncremental>true</LinkIncremental> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> | ||
<OutDir>..\..\..\build\windows\x64\release\</OutDir> | ||
<IntDir>..\..\..\build\.objs\easy\windows\x64\release\</IntDir> | ||
<TargetName>easy</TargetName> | ||
<TargetExt>.exe</TargetExt> | ||
<LinkIncremental>true</LinkIncremental> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|Win32'"> | ||
<Link> | ||
<AdditionalOptions>/libpath:..\..\..\build\windows\x86\debug co.lib -nologo -dynamicbase -nxcompat %(AdditionalOptions)</AdditionalOptions> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<SubSystem>Console</SubSystem> | ||
<TargetMachine>MachineX86</TargetMachine> | ||
</Link> | ||
<ClCompile> | ||
<Optimization>MaxSpeed</Optimization> | ||
<WarningLevel>Level3</WarningLevel> | ||
<PreprocessorDefinitions>__config_debug__;__config_Win32__;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
<AdditionalIncludeDirectories>..\..\..\include</AdditionalIncludeDirectories> | ||
<AdditionalOptions>-FS -EHsc -nologo %(AdditionalOptions)</AdditionalOptions> | ||
</ClCompile> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='debug|x64'"> | ||
<Link> | ||
<AdditionalOptions>/libpath:..\..\..\build\windows\x64\debug co.lib -nologo -dynamicbase -nxcompat %(AdditionalOptions)</AdditionalOptions> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<SubSystem>Console</SubSystem> | ||
<TargetMachine>MachineX64</TargetMachine> | ||
</Link> | ||
<ClCompile> | ||
<Optimization>MaxSpeed</Optimization> | ||
<WarningLevel>Level3</WarningLevel> | ||
<PreprocessorDefinitions>__config_debug__;__config_x64__;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
<AdditionalIncludeDirectories>..\..\..\include</AdditionalIncludeDirectories> | ||
<AdditionalOptions>-FS -EHsc -nologo %(AdditionalOptions)</AdditionalOptions> | ||
</ClCompile> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|Win32'"> | ||
<Link> | ||
<AdditionalOptions>/libpath:..\..\..\build\windows\x86\release co.lib -nologo -dynamicbase -nxcompat %(AdditionalOptions)</AdditionalOptions> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<SubSystem>Console</SubSystem> | ||
<TargetMachine>MachineX86</TargetMachine> | ||
</Link> | ||
<ClCompile> | ||
<Optimization>MaxSpeed</Optimization> | ||
<WarningLevel>Level3</WarningLevel> | ||
<PreprocessorDefinitions>__config_release__;__config_Win32__;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
<AdditionalIncludeDirectories>..\..\..\include</AdditionalIncludeDirectories> | ||
<AdditionalOptions>-FS -EHsc -nologo %(AdditionalOptions)</AdditionalOptions> | ||
</ClCompile> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='release|x64'"> | ||
<Link> | ||
<AdditionalOptions>/libpath:..\..\..\build\windows\x64\release co.lib -nologo -dynamicbase -nxcompat %(AdditionalOptions)</AdditionalOptions> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<SubSystem>Console</SubSystem> | ||
<TargetMachine>MachineX64</TargetMachine> | ||
</Link> | ||
<ClCompile> | ||
<Optimization>MaxSpeed</Optimization> | ||
<WarningLevel>Level3</WarningLevel> | ||
<PreprocessorDefinitions>__config_release__;__config_x64__;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
<AdditionalIncludeDirectories>..\..\..\include</AdditionalIncludeDirectories> | ||
<AdditionalOptions>-FS -EHsc -nologo %(AdditionalOptions)</AdditionalOptions> | ||
</ClCompile> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="..\..\..\test\so\easy.cc"> | ||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='release|x64'">..\..\..\build\.objs\easy\windows\x64\release\test\so\easy.cc.obj</ObjectFileName> | ||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='release|Win32'">..\..\..\build\.objs\easy\windows\x86\release\test\so\easy.cc.obj</ObjectFileName> | ||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='debug|Win32'">..\..\..\build\.objs\easy\windows\x86\debug\test\so\easy.cc.obj</ObjectFileName> | ||
<ObjectFileName Condition="'$(Configuration)|$(Platform)'=='debug|x64'">..\..\..\build\.objs\easy\windows\x64\debug\test\so\easy.cc.obj</ObjectFileName> | ||
</ClCompile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<Filter Include="so"> | ||
<UniqueIdentifier>{E04A2E16-8116-4430-9E09-BF1A414D90D8}</UniqueIdentifier> | ||
</Filter> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClCompile Include="..\..\..\test\so\easy.cc"> | ||
<Filter>so</Filter> | ||
</ClCompile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.