MethodsDevelopmentTranslator

Форк
0
/
MethodsDevelopmentTranslator.vcxproj 
177 строк · 7.7 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" 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="Release|Win32">
9
      <Configuration>Release</Configuration>
10
      <Platform>Win32</Platform>
11
    </ProjectConfiguration>
12
    <ProjectConfiguration Include="Debug|x64">
13
      <Configuration>Debug</Configuration>
14
      <Platform>x64</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
    <VCProjectVersion>16.0</VCProjectVersion>
23
    <ProjectGuid>{A6408537-5D3A-498A-8CCF-6EE1BB457710}</ProjectGuid>
24
    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
25
    <Keyword>ManagedCProj</Keyword>
26
    <RootNamespace>MethodsDevelopmentTranslator</RootNamespace>
27
    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
28
  </PropertyGroup>
29
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31
    <ConfigurationType>Application</ConfigurationType>
32
    <UseDebugLibraries>true</UseDebugLibraries>
33
    <PlatformToolset>v142</PlatformToolset>
34
    <CLRSupport>true</CLRSupport>
35
    <CharacterSet>Unicode</CharacterSet>
36
  </PropertyGroup>
37
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38
    <ConfigurationType>Application</ConfigurationType>
39
    <UseDebugLibraries>false</UseDebugLibraries>
40
    <PlatformToolset>v142</PlatformToolset>
41
    <CLRSupport>true</CLRSupport>
42
    <CharacterSet>Unicode</CharacterSet>
43
  </PropertyGroup>
44
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
45
    <ConfigurationType>Application</ConfigurationType>
46
    <UseDebugLibraries>true</UseDebugLibraries>
47
    <PlatformToolset>v142</PlatformToolset>
48
    <CLRSupport>true</CLRSupport>
49
    <CharacterSet>Unicode</CharacterSet>
50
  </PropertyGroup>
51
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
52
    <ConfigurationType>Application</ConfigurationType>
53
    <UseDebugLibraries>false</UseDebugLibraries>
54
    <PlatformToolset>v142</PlatformToolset>
55
    <CLRSupport>true</CLRSupport>
56
    <CharacterSet>Unicode</CharacterSet>
57
  </PropertyGroup>
58
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59
  <ImportGroup Label="ExtensionSettings">
60
  </ImportGroup>
61
  <ImportGroup Label="Shared">
62
  </ImportGroup>
63
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
64
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65
  </ImportGroup>
66
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68
  </ImportGroup>
69
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
70
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71
  </ImportGroup>
72
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
73
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74
  </ImportGroup>
75
  <PropertyGroup Label="UserMacros" />
76
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77
    <LinkIncremental>true</LinkIncremental>
78
  </PropertyGroup>
79
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80
    <LinkIncremental>true</LinkIncremental>
81
  </PropertyGroup>
82
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83
    <LinkIncremental>false</LinkIncremental>
84
  </PropertyGroup>
85
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
86
    <LinkIncremental>false</LinkIncremental>
87
  </PropertyGroup>
88
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
89
    <ClCompile>
90
      <WarningLevel>Level3</WarningLevel>
91
      <Optimization>Disabled</Optimization>
92
      <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
93
    </ClCompile>
94
    <Link>
95
      <AdditionalDependencies />
96
      <EntryPointSymbol>main</EntryPointSymbol>
97
      <SubSystem>Windows</SubSystem>
98
    </Link>
99
  </ItemDefinitionGroup>
100
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
101
    <ClCompile>
102
      <WarningLevel>Level3</WarningLevel>
103
      <Optimization>Disabled</Optimization>
104
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105
    </ClCompile>
106
    <Link>
107
      <AdditionalDependencies />
108
      <SubSystem>Windows</SubSystem>
109
      <EntryPointSymbol>main</EntryPointSymbol>
110
    </Link>
111
  </ItemDefinitionGroup>
112
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
113
    <ClCompile>
114
      <WarningLevel>Level3</WarningLevel>
115
      <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
116
    </ClCompile>
117
    <Link>
118
      <AdditionalDependencies />
119
    </Link>
120
  </ItemDefinitionGroup>
121
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
122
    <ClCompile>
123
      <WarningLevel>Level3</WarningLevel>
124
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
125
    </ClCompile>
126
    <Link>
127
      <AdditionalDependencies />
128
    </Link>
129
  </ItemDefinitionGroup>
130
  <ItemGroup>
131
    <Reference Include="System" />
132
    <Reference Include="System.Data" />
133
    <Reference Include="System.Drawing" />
134
    <Reference Include="System.Windows.Forms" />
135
    <Reference Include="System.Xml" />
136
  </ItemGroup>
137
  <ItemGroup>
138
    <ClCompile Include="function.cpp" />
139
    <ClCompile Include="LexicalAnalisator.cpp" />
140
    <ClCompile Include="ReversePolishNotation.cpp" />
141
    <ClCompile Include="SyntaxAnalisator.cpp" />
142
    <ClCompile Include="translate_csharp.cpp" />
143
    <ClCompile Include="Translator.cpp" />
144
    <ClCompile Include="TranslatorFromCToCSharp.cpp" />
145
    <ClCompile Include="Translator_LanguageC.cpp" />
146
  </ItemGroup>
147
  <ItemGroup>
148
    <ClInclude Include="function.h" />
149
    <ClInclude Include="include.h" />
150
    <ClInclude Include="LexicalAnalisator.h" />
151
    <ClInclude Include="ReversePolishNotation.h" />
152
    <ClInclude Include="SyntaxAnalisator.h" />
153
    <ClInclude Include="translate_csharp.h" />
154
    <ClInclude Include="Translator.h" />
155
    <ClInclude Include="TranslatorFromCToCSharp.h" />
156
    <ClInclude Include="Translator_LanguageC.h">
157
      <FileType>CppForm</FileType>
158
    </ClInclude>
159
  </ItemGroup>
160
  <ItemGroup>
161
    <EmbeddedResource Include="Translator_LanguageC.resx">
162
      <DependentUpon>Translator_LanguageC.h</DependentUpon>
163
    </EmbeddedResource>
164
  </ItemGroup>
165
  <ItemGroup>
166
    <Text Include="C.txt" />
167
    <Text Include="test.txt" />
168
    <Text Include="translator_file\lexical.txt" />
169
    <Text Include="translator_file\RPN.txt" />
170
  </ItemGroup>
171
  <ItemGroup>
172
    <None Include="translator_file\CodeCSharp.cs" />
173
  </ItemGroup>
174
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
175
  <ImportGroup Label="ExtensionTargets">
176
  </ImportGroup>
177
</Project>

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.