aboutsummaryrefslogtreecommitdiffstats
path: root/bls.sln
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-04-03 10:52:53 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-04-03 10:52:53 +0800
commit2034493de18a0d98edf4e055b560c22676566f0e (patch)
tree7f9ecbbc2c676974a8d70c59a6a8a30ffbf48255 /bls.sln
parente93fda860bf3b798f6a02ee806da6693a725dd2f (diff)
downloaddexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.gz
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.bz2
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.lz
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.xz
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.tar.zst
dexon-bls-2034493de18a0d98edf4e055b560c22676566f0e.zip
add vcproj files
Diffstat (limited to 'bls.sln')
-rw-r--r--bls.sln30
1 files changed, 30 insertions, 0 deletions
diff --git a/bls.sln b/bls.sln
new file mode 100644
index 0000000..6f0a793
--- /dev/null
+++ b/bls.sln
@@ -0,0 +1,30 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2013
+VisualStudioVersion = 12.0.40629.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bls_test", "test\proj\bls_test\bls_test.vcxproj", "{51266DE6-B57B-4AE3-B85C-282F170E1728}"
+ ProjectSection(ProjectDependencies) = postProject
+ {1DBB979A-C212-45CD-9563-446A96F87F71} = {1DBB979A-C212-45CD-9563-446A96F87F71}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bls", "src\proj\bls.vcxproj", "{1DBB979A-C212-45CD-9563-446A96F87F71}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x64 = Debug|x64
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {51266DE6-B57B-4AE3-B85C-282F170E1728}.Debug|x64.ActiveCfg = Debug|x64
+ {51266DE6-B57B-4AE3-B85C-282F170E1728}.Debug|x64.Build.0 = Debug|x64
+ {51266DE6-B57B-4AE3-B85C-282F170E1728}.Release|x64.ActiveCfg = Release|x64
+ {51266DE6-B57B-4AE3-B85C-282F170E1728}.Release|x64.Build.0 = Release|x64
+ {1DBB979A-C212-45CD-9563-446A96F87F71}.Debug|x64.ActiveCfg = Debug|x64
+ {1DBB979A-C212-45CD-9563-446A96F87F71}.Debug|x64.Build.0 = Debug|x64
+ {1DBB979A-C212-45CD-9563-446A96F87F71}.Release|x64.ActiveCfg = Release|x64
+ {1DBB979A-C212-45CD-9563-446A96F87F71}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal