aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2019-04-07 16:14:48 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2019-04-07 16:14:48 +0300
commit4a9fb8a89a7fc48d9d3ecc9f24770c472834453d (patch)
treebec2580e005fb5e2089fcc88d92d6c3303c3d82f /Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
parentf53099c8fddc7374857d29ee5521c00d91ec6d70 (diff)
downloadTango-4a9fb8a89a7fc48d9d3ecc9f24770c472834453d.tar.gz
Tango-4a9fb8a89a7fc48d9d3ecc9f24770c472834453d.zip
added code to launch dynamically dialogs during run time, correct styles treeview item
Diffstat (limited to 'Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj')
-rw-r--r--Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj40
1 files changed, 30 insertions, 10 deletions
diff --git a/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj b/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
index 0c53ed629..ea47eb8f7 100644
--- a/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
+++ b/Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj
@@ -37,6 +37,12 @@
<Reference Include="MahApps.Metro, Version=1.5.0.23, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
<HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath>
</Reference>
+ <Reference Include="Microsoft.WindowsAPICodePack">
+ <HintPath>..\..\..\packages\WindowsAPICodePack-Core.1.1.1\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
+ </Reference>
+ <Reference Include="Microsoft.WindowsAPICodePack.Shell">
+ <HintPath>..\..\..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
+ </Reference>
<Reference Include="PresentationFramework.Aero2" />
<Reference Include="System" />
<Reference Include="System.Data" />
@@ -70,15 +76,24 @@
<Compile Include="Controls\SharedResourceDictionary.cs" />
<Compile Include="Controls\SolutionItemControl.cs" />
<Compile Include="Controls\TabConrolClose.cs" />
- <Compile Include="Dialogs\AddNewControl.xaml.cs">
- <DependentUpon>AddNewControl.xaml</DependentUpon>
+ <Compile Include="Converters\LeftMarginMultiplierConverter.cs" />
+ <Compile Include="Dialogs\CommonOpenFileDialog.cs" />
+ <Compile Include="Dialogs\NewProjectView.xaml.cs">
+ <DependentUpon>NewProjectView.xaml</DependentUpon>
</Compile>
- <Compile Include="Dialogs\NewProjectDialog.xaml.cs">
- <DependentUpon>NewProjectDialog.xaml</DependentUpon>
+ <Compile Include="Dialogs\AddProjectView.xaml.cs">
+ <DependentUpon>AddProjectView.xaml</DependentUpon>
</Compile>
- <Compile Include="Dialogs\NewProjectDialogVM.cs" />
+ <Compile Include="Dialogs\AddProjectViewVM.cs" />
+ <Compile Include="Dialogs\BaseProjectDialogVM.cs" />
+ <Compile Include="Dialogs\NewProjectViewVM.cs" />
+ <Compile Include="IDEDialogViewModel.cs" />
+ <Compile Include="IDEViewModel.cs" />
<Compile Include="IProjectType.cs" />
<Compile Include="ISolutionItem.cs" />
+ <Compile Include="Notifications\DefaultNotificationManager.cs" />
+ <Compile Include="Notifications\INotificationManager.cs" />
+ <Compile Include="Notifications\ProgressNotificationHandler.cs" />
<Compile Include="ProjectItem.cs" />
<Compile Include="ProjectItemsViews\CSharpScriptItemView.xaml.cs">
<DependentUpon>CSharpScriptItemView.xaml</DependentUpon>
@@ -104,11 +119,14 @@
<Compile Include="Solution.cs" />
<Compile Include="Projects\StubProject.cs" />
<Compile Include="ViewModelLocator.cs" />
- <Page Include="Dialogs\AddNewControl.xaml">
+ <Compile Include="Windows\DialogWindow.xaml.cs">
+ <DependentUpon>DialogWindow.xaml</DependentUpon>
+ </Compile>
+ <Page Include="Dialogs\NewProjectView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
- <Page Include="Dialogs\NewProjectDialog.xaml">
+ <Page Include="Dialogs\AddProjectView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
@@ -176,6 +194,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
+ <Page Include="Windows\DialogWindow.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
@@ -224,9 +246,7 @@
<ItemGroup>
<Resource Include="Images\StubProject.png" />
</ItemGroup>
- <ItemGroup>
- <Folder Include="Converters\" />
- </ItemGroup>
+ <ItemGroup />
<ItemGroup>
<Resource Include="Images\Save_16x.png" />
</ItemGroup>