File: VS-10.csproj.in

package info (click to toggle)
cmake 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 147,284 kB
  • sloc: ansic: 403,915; cpp: 290,772; sh: 4,102; python: 3,357; yacc: 3,106; lex: 1,189; f90: 532; asm: 471; lisp: 375; cs: 270; java: 266; fortran: 230; perl: 217; objc: 215; xml: 198; makefile: 97; javascript: 83; pascal: 63; tcl: 55; php: 25; ruby: 22
file content (58 lines) | stat: -rw-r--r-- 2,567 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="Globals">
    <ProjectGuid>{CAE07175-D007-4FC3-BFE8-47B392814159}</ProjectGuid>
    <RootNamespace>CompilerId@id_lang@</RootNamespace>
    <Keyword>Win32Proj</Keyword>
    @id_system@
    @id_system_version@
    @id_TargetFrameworkVersion@
    @id_TargetFrameworkIdentifier@
    @id_TargetFrameworkTargetsVersion@
    @id_WindowsTargetPlatformVersion@
    @id_WindowsSDKDesktopARMSupport@
  </PropertyGroup>
  <PropertyGroup>
    @id_PreferredToolArchitecture@
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@id_platform@'" Label="Configuration">
    <ConfigurationType>Application</ConfigurationType>
    @id_toolset@
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <!-- ============================================================ -->
  <!-- ==                set preprocessor definitions            == -->
  <!-- ============================================================ -->
  <PropertyGroup>
    <DefineConstants></DefineConstants>
    <UnknownValue>Unknown</UnknownValue>
  </PropertyGroup>
  <!-- Platform -->
  <PropertyGroup Condition="'$(Platform)'!=''">
    <DefineConstants>$(DefineConstants);Platform$(Platform)</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Platform)'==''">
    <DefineConstants>$(DefineConstants);Platform$(UnknownValue)</DefineConstants>
  </PropertyGroup>
  <!-- PlatformToolset -->
  <PropertyGroup Condition="'$(PlatformToolset)'!=''">
    <DefineConstants>$(DefineConstants);PlatformToolset$(PlatformToolset)</DefineConstants>
  </PropertyGroup>
  <PropertyGroup Condition="'$(PlatformToolset)'==''">
    <DefineConstants>$(DefineConstants);PlatformToolset$(UnknownValue)</DefineConstants>
  </PropertyGroup>
  <!-- ============================================================ -->
  <PropertyGroup>
    <OutputPath Condition="'$(Configuration)|$(Platform)'=='Debug|@id_platform@'">.\</OutputPath>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="@id_src@" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PostBuildEvent>if not "$(RoslynTargetsPath)"=="" if exist "$(RoslynTargetsPath)\@id_cl@" set _CSC=$(RoslynTargetsPath)
if exist "$(MSBuildToolsPath)\@id_cl@" set _CSC=$(MSBuildToolsPath)
if "%_CSC%"=="" exit -1
%40echo CMAKE_@id_lang@_COMPILER=%_CSC%\@id_cl@</PostBuildEvent>
  </PropertyGroup>
</Project>