Skip to content

Commit

Permalink
Created project files for VS2010 ready to upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonorossi committed Nov 15, 2010
1 parent fad01a0 commit 3996cdf
Show file tree
Hide file tree
Showing 10 changed files with 829 additions and 64 deletions.
67 changes: 67 additions & 0 deletions src/CVSI-vs2010.sln
@@ -0,0 +1,67 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9E96BF44-5C5D-40F1-A535-136A57055774}"
ProjectSection(SolutionItems) = preProject
..\doc\Changes.txt = ..\doc\Changes.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.VisualStudio.MonoRailIntelliSenseProvider-vs2010", "Castle.VisualStudio.MonoRailIntelliSenseProvider\Castle.VisualStudio.MonoRailIntelliSenseProvider-vs2010.csproj", "{1BF278D1-1FD8-4E26-9F93-777E5157A3A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.VisualStudio.MonoRailIntelliSenseProvider.Demo-vs2010", "Castle.VisualStudio.MonoRailIntelliSenseProvider.Demo\Castle.VisualStudio.MonoRailIntelliSenseProvider.Demo-vs2010.csproj", "{F0488714-07C6-4C4F-934A-3B9C955D75C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.VisualStudio.NVelocityLanguageService-vs2010", "Castle.VisualStudio.NVelocityLanguageService\Castle.VisualStudio.NVelocityLanguageService-vs2010.csproj", "{2FEF9F9C-1180-4F6D-A609-C8CD529A1C5E}"
ProjectSection(ProjectDependencies) = postProject
{6E419017-8FB9-4D6B-99EE-4B7502C234B0} = {6E419017-8FB9-4D6B-99EE-4B7502C234B0}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.VisualStudio.NVelocityLanguageService.DebugWindow-vs2010", "Castle.VisualStudio.NVelocityLanguageService.DebugWindow\Castle.VisualStudio.NVelocityLanguageService.DebugWindow-vs2010.csproj", "{C0FEAF34-DF2E-47A7-BEFF-6C9B99501A0F}"
ProjectSection(ProjectDependencies) = postProject
{6E419017-8FB9-4D6B-99EE-4B7502C234B0} = {6E419017-8FB9-4D6B-99EE-4B7502C234B0}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.NVelocity-vs2010", "Castle.NVelocity\Castle.NVelocity-vs2010.csproj", "{6E419017-8FB9-4D6B-99EE-4B7502C234B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.NVelocity.Demo-vs2010", "Castle.NVelocity.Demo\Castle.NVelocity.Demo-vs2010.csproj", "{7DD29533-E576-4A0C-BA0F-C026344E6AE0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.NVelocity.Tests-vs2010", "Castle.NVelocity.Tests\Castle.NVelocity.Tests-vs2010.csproj", "{062FDFDB-0BAE-4E6C-84FB-72F774738CA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BF278D1-1FD8-4E26-9F93-777E5157A3A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BF278D1-1FD8-4E26-9F93-777E5157A3A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BF278D1-1FD8-4E26-9F93-777E5157A3A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BF278D1-1FD8-4E26-9F93-777E5157A3A7}.Release|Any CPU.Build.0 = Release|Any CPU
{F0488714-07C6-4C4F-934A-3B9C955D75C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0488714-07C6-4C4F-934A-3B9C955D75C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0488714-07C6-4C4F-934A-3B9C955D75C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0488714-07C6-4C4F-934A-3B9C955D75C6}.Release|Any CPU.Build.0 = Release|Any CPU
{2FEF9F9C-1180-4F6D-A609-C8CD529A1C5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FEF9F9C-1180-4F6D-A609-C8CD529A1C5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FEF9F9C-1180-4F6D-A609-C8CD529A1C5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FEF9F9C-1180-4F6D-A609-C8CD529A1C5E}.Release|Any CPU.Build.0 = Release|Any CPU
{C0FEAF34-DF2E-47A7-BEFF-6C9B99501A0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0FEAF34-DF2E-47A7-BEFF-6C9B99501A0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0FEAF34-DF2E-47A7-BEFF-6C9B99501A0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0FEAF34-DF2E-47A7-BEFF-6C9B99501A0F}.Release|Any CPU.Build.0 = Release|Any CPU
{6E419017-8FB9-4D6B-99EE-4B7502C234B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E419017-8FB9-4D6B-99EE-4B7502C234B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E419017-8FB9-4D6B-99EE-4B7502C234B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E419017-8FB9-4D6B-99EE-4B7502C234B0}.Release|Any CPU.Build.0 = Release|Any CPU
{7DD29533-E576-4A0C-BA0F-C026344E6AE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DD29533-E576-4A0C-BA0F-C026344E6AE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DD29533-E576-4A0C-BA0F-C026344E6AE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DD29533-E576-4A0C-BA0F-C026344E6AE0}.Release|Any CPU.Build.0 = Release|Any CPU
{062FDFDB-0BAE-4E6C-84FB-72F774738CA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{062FDFDB-0BAE-4E6C-84FB-72F774738CA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{062FDFDB-0BAE-4E6C-84FB-72F774738CA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{062FDFDB-0BAE-4E6C-84FB-72F774738CA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
32 changes: 0 additions & 32 deletions src/Castle.NVelocity-vs2005.sln

This file was deleted.

32 changes: 0 additions & 32 deletions src/Castle.NVelocity-vs2008.sln

This file was deleted.

113 changes: 113 additions & 0 deletions src/Castle.NVelocity.Demo/Castle.NVelocity.Demo-vs2010.csproj
@@ -0,0 +1,113 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7DD29533-E576-4A0C-BA0F-C026344E6AE0}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Castle.NVelocity.Demo</RootNamespace>
<AssemblyName>Castle.NVelocity.Demo</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ParserGUIForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ParserGUIForm.Designer.cs">
<DependentUpon>ParserGUIForm.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Example5.vm" />
<None Include="Example3.vm" />
<None Include="Example2.vm" />
<None Include="Example1.vm" />
<None Include="Example4.vm" />
<None Include="Example6.vm" />
<None Include="GUITemplate.vm" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ParserGUIForm.resx">
<SubType>Designer</SubType>
<DependentUpon>ParserGUIForm.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Castle.NVelocity\Castle.NVelocity-vs2008.csproj">
<Project>{A5CD3247-F453-4071-BA6D-D21CB7FC1F72}</Project>
<Name>Castle.NVelocity-vs2008</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
113 changes: 113 additions & 0 deletions src/Castle.NVelocity.Tests/Castle.NVelocity.Tests-vs2010.csproj
@@ -0,0 +1,113 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{062FDFDB-0BAE-4E6C-84FB-72F774738CA6}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Castle.NVelocity.Tests</RootNamespace>
<AssemblyName>Castle.NVelocity.Tests</AssemblyName>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.4.1.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ParserTests\XmlPositionTestCase.cs" />
<Compile Include="ParserTests\GetNodeAtPositionTestCase.cs" />
<Compile Include="ParserTests\NVelocityCommentsTestCase.cs" />
<Compile Include="ParserTests\NVelocityDirectiveTestCase.cs" />
<Compile Include="ParserTests\NVelocityExpressionPositionTestCase.cs" />
<Compile Include="ParserTests\NVelocityInXmlParserTestCase.cs" />
<Compile Include="ParserTests\XmlParserTestCase.cs" />
<Compile Include="ParserTests\NVelocityExpressionParserTestCase.cs" />
<Compile Include="ParserTests\NVelocityReferenceParserTestCase.cs" />
<Compile Include="ParserTests\ParserTestBase.cs" />
<Compile Include="ScannerTests\LineScannerTestCase.cs" />
<Compile Include="ScannerTests\ScannerOptionsTestCase.cs" />
<Compile Include="ScannerTests\SplitTokenTestCase.cs" />
<Compile Include="ScannerTests\TokenLookAhead.cs" />
<Compile Include="ScannerTests\TokenPositionTestCase.cs" />
<Compile Include="ScannerTests\NVelocityTokenTestCase.cs" />
<Compile Include="ScannerTests\NVelocityCommentTestCase.cs" />
<Compile Include="ScannerTests\NVelocityDirectiveTestCase.cs" />
<Compile Include="ScannerTests\ScannerTestBase.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ScannerTests\XmlTestCase.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Castle.NVelocity\Castle.NVelocity-vs2008.csproj">
<Project>{A5CD3247-F453-4071-BA6D-D21CB7FC1F72}</Project>
<Name>Castle.NVelocity-vs2008</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

0 comments on commit 3996cdf

Please sign in to comment.