summaryrefslogtreecommitdiff
path: root/msvc/j_remote_thr/j_remote_thr.vcproj
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.com>2009-09-08 13:55:13 +0200
committerMartin Sustrik <sustrik@fastmq.com>2009-09-08 13:55:13 +0200
commit3069b6bd54486346f7bfcce58d6a5e34d129965c (patch)
treecdef109605b657baa1abc28cada66425dda438c5 /msvc/j_remote_thr/j_remote_thr.vcproj
parentec6822a477b89ac77afc90425bf36c4829dbef3d (diff)
win port of java binding + java perf tests
Diffstat (limited to 'msvc/j_remote_thr/j_remote_thr.vcproj')
-rw-r--r--msvc/j_remote_thr/j_remote_thr.vcproj78
1 files changed, 78 insertions, 0 deletions
diff --git a/msvc/j_remote_thr/j_remote_thr.vcproj b/msvc/j_remote_thr/j_remote_thr.vcproj
new file mode 100644
index 0000000..5993087
--- /dev/null
+++ b/msvc/j_remote_thr/j_remote_thr.vcproj
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="windows-1250"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="j_remote_thr"
+ ProjectGUID="{00A421BA-3B6B-45BD-B91F-DED953472622}"
+ RootNamespace="j_remote_thr"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="10"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="Compiling Java classes"
+ CommandLine="javac -classpath ..\..\java ..\..\perf\java\remote_thr.java"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="10"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="Compiling Java classes"
+ CommandLine="javac -classpath ..\..\java ..\..\perf\java\remote_thr.java"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Java Files"
+ >
+ <File
+ RelativePath="..\..\perf\java\remote_thr.java"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>