Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
kdlibcpp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
kdlibcpp
kdlibcpp
Commits
7ce4b8a1
Commit
7ce4b8a1
authored
Apr 13, 2018
by
Tarasenko Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kdlib projects settings
parent
56771919
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
34 additions
and
66 deletions
+34
-66
kdlib/source/kdlib.vcxproj
kdlib/source/kdlib.vcxproj
+17
-18
kdlib/source/kdlib.vcxproj.filters
kdlib/source/kdlib.vcxproj.filters
+1
-33
kdlib/source/packages.config
kdlib/source/packages.config
+2
-2
kdlib/tests/kdlibtest/kdlibtest.vcxproj
kdlib/tests/kdlibtest/kdlibtest.vcxproj
+6
-5
kdlib/tests/targetapp/targetapp.vcxproj
kdlib/tests/targetapp/targetapp.vcxproj
+5
-5
kdlibcpp.sln
kdlibcpp.sln
+3
-3
No files found.
kdlib/source/kdlib.vcxproj
View file @
7ce4b8a1
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"1
2
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"1
5
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug_Static|Win32"
>
<Configuration>
Debug_Static
</Configuration>
...
...
@@ -132,9 +132,7 @@
<ClInclude
Include=
"win\threadctx.h"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"packages.kdlib_vc120.config"
>
<SubType>
Designer
</SubType>
</None>
<None
Include=
"packages.config"
/>
</ItemGroup>
<PropertyGroup
Label=
"Globals"
>
<ProjectGuid>
{3E9C538F-F060-4E86-AB7D-D44439615B63}
</ProjectGuid>
...
...
@@ -143,34 +141,35 @@
<ProjectName>
kdlib
</ProjectName>
<SolutionDir
Condition=
"$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'"
>
..\..\
</SolutionDir>
<RestorePackages>
true
</RestorePackages>
<WindowsTargetPlatformVersion>
10.0.16299.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
</PlatformToolset>
<PlatformToolset>
v1
41
</PlatformToolset>
<LLVM_USE_CRT_DEBUG>
MDd
</LLVM_USE_CRT_DEBUG>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug_Static|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
</PlatformToolset>
<PlatformToolset>
v1
41
</PlatformToolset>
<LLVM_USE_CRT_DEBUG>
MTd
</LLVM_USE_CRT_DEBUG>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
</PlatformToolset>
<PlatformToolset>
v1
41
</PlatformToolset>
<LLVM_USE_CRT_DEBUG>
MDd
</LLVM_USE_CRT_DEBUG>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug_Static|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
</PlatformToolset>
<PlatformToolset>
v1
41
</PlatformToolset>
<LLVM_USE_CRT_DEBUG>
MTd
</LLVM_USE_CRT_DEBUG>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
...
...
@@ -178,7 +177,7 @@
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
</PlatformToolset>
<PlatformToolset>
v1
41
</PlatformToolset>
<LLVM_USE_CRT_RELEASE>
MD
</LLVM_USE_CRT_RELEASE>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release_Static|Win32'"
Label=
"Configuration"
>
...
...
@@ -186,7 +185,7 @@
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
</PlatformToolset>
<PlatformToolset>
v1
41
</PlatformToolset>
<LLVM_USE_CRT_RELEASE>
MT
</LLVM_USE_CRT_RELEASE>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
...
...
@@ -194,7 +193,7 @@
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
</PlatformToolset>
<PlatformToolset>
v1
41
</PlatformToolset>
<LLVM_USE_CRT_RELEASE>
MD
</LLVM_USE_CRT_RELEASE>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release_Static|x64'"
Label=
"Configuration"
>
...
...
@@ -202,7 +201,7 @@
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
</PlatformToolset>
<PlatformToolset>
v1
41
</PlatformToolset>
<LLVM_USE_CRT_RELEASE>
MTd
</LLVM_USE_CRT_RELEASE>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
...
...
@@ -238,6 +237,7 @@
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<OutDir>
$(SolutionDir)out\$(Platform)\$(Configuration)\
</OutDir>
<IncludePath>
C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\Include\um;$(IncludePath)
</IncludePath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<OutDir>
$(SolutionDir)out\$(Platform)\$(Configuration)\
</OutDir>
...
...
@@ -250,6 +250,7 @@
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<OutDir>
$(SolutionDir)out\$(Platform)\$(Configuration)\
</OutDir>
<IncludePath>
C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\Include\um;$(IncludePath)
</IncludePath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<OutDir>
$(SolutionDir)out\$(Platform)\$(Configuration)\
</OutDir>
...
...
@@ -419,29 +420,27 @@
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
<Import
Project=
"$(SolutionDir)\packages\boost.1.57.0.0\build\native\boost.targets"
Condition=
"Exists('$(SolutionDir)\packages\boost.1.57.0.0\build\native\boost.targets')"
/>
<Import
Project=
"$(SolutionDir)\.nuget\NuGet.targets"
Condition=
"Exists('$(SolutionDir)\.nuget\NuGet.targets')"
/>
<Import
Project=
"$(SolutionDir)\packages\boost_thread.1.57.0.0\build\native\boost_thread.targets"
Condition=
"Exists('$(SolutionDir)\packages\boost_thread.1.57.0.0\build\native\boost_thread.targets')"
/>
<Import
Project=
"$(SolutionDir)\packages\boost_system.1.57.0.0\build\native\boost_system.targets"
Condition=
"Exists('$(SolutionDir)\packages\boost_system.1.57.0.0\build\native\boost_system.targets')"
/>
<Import
Project=
"$(SolutionDir)\packages\boost_date_time.1.57.0.0\build\native\boost_date_time.targets"
Condition=
"Exists('$(SolutionDir)\packages\boost_date_time.1.57.0.0\build\native\boost_date_time.targets')"
/>
<Import
Project=
"$(SolutionDir)\packages\boost_atomic.1.57.0.0\build\native\boost_atomic.targets"
Condition=
"Exists('$(SolutionDir)\packages\boost_atomic.1.57.0.0\build\native\boost_atomic.targets')"
/>
<Import
Project=
"$(SolutionDir)\packages\boost_regex.1.57.0.0\build\native\boost_regex.targets"
Condition=
"Exists('$(SolutionDir)\packages\boost_regex.1.57.0.0\build\native\boost_regex.targets')"
/>
<Import
Project=
"$(SolutionDir)\packages\boost_chrono.1.57.0.0\build\native\boost_chrono.targets"
Condition=
"Exists('$(SolutionDir)\packages\boost_chrono.1.57.0.0\build\native\boost_chrono.targets')"
/>
<Import
Project=
"$(SolutionDir)\packages\llvm-cmake.
3.9.0.1\build\native\llvm-cmake.targets"
Condition=
"Exists('$(SolutionDir)\packages\llvm-cmake.3.9
.0.1\build\native\llvm-cmake.targets')"
/>
<Import
Project=
"$(SolutionDir)\packages\clang-cmake.
3.9.0.1\build\native\clang-cmake.targets"
Condition=
"Exists('$(SolutionDir)\packages\clang-cmake.3.9
.0.1\build\native\clang-cmake.targets')"
/>
<Import
Project=
"$(SolutionDir)\packages\llvm-cmake.
6.0.0.1\build\native\llvm-cmake.targets"
Condition=
"Exists('$(SolutionDir)\packages\llvm-cmake.6.0
.0.1\build\native\llvm-cmake.targets')"
/>
<Import
Project=
"$(SolutionDir)\packages\clang-cmake.
6.0.0.1\build\native\clang-cmake.targets"
Condition=
"Exists('$(SolutionDir)\packages\clang-cmake.6.0
.0.1\build\native\clang-cmake.targets')"
/>
</ImportGroup>
<Target
Name=
"EnsureNuGetPackageBuildImports"
BeforeTargets=
"PrepareForBuild"
>
<PropertyGroup>
<ErrorText>
This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
</ErrorText>
</PropertyGroup>
<Error
Condition=
"!Exists('$(SolutionDir)\packages\boost.1.57.0.0\build\native\boost.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\boost.1.57.0.0\build\native\boost.targets'))"
/>
<Error
Condition=
"!Exists('$(SolutionDir)\.nuget\NuGet.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))"
/>
<Error
Condition=
"!Exists('$(SolutionDir)\packages\boost_thread.1.57.0.0\build\native\boost_thread.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\boost_thread.1.57.0.0\build\native\boost_thread.targets'))"
/>
<Error
Condition=
"!Exists('$(SolutionDir)\packages\boost_system.1.57.0.0\build\native\boost_system.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\boost_system.1.57.0.0\build\native\boost_system.targets'))"
/>
<Error
Condition=
"!Exists('$(SolutionDir)\packages\boost_date_time.1.57.0.0\build\native\boost_date_time.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\boost_date_time.1.57.0.0\build\native\boost_date_time.targets'))"
/>
<Error
Condition=
"!Exists('$(SolutionDir)\packages\boost_atomic.1.57.0.0\build\native\boost_atomic.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\boost_atomic.1.57.0.0\build\native\boost_atomic.targets'))"
/>
<Error
Condition=
"!Exists('$(SolutionDir)\packages\boost_regex.1.57.0.0\build\native\boost_regex.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\boost_regex.1.57.0.0\build\native\boost_regex.targets'))"
/>
<Error
Condition=
"!Exists('$(SolutionDir)\packages\boost_chrono.1.57.0.0\build\native\boost_chrono.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\boost_chrono.1.57.0.0\build\native\boost_chrono.targets'))"
/>
<Error
Condition=
"!Exists('$(SolutionDir)\packages\llvm-cmake.
3.9.0.1\build\native\llvm-cmake.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\llvm-cmake.3.9
.0.1\build\native\llvm-cmake.targets'))"
/>
<Error
Condition=
"!Exists('$(SolutionDir)\packages\clang-cmake.
3.9.0.1\build\native\clang-cmake.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\clang-cmake.3.9
.0.1\build\native\clang-cmake.targets'))"
/>
<Error
Condition=
"!Exists('$(SolutionDir)\packages\llvm-cmake.
6.0.0.1\build\native\llvm-cmake.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\llvm-cmake.6.0
.0.1\build\native\llvm-cmake.targets'))"
/>
<Error
Condition=
"!Exists('$(SolutionDir)\packages\clang-cmake.
6.0.0.1\build\native\clang-cmake.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\packages\clang-cmake.6.0
.0.1\build\native\clang-cmake.targets'))"
/>
</Target>
</Project>
\ No newline at end of file
kdlib/source/kdlib.vcxproj.filters
View file @
7ce4b8a1
...
...
@@ -80,37 +80,6 @@
<ClCompile
Include=
"win\liveprocess.cpp"
>
<Filter>
win
</Filter>
</ClCompile>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\win32\boost_thread.win32.thread.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\win32\boost_thread.win32.tss_dll.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\win32\boost_thread.win32.tss_pe.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_thread.future.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_thread.tss_null.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_system.error_code.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\gregorian\boost_date_time.gregorian.date_generators.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\gregorian\boost_date_time.gregorian.gregorian_types.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\gregorian\boost_date_time.gregorian.greg_month.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\gregorian\boost_date_time.gregorian.greg_weekday.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\posix_time\boost_date_time.posix_time.posix_time_types.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_atomic.lockpool.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.cpp_regex_traits.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.cregex.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.c_regex_traits.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.fileiter.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.icu.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.instances.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.posix_api.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.regex.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.regex_debug.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.regex_raw_buffer.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.regex_traits_defaults.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.static_mutex.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.usinstances.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.w32_regex_traits.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.wc_regex_traits.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.wide_posix_api.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_regex.winstances.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_chrono.process_cpu_clocks.cpp"
/>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_chrono.thread_clock.cpp"
/>
<ClCompile
Include=
"clang\clang.cpp"
>
<Filter>
clang
</Filter>
</ClCompile>
...
...
@@ -135,7 +104,6 @@
<ClCompile
Include=
"net\netobject.cpp"
>
<Filter>
net
</Filter>
</ClCompile>
<ClCompile
Include=
"$(MSBuildThisFileDirectory)..\..\lib\native\src\boost_chrono.chrono.cpp"
/>
<ClCompile
Include=
"win\tagged.cpp"
>
<Filter>
win
</Filter>
</ClCompile>
...
...
@@ -309,6 +277,6 @@
</Filter>
</ItemGroup>
<ItemGroup>
<None
Include=
"packages.
kdlib_vc120.
config"
/>
<None
Include=
"packages.config"
/>
</ItemGroup>
</Project>
\ No newline at end of file
kdlib/source/packages.config
View file @
7ce4b8a1
...
...
@@ -7,6 +7,6 @@
<
package
id
=
"boost_regex"
version
=
"1.57.0.0"
targetFramework
=
"Native"
/>
<
package
id
=
"boost_system"
version
=
"1.57.0.0"
targetFramework
=
"Native"
/>
<
package
id
=
"boost_thread"
version
=
"1.57.0.0"
targetFramework
=
"Native"
/>
<
package
id
=
"clang-cmake"
version
=
"
3.9
.0.1"
targetFramework
=
"Native"
/>
<
package
id
=
"llvm-cmake"
version
=
"
3.9
.0.1"
targetFramework
=
"Native"
/>
<
package
id
=
"clang-cmake"
version
=
"
6.0
.0.1"
targetFramework
=
"Native"
/>
<
package
id
=
"llvm-cmake"
version
=
"
6.0
.0.1"
targetFramework
=
"Native"
/>
</
packages
>
\ No newline at end of file
kdlib/tests/kdlibtest/kdlibtest.vcxproj
View file @
7ce4b8a1
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"1
2
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"1
5
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
...
...
@@ -25,33 +25,34 @@
<ProjectName>
kdlibtest
</ProjectName>
<SolutionDir
Condition=
"$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'"
>
..\..\..\
</SolutionDir>
<RestorePackages>
true
</RestorePackages>
<WindowsTargetPlatformVersion>
10.0.16299.0
</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
</PlatformToolset>
<PlatformToolset>
v1
41
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
</PlatformToolset>
<PlatformToolset>
v1
41
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
</PlatformToolset>
<PlatformToolset>
v1
41
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
</PlatformToolset>
<PlatformToolset>
v1
41
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
...
...
kdlib/tests/targetapp/targetapp.vcxproj
View file @
7ce4b8a1
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"1
2
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"1
5
.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ItemGroup
Label=
"ProjectConfigurations"
>
<ProjectConfiguration
Include=
"Debug|Win32"
>
<Configuration>
Debug
</Configuration>
...
...
@@ -29,27 +29,27 @@
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
_xp
</PlatformToolset>
<PlatformToolset>
v1
41
_xp
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
true
</UseDebugLibraries>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
_xp
</PlatformToolset>
<PlatformToolset>
v1
41
_xp
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
_xp
</PlatformToolset>
<PlatformToolset>
v1
41
_xp
</PlatformToolset>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
<UseDebugLibraries>
false
</UseDebugLibraries>
<WholeProgramOptimization>
true
</WholeProgramOptimization>
<CharacterSet>
Unicode
</CharacterSet>
<PlatformToolset>
v1
20
_xp
</PlatformToolset>
<PlatformToolset>
v1
41
_xp
</PlatformToolset>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
...
...
kdlibcpp.sln
View file @
7ce4b8a1
...
...
@@ -5,11 +5,11 @@ VisualStudioVersion = 12.0.40629.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{3F87C2B3-5A4B-46C0-8669-05225C0B7D39}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kdlib", "kdlib\source\kdlib
_vc120
.vcxproj", "{3E9C538F-F060-4E86-AB7D-D44439615B63}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kdlib", "kdlib\source\kdlib.vcxproj", "{3E9C538F-F060-4E86-AB7D-D44439615B63}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "targetapp", "kdlib\tests\targetapp\targetapp
_vc120
.vcxproj", "{0E4CC688-F2F5-499F-9C07-0F2CAEE0D3EF}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "targetapp", "kdlib\tests\targetapp\targetapp.vcxproj", "{0E4CC688-F2F5-499F-9C07-0F2CAEE0D3EF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kdlibtest", "kdlib\tests\kdlibtest\kdlibtest
_vc120
.vcxproj", "{32CB9F5C-E114-40C1-8416-ACCC7CF5B0A1}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kdlibtest", "kdlib\tests\kdlibtest\kdlibtest.vcxproj", "{32CB9F5C-E114-40C1-8416-ACCC7CF5B0A1}"
ProjectSection(ProjectDependencies) = postProject
{90C5EC1B-602A-4BF5-B45A-6E99AA6E3B00} = {90C5EC1B-602A-4BF5-B45A-6E99AA6E3B00}
{0E4CC688-F2F5-499F-9C07-0F2CAEE0D3EF} = {0E4CC688-F2F5-499F-9C07-0F2CAEE0D3EF}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment