Skip to content

Commit 2b91889

Browse files
committed
Upgraded CVSI to support Visual Studio 2013.
1 parent 5553920 commit 2b91889

13 files changed

Lines changed: 1084 additions & 65 deletions

File tree

README

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ To develop extensions for Visual Studio you will need to install the Visual Stud
1212
* 2008 - Visual Studio 2008 SDK 1.0
1313
* 2010 - Visual Studio 2010 SDK 1.0
1414
* 2012 - Visual Studio 2012 SDK 1.0
15+
* 2013 - Visual Studio 2013 SDK 1.0
1516

1617
Configure the Visual Studio project to launch the Visual Studio experimental hive:
17-
* Set "Start external program" to "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe"
18+
* Set "Start external program" to "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe"
1819
* Set "Command line arguments" to "/ranu /rootsuffix Exp"
1920

2021
Issue Tracker
2122
-------------
2223
Unresolved CVSI issues:
23-
* http://issues.castleproject.org/issues/CONTRIB?q=%23{Castle+Visual+Studio+Integration}+%23Unresolved
24+
* http://issues.castleproject.org/youtrack/issues/CONTRIB?q=%23{Castle+Visual+Studio+Integration}+%23Unresolved

doc/Changes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
| Changes to Castle Visual Studio Integration |
33
+=============================================+
44

5-
0.5.0 (xxxx-xx-xx)
5+
0.5.0 (2014-05-25)
66
==================
7-
- Upgraded CVSI to support Visual Studio 2012 (done 2012-10-14).
8-
Preview released http://stackoverflow.com/questions/14714549/visual-studio-2012-colorizer-and-intellisense-for-the-nvelocity-language
7+
- Upgraded CVSI to support Visual Studio 2012 (done 2012-10-14; preview released http://stackoverflow.com/questions/14714549/visual-studio-2012-colorizer-and-intellisense-for-the-nvelocity-language)
8+
- Upgraded CVSI to support Visual Studio 2013 (done 2014-05-25)
99

1010
0.4.0 (2011-03-07)
1111
==================

src/CVSI-vs2013.sln

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9E96BF44-5C5D-40F1-A535-136A57055774}"
5+
ProjectSection(SolutionItems) = preProject
6+
..\doc\Changes.txt = ..\doc\Changes.txt
7+
EndProjectSection
8+
EndProject
9+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.VisualStudio.MonoRailIntelliSenseProvider-vs2013", "Castle.VisualStudio.MonoRailIntelliSenseProvider\Castle.VisualStudio.MonoRailIntelliSenseProvider-vs2013.csproj", "{1BF278D1-1FD8-4E26-9F93-777E5157A3A7}"
10+
EndProject
11+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.VisualStudio.MonoRailIntelliSenseProvider.Demo-vs2013", "Castle.VisualStudio.MonoRailIntelliSenseProvider.Demo\Castle.VisualStudio.MonoRailIntelliSenseProvider.Demo-vs2013.csproj", "{F0488714-07C6-4C4F-934A-3B9C955D75C6}"
12+
EndProject
13+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.VisualStudio.NVelocityLanguageService-vs2013", "Castle.VisualStudio.NVelocityLanguageService\Castle.VisualStudio.NVelocityLanguageService-vs2013.csproj", "{2FEF9F9C-1180-4F6D-A609-C8CD529A1C5E}"
14+
ProjectSection(ProjectDependencies) = postProject
15+
{6E419017-8FB9-4D6B-99EE-4B7502C234B0} = {6E419017-8FB9-4D6B-99EE-4B7502C234B0}
16+
EndProjectSection
17+
EndProject
18+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.NVelocity.Demo-vs2013", "Castle.NVelocity.Demo\Castle.NVelocity.Demo-vs2013.csproj", "{7DD29533-E576-4A0C-BA0F-C026344E6AE0}"
19+
EndProject
20+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.NVelocity.Tests-vs2013", "Castle.NVelocity.Tests\Castle.NVelocity.Tests-vs2013.csproj", "{062FDFDB-0BAE-4E6C-84FB-72F774738CA6}"
21+
EndProject
22+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.NVelocity-vs2013", "Castle.NVelocity\Castle.NVelocity-vs2013.csproj", "{6E419017-8FB9-4D6B-99EE-4B7502C234B0}"
23+
EndProject
24+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.VisualStudio.NVelocityLanguageService.DebugWindow-vs2013", "Castle.VisualStudio.NVelocityLanguageService.DebugWindow\Castle.VisualStudio.NVelocityLanguageService.DebugWindow-vs2013.csproj", "{C0FEAF34-DF2E-47A7-BEFF-6C9B99501A0F}"
25+
EndProject
26+
Global
27+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
28+
Debug|Any CPU = Debug|Any CPU
29+
Release|Any CPU = Release|Any CPU
30+
EndGlobalSection
31+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
32+
{1BF278D1-1FD8-4E26-9F93-777E5157A3A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{1BF278D1-1FD8-4E26-9F93-777E5157A3A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
34+
{1BF278D1-1FD8-4E26-9F93-777E5157A3A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
35+
{1BF278D1-1FD8-4E26-9F93-777E5157A3A7}.Release|Any CPU.Build.0 = Release|Any CPU
36+
{F0488714-07C6-4C4F-934A-3B9C955D75C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37+
{F0488714-07C6-4C4F-934A-3B9C955D75C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
38+
{F0488714-07C6-4C4F-934A-3B9C955D75C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
39+
{F0488714-07C6-4C4F-934A-3B9C955D75C6}.Release|Any CPU.Build.0 = Release|Any CPU
40+
{2FEF9F9C-1180-4F6D-A609-C8CD529A1C5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41+
{2FEF9F9C-1180-4F6D-A609-C8CD529A1C5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
42+
{2FEF9F9C-1180-4F6D-A609-C8CD529A1C5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
43+
{2FEF9F9C-1180-4F6D-A609-C8CD529A1C5E}.Release|Any CPU.Build.0 = Release|Any CPU
44+
{7DD29533-E576-4A0C-BA0F-C026344E6AE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45+
{7DD29533-E576-4A0C-BA0F-C026344E6AE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
46+
{7DD29533-E576-4A0C-BA0F-C026344E6AE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
47+
{7DD29533-E576-4A0C-BA0F-C026344E6AE0}.Release|Any CPU.Build.0 = Release|Any CPU
48+
{062FDFDB-0BAE-4E6C-84FB-72F774738CA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
49+
{062FDFDB-0BAE-4E6C-84FB-72F774738CA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
50+
{062FDFDB-0BAE-4E6C-84FB-72F774738CA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
51+
{062FDFDB-0BAE-4E6C-84FB-72F774738CA6}.Release|Any CPU.Build.0 = Release|Any CPU
52+
{6E419017-8FB9-4D6B-99EE-4B7502C234B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
53+
{6E419017-8FB9-4D6B-99EE-4B7502C234B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
54+
{6E419017-8FB9-4D6B-99EE-4B7502C234B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
55+
{6E419017-8FB9-4D6B-99EE-4B7502C234B0}.Release|Any CPU.Build.0 = Release|Any CPU
56+
{C0FEAF34-DF2E-47A7-BEFF-6C9B99501A0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
57+
{C0FEAF34-DF2E-47A7-BEFF-6C9B99501A0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
58+
{C0FEAF34-DF2E-47A7-BEFF-6C9B99501A0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
59+
{C0FEAF34-DF2E-47A7-BEFF-6C9B99501A0F}.Release|Any CPU.Build.0 = Release|Any CPU
60+
EndGlobalSection
61+
GlobalSection(SolutionProperties) = preSolution
62+
HideSolutionNode = FALSE
63+
EndGlobalSection
64+
EndGlobal
Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>9.0.21022</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{7DD29533-E576-4A0C-BA0F-C026344E6AE0}</ProjectGuid>
9+
<OutputType>Exe</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>Castle.NVelocity.Demo</RootNamespace>
12+
<AssemblyName>Castle.NVelocity.Demo</AssemblyName>
13+
<FileUpgradeFlags>
14+
</FileUpgradeFlags>
15+
<OldToolsVersion>3.5</OldToolsVersion>
16+
<UpgradeBackupLocation>
17+
</UpgradeBackupLocation>
18+
<IsWebBootstrapper>false</IsWebBootstrapper>
19+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
20+
<TargetFrameworkProfile />
21+
<PublishUrl>publish\</PublishUrl>
22+
<Install>true</Install>
23+
<InstallFrom>Disk</InstallFrom>
24+
<UpdateEnabled>false</UpdateEnabled>
25+
<UpdateMode>Foreground</UpdateMode>
26+
<UpdateInterval>7</UpdateInterval>
27+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
28+
<UpdatePeriodically>false</UpdatePeriodically>
29+
<UpdateRequired>false</UpdateRequired>
30+
<MapFileExtensions>true</MapFileExtensions>
31+
<ApplicationRevision>0</ApplicationRevision>
32+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33+
<UseApplicationTrust>false</UseApplicationTrust>
34+
<BootstrapperEnabled>true</BootstrapperEnabled>
35+
</PropertyGroup>
36+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37+
<DebugSymbols>true</DebugSymbols>
38+
<DebugType>full</DebugType>
39+
<Optimize>false</Optimize>
40+
<OutputPath>bin\Debug\</OutputPath>
41+
<DefineConstants>DEBUG;TRACE</DefineConstants>
42+
<ErrorReport>prompt</ErrorReport>
43+
<WarningLevel>4</WarningLevel>
44+
<Prefer32Bit>false</Prefer32Bit>
45+
</PropertyGroup>
46+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47+
<DebugType>pdbonly</DebugType>
48+
<Optimize>true</Optimize>
49+
<OutputPath>bin\Release\</OutputPath>
50+
<DefineConstants>TRACE</DefineConstants>
51+
<ErrorReport>prompt</ErrorReport>
52+
<WarningLevel>4</WarningLevel>
53+
<Prefer32Bit>false</Prefer32Bit>
54+
</PropertyGroup>
55+
<ItemGroup>
56+
<Reference Include="System" />
57+
<Reference Include="System.Data" />
58+
<Reference Include="System.Drawing" />
59+
<Reference Include="System.Windows.Forms" />
60+
<Reference Include="System.Xml" />
61+
</ItemGroup>
62+
<ItemGroup>
63+
<Compile Include="ParserGUIForm.cs">
64+
<SubType>Form</SubType>
65+
</Compile>
66+
<Compile Include="ParserGUIForm.Designer.cs">
67+
<DependentUpon>ParserGUIForm.cs</DependentUpon>
68+
</Compile>
69+
<Compile Include="Program.cs" />
70+
<Compile Include="Properties\AssemblyInfo.cs" />
71+
</ItemGroup>
72+
<ItemGroup>
73+
<None Include="app.config" />
74+
<None Include="Example5.vm" />
75+
<None Include="Example3.vm" />
76+
<None Include="Example2.vm" />
77+
<None Include="Example1.vm" />
78+
<None Include="Example4.vm" />
79+
<None Include="Example6.vm" />
80+
<None Include="GUITemplate.vm" />
81+
</ItemGroup>
82+
<ItemGroup>
83+
<EmbeddedResource Include="ParserGUIForm.resx">
84+
<SubType>Designer</SubType>
85+
<DependentUpon>ParserGUIForm.cs</DependentUpon>
86+
</EmbeddedResource>
87+
</ItemGroup>
88+
<ItemGroup>
89+
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
90+
<Visible>False</Visible>
91+
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
92+
<Install>false</Install>
93+
</BootstrapperPackage>
94+
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
95+
<Visible>False</Visible>
96+
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
97+
<Install>true</Install>
98+
</BootstrapperPackage>
99+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
100+
<Visible>False</Visible>
101+
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
102+
<Install>false</Install>
103+
</BootstrapperPackage>
104+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
105+
<Visible>False</Visible>
106+
<ProductName>.NET Framework 3.5</ProductName>
107+
<Install>false</Install>
108+
</BootstrapperPackage>
109+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
110+
<Visible>False</Visible>
111+
<ProductName>.NET Framework 3.5 SP1</ProductName>
112+
<Install>false</Install>
113+
</BootstrapperPackage>
114+
</ItemGroup>
115+
<ItemGroup>
116+
<ProjectReference Include="..\Castle.NVelocity\Castle.NVelocity-vs2010.csproj">
117+
<Project>{6E419017-8FB9-4D6B-99EE-4B7502C234B0}</Project>
118+
<Name>Castle.NVelocity-vs2010</Name>
119+
</ProjectReference>
120+
</ItemGroup>
121+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
122+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
123+
Other similar extension points exist, see Microsoft.Common.targets.
124+
<Target Name="BeforeBuild">
125+
</Target>
126+
<Target Name="AfterBuild">
127+
</Target>
128+
-->
129+
</Project>
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>9.0.21022</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{062FDFDB-0BAE-4E6C-84FB-72F774738CA6}</ProjectGuid>
9+
<OutputType>Library</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>Castle.NVelocity.Tests</RootNamespace>
12+
<AssemblyName>Castle.NVelocity.Tests</AssemblyName>
13+
<FileUpgradeFlags>
14+
</FileUpgradeFlags>
15+
<OldToolsVersion>3.5</OldToolsVersion>
16+
<UpgradeBackupLocation>
17+
</UpgradeBackupLocation>
18+
<IsWebBootstrapper>false</IsWebBootstrapper>
19+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
20+
<TargetFrameworkProfile />
21+
<PublishUrl>publish\</PublishUrl>
22+
<Install>true</Install>
23+
<InstallFrom>Disk</InstallFrom>
24+
<UpdateEnabled>false</UpdateEnabled>
25+
<UpdateMode>Foreground</UpdateMode>
26+
<UpdateInterval>7</UpdateInterval>
27+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
28+
<UpdatePeriodically>false</UpdatePeriodically>
29+
<UpdateRequired>false</UpdateRequired>
30+
<MapFileExtensions>true</MapFileExtensions>
31+
<ApplicationRevision>0</ApplicationRevision>
32+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33+
<UseApplicationTrust>false</UseApplicationTrust>
34+
<BootstrapperEnabled>true</BootstrapperEnabled>
35+
</PropertyGroup>
36+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37+
<DebugSymbols>true</DebugSymbols>
38+
<DebugType>full</DebugType>
39+
<Optimize>false</Optimize>
40+
<OutputPath>bin\Debug\</OutputPath>
41+
<DefineConstants>DEBUG;TRACE</DefineConstants>
42+
<ErrorReport>prompt</ErrorReport>
43+
<WarningLevel>4</WarningLevel>
44+
<Prefer32Bit>false</Prefer32Bit>
45+
</PropertyGroup>
46+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
47+
<DebugType>pdbonly</DebugType>
48+
<Optimize>true</Optimize>
49+
<OutputPath>bin\Release\</OutputPath>
50+
<DefineConstants>TRACE</DefineConstants>
51+
<ErrorReport>prompt</ErrorReport>
52+
<WarningLevel>4</WarningLevel>
53+
<Prefer32Bit>false</Prefer32Bit>
54+
</PropertyGroup>
55+
<ItemGroup>
56+
<Reference Include="nunit.framework, Version=2.4.1.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
57+
<SpecificVersion>False</SpecificVersion>
58+
<HintPath>..\..\lib\nunit.framework.dll</HintPath>
59+
</Reference>
60+
<Reference Include="System" />
61+
<Reference Include="System.Data" />
62+
<Reference Include="System.Xml" />
63+
</ItemGroup>
64+
<ItemGroup>
65+
<Compile Include="ParserTests\XmlPositionTestCase.cs" />
66+
<Compile Include="ParserTests\GetNodeAtPositionTestCase.cs" />
67+
<Compile Include="ParserTests\NVelocityCommentsTestCase.cs" />
68+
<Compile Include="ParserTests\NVelocityDirectiveTestCase.cs" />
69+
<Compile Include="ParserTests\NVelocityExpressionPositionTestCase.cs" />
70+
<Compile Include="ParserTests\NVelocityInXmlParserTestCase.cs" />
71+
<Compile Include="ParserTests\XmlParserTestCase.cs" />
72+
<Compile Include="ParserTests\NVelocityExpressionParserTestCase.cs" />
73+
<Compile Include="ParserTests\NVelocityReferenceParserTestCase.cs" />
74+
<Compile Include="ParserTests\ParserTestBase.cs" />
75+
<Compile Include="ScannerTests\LineScannerTestCase.cs" />
76+
<Compile Include="ScannerTests\ScannerOptionsTestCase.cs" />
77+
<Compile Include="ScannerTests\SplitTokenTestCase.cs" />
78+
<Compile Include="ScannerTests\TokenLookAhead.cs" />
79+
<Compile Include="ScannerTests\TokenPositionTestCase.cs" />
80+
<Compile Include="ScannerTests\NVelocityTokenTestCase.cs" />
81+
<Compile Include="ScannerTests\NVelocityCommentTestCase.cs" />
82+
<Compile Include="ScannerTests\NVelocityDirectiveTestCase.cs" />
83+
<Compile Include="ScannerTests\ScannerTestBase.cs" />
84+
<Compile Include="Properties\AssemblyInfo.cs" />
85+
<Compile Include="ScannerTests\XmlTestCase.cs" />
86+
</ItemGroup>
87+
<ItemGroup>
88+
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
89+
<Visible>False</Visible>
90+
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
91+
<Install>false</Install>
92+
</BootstrapperPackage>
93+
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
94+
<Visible>False</Visible>
95+
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
96+
<Install>true</Install>
97+
</BootstrapperPackage>
98+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
99+
<Visible>False</Visible>
100+
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
101+
<Install>false</Install>
102+
</BootstrapperPackage>
103+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
104+
<Visible>False</Visible>
105+
<ProductName>.NET Framework 3.5</ProductName>
106+
<Install>false</Install>
107+
</BootstrapperPackage>
108+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
109+
<Visible>False</Visible>
110+
<ProductName>.NET Framework 3.5 SP1</ProductName>
111+
<Install>false</Install>
112+
</BootstrapperPackage>
113+
</ItemGroup>
114+
<ItemGroup>
115+
<ProjectReference Include="..\Castle.NVelocity\Castle.NVelocity-vs2010.csproj">
116+
<Project>{6E419017-8FB9-4D6B-99EE-4B7502C234B0}</Project>
117+
<Name>Castle.NVelocity-vs2010</Name>
118+
</ProjectReference>
119+
</ItemGroup>
120+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
121+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
122+
Other similar extension points exist, see Microsoft.Common.targets.
123+
<Target Name="BeforeBuild">
124+
</Target>
125+
<Target Name="AfterBuild">
126+
</Target>
127+
-->
128+
</Project>

0 commit comments

Comments
 (0)