diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-04-08 00:45:08 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-04-08 00:45:08 +0300 |
| commit | 1608e69a417bc5e40a607c3958c4a60f19f66f1a (patch) | |
| tree | c04d78e2abb5aac8c22350c90cb8b469f6eca30d /Software/Visual_Studio/TEMP/Tango.Scripting/Tango.Scripting.IDE/Tango.Scripting.IDE.csproj | |
| parent | 08dd6000fe3a218221003876a699f448835b62e4 (diff) | |
| parent | b4a71931ea52636c6b36376aa9d71697ccf73524 (diff) | |
| download | Tango-1608e69a417bc5e40a607c3958c4a60f19f66f1a.tar.gz Tango-1608e69a417bc5e40a607c3958c4a60f19f66f1a.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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.csproj | 40 |
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> |
