summaryrefslogtreecommitdiff
path: root/script-editor/VPScriptEditor_CS.csproj
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2010-06-10 15:30:25 -0700
committerPixel <pixel@nobis-crew.org>2010-06-10 15:30:25 -0700
commitdd86dcc28629225881de61f63394132eb0cb0e2a (patch)
tree26bcfb8c0e64117e9a4489c308adf9ca7940319f /script-editor/VPScriptEditor_CS.csproj
parentc07307cb655e8449bb05052ec28993857ac27836 (diff)
parentbb7745a988db1c4be68e4b12b51e16a7e5a21f8e (diff)
Merge branch 'master' of ssh+git://git.grumpycoder.net/pub/repo.git/VP-hack
Diffstat (limited to 'script-editor/VPScriptEditor_CS.csproj')
-rw-r--r--script-editor/VPScriptEditor_CS.csproj30
1 files changed, 29 insertions, 1 deletions
diff --git a/script-editor/VPScriptEditor_CS.csproj b/script-editor/VPScriptEditor_CS.csproj
index 2b8c394..e155850 100644
--- a/script-editor/VPScriptEditor_CS.csproj
+++ b/script-editor/VPScriptEditor_CS.csproj
@@ -67,7 +67,19 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="MyPanel.cs">
+ <Compile Include="AboutBox.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="AboutBox.Designer.cs">
+ <DependentUpon>AboutBox.cs</DependentUpon>
+ </Compile>
+ <Compile Include="CommentForm.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="CommentForm.Designer.cs">
+ <DependentUpon>CommentForm.cs</DependentUpon>
+ </Compile>
+ <Compile Include="CustomControl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Pointer.cs" />
@@ -99,6 +111,12 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
+ <EmbeddedResource Include="AboutBox.resx">
+ <DependentUpon>AboutBox.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="CommentForm.resx">
+ <DependentUpon>CommentForm.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
@@ -118,4 +136,14 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
+ <ItemGroup>
+ <COMReference Include="tom">
+ <Guid>{8CC497C9-A1DF-11CE-8098-00AA0047BE5D}</Guid>
+ <VersionMajor>1</VersionMajor>
+ <VersionMinor>0</VersionMinor>
+ <Lcid>0</Lcid>
+ <WrapperTool>tlbimp</WrapperTool>
+ <Isolated>False</Isolated>
+ </COMReference>
+ </ItemGroup>
</Project> \ No newline at end of file