-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathpar2cmdline.vcxproj
More file actions
95 lines (95 loc) · 3.32 KB
/
par2cmdline.vcxproj
File metadata and controls
95 lines (95 loc) · 3.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<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|ARM64">
<Configuration>Release</Configuration>
<Platform>ARM64</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>{54348158-1a8a-41af-a76a-0aaad0e43909}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
<Import Project="par2cmdline.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup>
<TargetName>par2</TargetName>
</PropertyGroup>
<ItemDefinitionGroup>
<Link>
<OutputFile>$(OutDir)par2.exe</OutputFile>
<ProgramDatabaseFile>$(OutDir)par2cmdline.pdb</ProgramDatabaseFile>
<SubSystem>Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\commandline.cpp" />
<ClCompile Include="src\par2cmdline.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\commandline.h" />
</ItemGroup>
<ItemGroup>
<None Include="AUTHORS" />
<None Include="ChangeLog" />
<None Include="config.guess" />
<None Include="config.h.in" />
<None Include="config.sub" />
<None Include="configure.ac" />
<None Include="COPYING" />
<None Include="depcomp" />
<None Include="INSTALL" />
<None Include="install-sh" />
<None Include="Makefile.am" />
<None Include="Makefile.in" />
<None Include="missing" />
<None Include="mkinstalldirs" />
<None Include="NEWS" />
<None Include="README.md" />
<None Include="ROADMAP" />
<None Include="stamp-h.in" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="libpar2.vcxproj">
<Project>{d0a94f83-495e-4fb2-ac33-9a3ec2cc263b}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>