Subversion Repositories spk

Rev

Rev 121 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
121 cycrow 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <ItemGroup Label="ProjectConfigurations">
4
    <ProjectConfiguration Include="Debug|Win32">
5
      <Configuration>Debug</Configuration>
6
      <Platform>Win32</Platform>
7
    </ProjectConfiguration>
8
    <ProjectConfiguration Include="Debug|x64">
9
      <Configuration>Debug</Configuration>
10
      <Platform>x64</Platform>
11
    </ProjectConfiguration>
12
    <ProjectConfiguration Include="Release|Win32">
13
      <Configuration>Release</Configuration>
14
      <Platform>Win32</Platform>
15
    </ProjectConfiguration>
16
    <ProjectConfiguration Include="Release|x64">
17
      <Configuration>Release</Configuration>
18
      <Platform>x64</Platform>
19
    </ProjectConfiguration>
20
  </ItemGroup>
21
  <PropertyGroup Label="Globals">
22
    <ProjectGuid>{C9F01AA5-B622-4F5A-B259-10315A5F5860}</ProjectGuid>
23
    <RootNamespace>ModMerge</RootNamespace>
24
    <Keyword>ManagedCProj</Keyword>
148 cycrow 25
    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
121 cycrow 26
  </PropertyGroup>
27
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29
    <ConfigurationType>Application</ConfigurationType>
148 cycrow 30
    <PlatformToolset>v143</PlatformToolset>
121 cycrow 31
    <CharacterSet>Unicode</CharacterSet>
32
    <CLRSupport>true</CLRSupport>
33
    <WholeProgramOptimization>true</WholeProgramOptimization>
34
  </PropertyGroup>
35
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
36
    <ConfigurationType>Application</ConfigurationType>
148 cycrow 37
    <PlatformToolset>v143</PlatformToolset>
121 cycrow 38
    <CharacterSet>Unicode</CharacterSet>
39
    <CLRSupport>true</CLRSupport>
40
  </PropertyGroup>
41
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
42
    <ConfigurationType>Application</ConfigurationType>
148 cycrow 43
    <PlatformToolset>v143</PlatformToolset>
121 cycrow 44
    <CharacterSet>Unicode</CharacterSet>
45
    <CLRSupport>true</CLRSupport>
46
    <WholeProgramOptimization>true</WholeProgramOptimization>
47
  </PropertyGroup>
48
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
49
    <ConfigurationType>Application</ConfigurationType>
148 cycrow 50
    <PlatformToolset>v143</PlatformToolset>
121 cycrow 51
    <CharacterSet>Unicode</CharacterSet>
52
    <CLRSupport>true</CLRSupport>
53
  </PropertyGroup>
54
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55
  <ImportGroup Label="ExtensionSettings">
56
  </ImportGroup>
57
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
58
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59
  </ImportGroup>
60
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
61
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62
  </ImportGroup>
63
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
64
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65
  </ImportGroup>
66
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
67
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68
  </ImportGroup>
69
  <PropertyGroup Label="UserMacros" />
70
  <PropertyGroup>
71
    <_ProjectFileVersion>14.0.25431.1</_ProjectFileVersion>
72
  </PropertyGroup>
73
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74
    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
75
    <IntDir>$(SolutionDir)$(Configuration)\ModMerge\</IntDir>
76
    <LinkIncremental>true</LinkIncremental>
77
  </PropertyGroup>
78
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79
    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
80
    <IntDir>$(SolutionDir)$(Configuration)\ModMerge\</IntDir>
81
    <LinkIncremental>false</LinkIncremental>
82
  </PropertyGroup>
83
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
84
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
85
    <IntDir>$(Platform)\$(Configuration)\</IntDir>
86
    <LinkIncremental>true</LinkIncremental>
87
  </PropertyGroup>
88
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
90
    <IntDir>$(Platform)\$(Configuration)\</IntDir>
91
    <LinkIncremental>false</LinkIncremental>
92
  </PropertyGroup>
93
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
94
    <ClCompile>
95
      <Optimization>Disabled</Optimization>
96
      <AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
97
      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
99
      <PrecompiledHeader />
100
      <WarningLevel>Level3</WarningLevel>
101
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
102
    </ClCompile>
103
    <Link>
104
      <AdditionalDependencies />
105
      <GenerateDebugInformation>true</GenerateDebugInformation>
106
      <AssemblyDebug>true</AssemblyDebug>
107
      <SubSystem>Windows</SubSystem>
108
      <EntryPointSymbol>main</EntryPointSymbol>
109
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
110
      <DataExecutionPrevention />
111
      <TargetMachine>MachineX86</TargetMachine>
112
    </Link>
113
  </ItemDefinitionGroup>
114
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
115
    <ClCompile>
116
      <AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
117
      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
119
      <PrecompiledHeader />
120
      <WarningLevel>Level3</WarningLevel>
121
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
122
    </ClCompile>
123
    <Link>
124
      <AdditionalDependencies />
125
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
126
      <GenerateDebugInformation>true</GenerateDebugInformation>
127
      <SubSystem>Windows</SubSystem>
128
      <EntryPointSymbol>main</EntryPointSymbol>
129
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
130
      <DataExecutionPrevention />
131
      <TargetMachine>MachineX86</TargetMachine>
132
    </Link>
133
  </ItemDefinitionGroup>
134
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
135
    <Midl>
136
      <TargetEnvironment>X64</TargetEnvironment>
137
    </Midl>
138
    <ClCompile>
139
      <Optimization>Disabled</Optimization>
140
      <AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
141
      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
142
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
143
      <PrecompiledHeader />
144
      <WarningLevel>Level3</WarningLevel>
145
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
146
    </ClCompile>
147
    <Link>
148
      <AdditionalDependencies>$(SolutionDir)$(Configuration)/spk.lib</AdditionalDependencies>
149
      <GenerateDebugInformation>true</GenerateDebugInformation>
150
      <AssemblyDebug>true</AssemblyDebug>
151
      <SubSystem>Windows</SubSystem>
152
      <EntryPointSymbol>main</EntryPointSymbol>
153
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
154
      <DataExecutionPrevention />
155
      <TargetMachine>MachineX64</TargetMachine>
156
    </Link>
157
  </ItemDefinitionGroup>
158
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
159
    <Midl>
160
      <TargetEnvironment>X64</TargetEnvironment>
161
    </Midl>
162
    <ClCompile>
163
      <AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
164
      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
165
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
166
      <PrecompiledHeader />
167
      <WarningLevel>Level3</WarningLevel>
168
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
169
    </ClCompile>
170
    <Link>
171
      <AdditionalDependencies>$(SolutionDir)$(Configuration)\spk.lib</AdditionalDependencies>
172
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
173
      <GenerateDebugInformation>true</GenerateDebugInformation>
174
      <SubSystem>Windows</SubSystem>
175
      <EntryPointSymbol>main</EntryPointSymbol>
176
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
177
      <DataExecutionPrevention />
178
      <TargetMachine>MachineX64</TargetMachine>
179
    </Link>
180
  </ItemDefinitionGroup>
181
  <ItemGroup>
182
    <Reference Include="System">
183
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
184
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
185
    </Reference>
186
    <Reference Include="System.Data">
187
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
188
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
189
    </Reference>
190
    <Reference Include="System.Drawing">
191
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
192
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
193
    </Reference>
194
    <Reference Include="System.Windows.Forms">
195
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
196
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
197
    </Reference>
198
    <Reference Include="System.Xml">
199
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
200
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
201
    </Reference>
202
  </ItemGroup>
203
  <ItemGroup>
204
    <ProjectReference Include="..\libspk\Windows\spk.vcxproj">
205
      <Project>{c18ec70d-7048-485c-8bb3-e219c6c8e352}</Project>
206
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
207
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
208
    </ProjectReference>
209
  </ItemGroup>
210
  <ItemGroup>
211
    <ClCompile Include="src\AssemblyInfo.cpp" />
212
    <ClCompile Include="src\ModMerge.cpp" />
213
    <ClCompile Include="src\stdafx.cpp" />
214
  </ItemGroup>
215
  <ItemGroup>
216
    <ClInclude Include="src\Forms\Form1.h">
217
      <FileType>CppForm</FileType>
218
    </ClInclude>
219
    <ClInclude Include="src\resource.h" />
220
    <ClInclude Include="src\stdafx.h" />
221
  </ItemGroup>
222
  <ItemGroup>
223
    <Image Include="app.ico" />
224
  </ItemGroup>
225
  <ItemGroup>
226
    <ResourceCompile Include="app.rc" />
227
  </ItemGroup>
228
  <ItemGroup>
229
    <EmbeddedResource Include="src\Forms\Form1.resx">
230
      <DependentUpon>src\Forms\Form1.h</DependentUpon>
231
      <SubType>Designer</SubType>
232
    </EmbeddedResource>
233
  </ItemGroup>
234
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
235
  <ImportGroup Label="ExtensionTargets">
236
  </ImportGroup>
237
</Project>