diff --git a/CreateInstallDescriptor.csproj b/CreateInstallDescriptor.csproj index 9cb3209..4aa8db4 100644 --- a/CreateInstallDescriptor.csproj +++ b/CreateInstallDescriptor.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -12,6 +12,11 @@ CreateInstallDescriptor v3.5 512 + + + + + 3.5 true diff --git a/CreateInstallDescriptor.sln b/CreateInstallDescriptor.sln index 27a02f7..c3fc3f4 100644 --- a/CreateInstallDescriptor.sln +++ b/CreateInstallDescriptor.sln @@ -1,13 +1,11 @@  -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2013 +VisualStudioVersion = 12.0.30723.0 +MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateInstallDescriptor", "CreateInstallDescriptor.csproj", "{A5446203-AE6F-4717-B927-BF9DB24B538B}" EndProject Global - GlobalSection(SubversionScc) = preSolution - Svn-Managed = True - Manager = AnkhSVN - Subversion Support for Visual Studio - EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU @@ -21,4 +19,8 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(SubversionScc) = preSolution + Svn-Managed = True + Manager = AnkhSVN - Subversion Support for Visual Studio + EndGlobalSection EndGlobal