diff options
-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 |