Subversion Repositories spk

Rev

Rev 150 | 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>{C5D84407-67AC-4E9E-A7E3-3A97B299752D}</ProjectGuid>
23
    <RootNamespace>AutoUpdater</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>
150 cycrow 32
    <CLRSupport>true</CLRSupport>
121 cycrow 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>Pure</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)\AutoUpdate\</IntDir>
76
    <LinkIncremental>true</LinkIncremental>
77
  </PropertyGroup>
78
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79
    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
80
    <IntDir>$(SolutionDir)$(Configuration)\AutoUpdater\</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
      <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
98
      <PrecompiledHeader />
99
      <WarningLevel>Level3</WarningLevel>
100
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
125 cycrow 101
      <MinimalRebuild>false</MinimalRebuild>
121 cycrow 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>
151 cycrow 113
    <EmbeddedResource>
114
      <LogicalName>$(RootNamespace).%(Filename).resources</LogicalName>
115
    </EmbeddedResource>
121 cycrow 116
  </ItemDefinitionGroup>
117
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
118
    <ClCompile>
119
      <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
120
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
121
      <PrecompiledHeader />
122
      <WarningLevel>Level3</WarningLevel>
123
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
124
    </ClCompile>
125
    <Link>
126
      <AdditionalDependencies />
127
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
128
      <GenerateDebugInformation>true</GenerateDebugInformation>
129
      <SubSystem>Windows</SubSystem>
130
      <EntryPointSymbol>main</EntryPointSymbol>
131
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
132
      <DataExecutionPrevention />
133
      <TargetMachine>MachineX86</TargetMachine>
150 cycrow 134
      <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
121 cycrow 135
    </Link>
151 cycrow 136
    <EmbeddedResource>
137
      <LogicalName>$(RootNamespace).%(Filename).resources</LogicalName>
138
    </EmbeddedResource>
121 cycrow 139
  </ItemDefinitionGroup>
140
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
141
    <Midl>
142
      <TargetEnvironment>X64</TargetEnvironment>
143
    </Midl>
144
    <ClCompile>
145
      <Optimization>Disabled</Optimization>
146
      <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
147
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
148
      <PrecompiledHeader />
149
      <WarningLevel>Level3</WarningLevel>
150
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
151
    </ClCompile>
152
    <Link>
153
      <AdditionalDependencies />
154
      <GenerateDebugInformation>true</GenerateDebugInformation>
155
      <AssemblyDebug>true</AssemblyDebug>
156
      <SubSystem>Windows</SubSystem>
157
      <EntryPointSymbol>main</EntryPointSymbol>
158
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
159
      <DataExecutionPrevention />
160
      <TargetMachine>MachineX64</TargetMachine>
161
    </Link>
162
  </ItemDefinitionGroup>
163
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
164
    <Midl>
165
      <TargetEnvironment>X64</TargetEnvironment>
166
    </Midl>
167
    <ClCompile>
168
      <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
169
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
170
      <PrecompiledHeader />
171
      <WarningLevel>Level3</WarningLevel>
172
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
173
    </ClCompile>
174
    <Link>
175
      <AdditionalDependencies />
176
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
177
      <GenerateDebugInformation>true</GenerateDebugInformation>
178
      <SubSystem>Windows</SubSystem>
179
      <EntryPointSymbol>main</EntryPointSymbol>
180
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
181
      <DataExecutionPrevention />
182
      <TargetMachine>MachineX64</TargetMachine>
183
    </Link>
184
  </ItemDefinitionGroup>
185
  <ItemGroup>
186
    <Reference Include="System">
187
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
188
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
189
    </Reference>
190
    <Reference Include="System.Data">
191
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
192
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
193
    </Reference>
194
    <Reference Include="System.Drawing">
195
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
196
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
197
    </Reference>
198
    <Reference Include="System.Windows.Forms">
199
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
200
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
201
    </Reference>
202
    <Reference Include="System.Xml">
203
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
204
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
205
    </Reference>
206
  </ItemGroup>
207
  <ItemGroup>
208
    <ClCompile Include="src\AutoUpdater.cpp" />
209
    <ClCompile Include="src\stdafx.cpp" />
210
  </ItemGroup>
211
  <ItemGroup>
212
    <ClInclude Include="src\Forms\Form1.h">
213
      <FileType>CppForm</FileType>
214
    </ClInclude>
215
    <ClInclude Include="src\resource.h" />
216
    <ClInclude Include="src\stdafx.h" />
217
  </ItemGroup>
218
  <ItemGroup>
219
    <ResourceCompile Include="app.rc" />
220
  </ItemGroup>
221
  <ItemGroup>
222
    <Image Include="..\PluginManager\Icons\X-PlugInManager-Icon86px.ico" />
223
  </ItemGroup>
224
  <ItemGroup>
225
    <EmbeddedResource Include="src\Forms\Form1.resx">
226
      <DependentUpon>src\Forms\Form1.h</DependentUpon>
227
      <SubType>Designer</SubType>
228
    </EmbeddedResource>
229
  </ItemGroup>
230
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
231
  <ImportGroup Label="ExtensionTargets">
232
  </ImportGroup>
233
</Project>