Subversion Repositories spk

Rev

Rev 148 | Go to most recent revision | 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>
113
  </ItemDefinitionGroup>
114
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
115
    <ClCompile>
116
      <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
118
      <PrecompiledHeader />
119
      <WarningLevel>Level3</WarningLevel>
120
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
121
    </ClCompile>
122
    <Link>
123
      <AdditionalDependencies />
124
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
125
      <GenerateDebugInformation>true</GenerateDebugInformation>
126
      <SubSystem>Windows</SubSystem>
127
      <EntryPointSymbol>main</EntryPointSymbol>
128
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
129
      <DataExecutionPrevention />
130
      <TargetMachine>MachineX86</TargetMachine>
150 cycrow 131
      <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
121 cycrow 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
      <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
141
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
142
      <PrecompiledHeader />
143
      <WarningLevel>Level3</WarningLevel>
144
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
145
    </ClCompile>
146
    <Link>
147
      <AdditionalDependencies />
148
      <GenerateDebugInformation>true</GenerateDebugInformation>
149
      <AssemblyDebug>true</AssemblyDebug>
150
      <SubSystem>Windows</SubSystem>
151
      <EntryPointSymbol>main</EntryPointSymbol>
152
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
153
      <DataExecutionPrevention />
154
      <TargetMachine>MachineX64</TargetMachine>
155
    </Link>
156
  </ItemDefinitionGroup>
157
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
158
    <Midl>
159
      <TargetEnvironment>X64</TargetEnvironment>
160
    </Midl>
161
    <ClCompile>
162
      <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
163
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
164
      <PrecompiledHeader />
165
      <WarningLevel>Level3</WarningLevel>
166
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
167
    </ClCompile>
168
    <Link>
169
      <AdditionalDependencies />
170
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
171
      <GenerateDebugInformation>true</GenerateDebugInformation>
172
      <SubSystem>Windows</SubSystem>
173
      <EntryPointSymbol>main</EntryPointSymbol>
174
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
175
      <DataExecutionPrevention />
176
      <TargetMachine>MachineX64</TargetMachine>
177
    </Link>
178
  </ItemDefinitionGroup>
179
  <ItemGroup>
180
    <Reference Include="System">
181
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
182
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
183
    </Reference>
184
    <Reference Include="System.Data">
185
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
186
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
187
    </Reference>
188
    <Reference Include="System.Drawing">
189
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
190
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
191
    </Reference>
192
    <Reference Include="System.Windows.Forms">
193
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
194
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
195
    </Reference>
196
    <Reference Include="System.Xml">
197
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
198
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
199
    </Reference>
200
  </ItemGroup>
201
  <ItemGroup>
202
    <ClCompile Include="src\AutoUpdater.cpp" />
203
    <ClCompile Include="src\stdafx.cpp" />
204
  </ItemGroup>
205
  <ItemGroup>
206
    <ClInclude Include="src\Forms\Form1.h">
207
      <FileType>CppForm</FileType>
208
    </ClInclude>
209
    <ClInclude Include="src\resource.h" />
210
    <ClInclude Include="src\stdafx.h" />
211
  </ItemGroup>
212
  <ItemGroup>
213
    <ResourceCompile Include="app.rc" />
214
  </ItemGroup>
215
  <ItemGroup>
216
    <Image Include="..\PluginManager\Icons\X-PlugInManager-Icon86px.ico" />
217
  </ItemGroup>
218
  <ItemGroup>
219
    <EmbeddedResource Include="src\Forms\Form1.resx">
220
      <DependentUpon>src\Forms\Form1.h</DependentUpon>
221
      <SubType>Designer</SubType>
222
    </EmbeddedResource>
223
  </ItemGroup>
224
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
225
  <ImportGroup Label="ExtensionTargets">
226
  </ImportGroup>
227
</Project>