Subversion Repositories spk

Rev

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