Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2017-07-13 19:31:59 +0300
committerAlex Rønne Petersen <alexrp@xamarin.com>2017-07-14 21:25:02 +0300
commit520fb508e695a29f8e6e396e31b987e16eaefb6a (patch)
treebac319b14e50bed7542702024941286c40bb0111 /msvc
parentf5fd9e0b3ef1f10f60196f69e0c61ccaf177b6be (diff)
[msvc] Update VTune project files.
Diffstat (limited to 'msvc')
-rw-r--r--msvc/mono-profiler-vtune.def2
-rw-r--r--msvc/profiler-vtune.vcxproj4
-rw-r--r--msvc/profiler-vtune.vcxproj.filters4
3 files changed, 5 insertions, 5 deletions
diff --git a/msvc/mono-profiler-vtune.def b/msvc/mono-profiler-vtune.def
index 1da827afb1d..d189fbfb5e7 100644
--- a/msvc/mono-profiler-vtune.def
+++ b/msvc/mono-profiler-vtune.def
@@ -1,4 +1,4 @@
; file generated by create-windef.pl
LIBRARY mono-profiler-vtune.dll
EXPORTS
-mono_profiler_startup \ No newline at end of file
+mono_profiler_init
diff --git a/msvc/profiler-vtune.vcxproj b/msvc/profiler-vtune.vcxproj
index 544a89d32a2..73ace6bdc74 100644
--- a/msvc/profiler-vtune.vcxproj
+++ b/msvc/profiler-vtune.vcxproj
@@ -182,7 +182,7 @@
</ProjectReference>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="..\mono\profiler\mono-profiler-vtune.c" />
+ <ClCompile Include="..\mono\profiler\vtune.c" />
</ItemGroup>
<ItemGroup>
<None Include="mono-profiler-vtune.def" />
@@ -204,4 +204,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/msvc/profiler-vtune.vcxproj.filters b/msvc/profiler-vtune.vcxproj.filters
index 7b3e25ba85b..bb72a170bb2 100644
--- a/msvc/profiler-vtune.vcxproj.filters
+++ b/msvc/profiler-vtune.vcxproj.filters
@@ -12,7 +12,7 @@
</Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="..\mono\profiler\mono-profiler-vtune.c">
+ <ClCompile Include="..\mono\profiler\vtune.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
@@ -21,4 +21,4 @@
<Filter>Resource Files</Filter>
</None>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>