diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-01 12:12:03 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-01 12:12:03 +0000 |
commit | cace9b0010042c74806f249479cbcce2ba8ae448 (patch) | |
tree | 4110c9154d9063446511bd78cb494e6fbba9b3b4 | |
parent | 2e9b647207cdc21a980c40a056c1e42586875777 (diff) |
Boltun: compilation fix pt.2
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@234 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | Boltun/Boltun_10.sln | 19 | ||||
-rw-r--r-- | Boltun/Boltun_10.vcxproj (renamed from Boltun/Boltun.vcxproj) | 1 | ||||
-rw-r--r-- | Boltun/Boltun_10.vcxproj.filters (renamed from Boltun/Boltun.vcxproj.filters) | 0 |
3 files changed, 20 insertions, 0 deletions
diff --git a/Boltun/Boltun_10.sln b/Boltun/Boltun_10.sln new file mode 100644 index 0000000..9f1aa35 --- /dev/null +++ b/Boltun/Boltun_10.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Boltun_10", "Boltun_10.vcxproj", "{98DF7761-41D7-4C5C-9FFE-E5CCB3997783}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug Unicode|Win32 = Debug Unicode|Win32
+ Release Unicode|Win32 = Release Unicode|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {98DF7761-41D7-4C5C-9FFE-E5CCB3997783}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32
+ {98DF7761-41D7-4C5C-9FFE-E5CCB3997783}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32
+ {98DF7761-41D7-4C5C-9FFE-E5CCB3997783}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32
+ {98DF7761-41D7-4C5C-9FFE-E5CCB3997783}.Release Unicode|Win32.Build.0 = Release Unicode|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/Boltun/Boltun.vcxproj b/Boltun/Boltun_10.vcxproj index 09036f7..9f2cbfc 100644 --- a/Boltun/Boltun.vcxproj +++ b/Boltun/Boltun_10.vcxproj @@ -13,6 +13,7 @@ <PropertyGroup Label="Globals">
<ProjectGuid>{98DF7761-41D7-4C5C-9FFE-E5CCB3997783}</ProjectGuid>
<RootNamespace>Boltun</RootNamespace>
+ <ProjectName>boltun</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'" Label="Configuration">
diff --git a/Boltun/Boltun.vcxproj.filters b/Boltun/Boltun_10.vcxproj.filters index e025146..e025146 100644 --- a/Boltun/Boltun.vcxproj.filters +++ b/Boltun/Boltun_10.vcxproj.filters |